Releases: sm-react/storybook-chapters
Releases · sm-react/storybook-chapters
Security update
0.6.3
Move @storybook/addons to peerDependencies
Deprecation warning
0.4.1 Deprecation warning
0.6.0
v0.5.1 Storybook v3 compatible
Shift to Storybook v3
v0.5 @storybook/addon-chapters
Migrated to @storybook/addon-chapters
on npm
#4
v0.4 Query string support
Added support for Storybook query params:
selectedKind
- to select a chapter
selectedStory
- to select a story
It means that when you refreshing the page you'll stick with the current chapter/story and you can store the links for pointing to the needed place in your storybook. It's the same behavior as in normal Storybook.
to enable this option you need to register this addon:
//addons.js:
import 'storybook-chapters/register';