Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 1.52 KB

Change Log

1.5.2

2021-09-02

  • Fix code quality badges
  • Add GitHub CI

1.5.1

2021-09-02

  • Fix setting active tab from anchor with unicode (#41)

1.5.0

2021-04-27

  • Add support for markdown and HTML in tab labels (#38)
  • Update custom style examples in documentation

1.4.4

2020-11-05

  • Fix tab comments with code block rendering (#29)

1.4.3

2020-06-25

  • Fix handling of regex replacement patterns in markdown (#26)

1.4.2

2020-05-11

  • Fix error when no active tab set in URL (#23)

1.4.1

2020-05-09

  • Fix handling of URL encoded anchor IDs (#22)

1.4.0

2020-04-12

  • Add tab selection on hash change
  • Fix tab selection based on anchor ID in IE

1.3.0

2020-04-11

  • Add tab selection based on anchor ID in URL (#20)
  • Fix tab content container padding and first/last child margins

1.2.0

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

1.1.2

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

1.1.0

2018-11-10

  • Add support for tabsets nested within lists

1.0.6

2018-11-01

  • Fix rendering issue caused by marked package upgrade in docsify 4.8.0

1.0.5

2018-10-11

  • Fix bug that prevented rendering of tabs from markdown with Windows-style line terminators

1.0.0 - 1.0.4

2018-10-09

  • Initial release