Skip to content

Releases: prantlf/storybook-multilevel-sort

2.0.1

12 Dec 23:52
Compare
Choose a tag to compare

2.0.1 (2024-12-12)

Bug Fixes

  • Sort properly if not every story group contains autodocs story (fbd0f65)

v2.0.0

14 May 09:11
Compare
Choose a tag to compare

2.0.0 (2023-05-14)

Features

  • Support Storybook 7 and docs pages (#10) (1065337)

BREAKING CHANGES

  • Only Storybook 7 is supported. If you use Storybook 6 or older, stay with the versions 1.x. Also, the minimum supported version of Node.js is 16. Except for the version requirements, the configuration of the custom sorting needs to be specified by a different interface. See the documentation about migration for more information.

v1.2.1

07 May 17:36
Compare
Choose a tag to compare

1.2.1 (2023-05-07)

Bug Fixes

  • Add comments to TypeScript types (49d84cb)

v1.2.0

27 Nov 13:09
Compare
Choose a tag to compare

1.2.0 (2022-11-27)

Features

  • Introduce a nested wildcard ** (2180438)
  • Support a custom comparator for names of groups and stories (5e72508)

v1.1.2

27 Nov 08:59
Compare
Choose a tag to compare

1.1.2 (2022-11-27)

Bug Fixes

  • Declare exports in package.json (c36cafc), closes #1

v1.1.1

27 Nov 00:59
Compare
Choose a tag to compare

1.1.1 (2022-11-27)

Bug Fixes

  • Support browsers without Object.hasOwn (Safari 14) (b67cfef), closes #6

v1.1.0

08 May 08:17
Compare
Choose a tag to compare

1.1.0 (2022-05-08)

Features