Skip to content

Tags: prantlf/storybook-multilevel-sort

Tags

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.2.1...v2.0.0) (2023-05-14)

### Features

* Support Storybook 7 and docs pages ([#10](#10)) ([1065337](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.

v2.0.0-next.2

Toggle v2.0.0-next.2's commit message

Verified

This commit was signed with the committer’s verified signature.
prantlf Ferdinand Prantl
feat: Introduce an add-on interface

* Add manager export and a preview module
* Adapt the example.
* Adapt the documentation

The modification of preview.js is still needed, unfortunately.

v2.0.0-next.1

Toggle v2.0.0-next.1's commit message
2.0.0-next.1

v2.0.0-next.0

Toggle v2.0.0-next.0's commit message
2.0.0-next.0

v1.2.1

Toggle v1.2.1's commit message
chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2023-05-07)

### Bug Fixes

* Add comments to TypeScript types ([49d84cb](49d84cb))

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

# [1.2.0](v1.1.2...v1.2.0) (2022-11-27)

### Features

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

v1.1.2

Toggle v1.1.2's commit message
chore(release): 1.1.2 [skip ci]

## [1.1.2](v1.1.1...v1.1.2) (2022-11-27)

### Bug Fixes

* Declare exports in package.json ([c36cafc](c36cafc)), closes [#1](#1)

v1.1.1

Toggle v1.1.1's commit message
chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2022-11-27)

### Bug Fixes

* Support browsers without Object.hasOwn ([b67cfef](b67cfef)), closes [#6](#6)

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

# [1.1.0](v1.0.0...v1.1.0) (2022-05-08)

### Features

* Add TypeScript types ([c9e5ef1](c9e5ef1))
* Export a CJS module ([9473501](9473501))

v1.0.0

Toggle v1.0.0's commit message
Initial commit