This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Releases: evgenykochetkov/react-storybook-addon-props-combinations
Releases · evgenykochetkov/react-storybook-addon-props-combinations
v1.1.0
v1.0.1
- bump 3rd party dependencies to ensure compatibility with React 16
v1.0.0
breaking: upgraded for storybook v3.x
v0.4.1
- fix modifiers export
v0.4.0
- ability to modify generated props combinations with
combinationsModifier
option
v0.3.0
v0.2.0
- Breaking change:
renderCombination
option is replaced byCombinationRenderer
, which is a component instead of a function. - Fixed #8