Releases: erectbranch/docsify-dashboard
v3.1.0
v3.0.3
Changed
- Fixed the issue where the pagination calculation was incorrect.
v3.0.2
Changed
- Fixed the issue where the pagination buttons were indexed incorrectly.
v3.0.1
Changed
- Fixed the issue where the pagination events were added multiple times.
v3.0.0
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
Changed
- Fixed the issue where the tag list was not rendering properly in the markdown.
v2.3.0
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
Changed
- Added a
:root
variable for image styles.
v2.2.0
Added
- Added the tag-dashboard theme customization. (
tagboardTheme
option)
Changed
-
Added a
:root
variable forlist
theme customization. -
Fixed the issue where the
list
theme styles was not working properly.
v2.1.0
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.