mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
960 B
960 B
Changelog
v1.6.0
28 Oct 2016
Revert stuff introduce with v1.6.0. It might break react-native-storybook. We have another way to do what we support to do with preview decorators.
v1.6.0
28 Oct 2016
- Add
setPreviewDecorator
andgetPreviewDecorator
methods. - Now following methods can only be set once and they accept an option name as the second argument.
- setChannel(channel, name)
- setDatabase(database, name)
- setPreview(preview, name)
- setPreviewDecorator(decorator, name)
v1.5.0
13 Aug 2016
- Add
getDatabase
andsetDatabase
methods PR3
v1.4.0
29 Aug 2016
- Add
getPreview
andsetPreview
methods PR2
v1.3.1
- First stable release with addon store for loaders, panels and channel.