Releases: atomicojs/storybook
Releases · atomicojs/storybook
Fix decorator
Fix host
Support storybook@8
2.6.1 storybook@8
new configuration forceRemount property for decorator
The forceRemount property set to true allows maintaining the traditional @storybook/web-components model of unmounting and mounting the node before each storybook update.
by default forceRemount in order to prevent the component from being mounted and unmounted as it happens by default when using @storybook/web-components.
Fix build
The way to render stories at the source level is improved (break api decorator!)
This new version allows you to modify the way to serialize the source when instantiating the decorator, example
decorator({source: "code"}); // the source will be the code associated with the story
decorator({source: "html"}); // the source will be the innerHTML code of the story wrapper
Fix mount when repeating history
2.4.3 fix mount when repeating history
Fix ts - fix getting properties
2.4.2 Fix ts - getting properties
fix type to use spread in storybook 7
2.4.1 =fix types