Releases: natterstefan/storybook-addon-data
Releases · natterstefan/storybook-addon-data
Release list
1.2.1
1.2.0
2019/04/10 1.2.0
Added
- Markdown support: it is now possible to add markdown content as
notesto
bothwithDataandwithDataWrapper - The options parameters
can also contain a markdownnotesproperty
Deprecated
withDataWrapperbecomeswithDataHOC, as I find the name more meaningful.
Everything else stays the same, eg. same arguments and results.
v1.1.0
2019/04/29 1.1.0
Added
- remove
vendorfiles (including prism code) and replace them with
react-syntax-highlighter
v1.0.0
2019/03/25 1.0.0
Changed
- added
reactand@storybook/addonsaspeerDependencies - Breaking: upgraded storybook@4 to storybook@5 (see Storybook 5 Migration Guide)
Removed
styled-componentsdependency (because the applied styling is way to simple)