2024-04-24
- Fix tab heading anchors when using history routerMode (#55)
2024-02-29
- Fix tab selection on reload (#51)
2024-02-06
- Fix GitHub workflow badge
2022-09-11
- Add support for nested tabs (#5)
- Fix tab content margin of first & last element
- Update sessionStorage keys to include namespace
2022-09-10
- Fix inactive tab content flicker on tab change (#27)
- Fix tab parsing with compressed HTML (#45)
2022-07-29
- Fix plugin insertion point (fix for docsify-mustache) (#44)
- Update dependencies
2021-09-02
- Fix code quality badges
- Add GitHub CI
2021-09-02
- Fix setting active tab from anchor with unicode (#41)
2021-04-27
- Add support for markdown and HTML in tab labels (#38)
- Update custom style examples in documentation
2020-11-05
- Fix tab comments with code block rendering (#29)
2020-06-25
- Fix handling of regex replacement patterns in markdown (#26)
2020-05-11
- Fix error when no active tab set in URL (#23)
2020-05-09
- Fix handling of URL encoded anchor IDs (#22)
2020-04-12
- Add tab selection on hash change
- Fix tab selection based on anchor ID in IE
2020-04-11
- Add tab selection based on anchor ID in URL (#20)
- Fix tab content container padding and first/last child margins
2020-02-11
- Update sync behavior to allow synced tab selections across pages (#17)
- Fix rendering of tabset when using tab comments (#16)
- Remove Sentry.io
2019-01-08
- Add Sentry.io
- Update dependencies
- Update CDN links (switch from unpkg to jsdelivr)
- Fix rollup plugin configuration
- Fix website landscape display on notched devices
2018-11-10
- Add support for tabsets nested within lists
2018-11-01
- Fix rendering issue caused by marked package upgrade in docsify 4.8.0
2018-10-11
- Fix bug that prevented rendering of tabs from markdown with Windows-style line terminators
2018-10-09
- Initial release