Releases: prantlf/storybook-multilevel-sort
Releases · prantlf/storybook-multilevel-sort
2.0.1
2.0.1 (2024-12-12)
Bug Fixes
- Sort properly if not every story group contains autodocs story (fbd0f65)
v2.0.0
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
1.2.1 (2023-05-07)
Bug Fixes
- Add comments to TypeScript types (49d84cb)
v1.2.0
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
1.1.2 (2022-11-27)
Bug Fixes
- Declare exports in package.json (c36cafc), closes #1
v1.1.1
1.1.1 (2022-11-27)
Bug Fixes
- Support browsers without Object.hasOwn (Safari 14) (b67cfef), closes #6
v1.1.0
1.1.0 (2022-05-08)
Features