Skip to content

Releases: erectbranch/docsify-dashboard

v3.1.0

30 May 08:48
Compare
Choose a tag to compare

Added

  • Added support for the theme customization for the specific category. (categoryTheme option)

Changed

  • Fixed the issue where the pagination feature was conflicting with the docsify-image-slider plugin.

  • Added :root variables for the pagination styles.

v3.0.3

27 May 16:41
Compare
Choose a tag to compare

Changed

  • Fixed the issue where the pagination calculation was incorrect.

v3.0.2

27 May 13:42
Compare
Choose a tag to compare

Changed

  • Fixed the issue where the pagination buttons were indexed incorrectly.

v3.0.1

27 May 12:08
Compare
Choose a tag to compare

Changed

  • Fixed the issue where the pagination events were added multiple times.

v3.0.0

26 May 12:09
Compare
Choose a tag to compare

Added

  • Extended the plugin to support a pagination feature.

  • Added support for "category" information in the metadata. (e.g., <!-- dashboard:categoryName -->)

  • Added span elements for tabs and tag-dashboard. (dashboard-tab, tag-dashboard-title)

Changed

  • Fixed the issue when using multiple dashboards on the same page.

  • The material theme is automatically applied to the Docsify-Tabs theme when the dashboard is included.

v2.3.1

19 May 15:16
Compare
Choose a tag to compare

Changed

  • Fixed the issue where the tag list was not rendering properly in the markdown.

v2.3.0

19 May 11:49
Compare
Choose a tag to compare

Added

  • Added support for rendering tag list in the markdown section.

Changed

  • Added a id attribute for the tag list in the sidebar.

  • Added :root variables for the tag styles in the sidebar.

v2.2.1

01 May 09:42
Compare
Choose a tag to compare

Changed

  • Added a :root variable for image styles.

v2.2.0

01 May 09:22
Compare
Choose a tag to compare

Added

  • Added the tag-dashboard theme customization. (tagboardTheme option)

Changed

  • Added a :root variable for list theme customization.

  • Fixed the issue where the list theme styles was not working properly.

v2.1.0

01 May 07:53
Compare
Choose a tag to compare

Added

  • Added the theme customization. (theme option)

  • Added support for sorting posts in "time" format. (sort option)

Changed

  • Changed the default styles. (max-width, margin, etc.)

  • Added :root variables for "subtitle" styles.