Skip to content

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 21:01

4.1.0 (2025-04-02)

Features

  • Add makeLiveEditStory to replace createLiveEditStory. createLiveEditStory is still available but deprecated. Storybook adds some features during the build by reading the story object. This means addons should not change the way a story is defined. In order to keep the interface simple, makeLiveEditStory does not create the story object. It takes an already defined story object and modifies it. (613261c)

Bug Fixes

  • Import type directly. (cd1d2d2)
  • React types needed JSX types. (7b7c2f7)