Skip to content

Releases: natterstefan/storybook-addon-data

1.2.1

Choose a tag to compare

@natterstefan natterstefan released this 10 Jun 11:34
066a010

2019/04/10 1.2.1

Version bump, as I accidently published 1.2.0 with the wrong files.

1.2.0

Choose a tag to compare

@natterstefan natterstefan released this 10 Jun 11:34
6aa1e89

2019/04/10 1.2.0

Added

  • Markdown support: it is now possible to add markdown content as notes to
    both withData and withDataWrapper
  • The options parameters
    can also contain a markdown notes property

Deprecated

  • withDataWrapper becomes withDataHOC, as I find the name more meaningful.
    Everything else stays the same, eg. same arguments and results.

v1.1.0

Choose a tag to compare

@natterstefan natterstefan released this 29 Apr 10:29
23510ed

2019/04/29 1.1.0

Added

v1.0.0

Choose a tag to compare

@natterstefan natterstefan released this 25 Mar 21:11
2e690c3

2019/03/25 1.0.0

Changed

  • added react and @storybook/addons as peerDependencies
  • Breaking: upgraded storybook@4 to storybook@5 (see Storybook 5 Migration Guide)

Removed

  • styled-components dependency (because the applied styling is way to simple)