Skip to content

Releases: atomicojs/storybook

Fix decorator

17 Mar 05:06
Compare
Choose a tag to compare
2.6.3

Fix decorator

Fix host

17 Mar 04:55
Compare
Choose a tag to compare
2.6.2

2.6.2

Support storybook@8

17 Mar 04:21
Compare
Choose a tag to compare
2.6.1

storybook@8

new configuration forceRemount property for decorator

15 Feb 03:33
Compare
Choose a tag to compare

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

10 Aug 20:01
Compare
Choose a tag to compare
2.5.1

Fix build

The way to render stories at the source level is improved (break api decorator!)

21 Jun 05:15
Compare
Choose a tag to compare

⚠️ 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

16 Jun 21:09
Compare
Choose a tag to compare
2.4.3

fix mount when repeating history

Fix ts - fix getting properties

16 Jun 20:47
Compare
Choose a tag to compare
2.4.2

Fix ts - getting properties

fix type to use spread in storybook 7

16 Jun 16:12
Compare
Choose a tag to compare

Fix match

15 Jun 18:39
Compare
Choose a tag to compare
2.4.0

Fix match