Skip to content

Releases: storybookjs/addon-designs

v7.0.0-beta.0

18 Oct 17:50
v7.0.0-beta.0
d63902d
Compare
Choose a tag to compare
v7.0.0-beta.0 Pre-release
Pre-release

Fixed

  • Fix addon crashes when type is not absent. (9eeb0e2)
  • Prevent the entire Storybook UI crash when uncaught error thrown in the addon. (e51e907)

v7.0.0-alpha.3

18 Oct 16:49
v7.0.0-alpha.3
ba4f068
Compare
Choose a tag to compare
v7.0.0-alpha.3 Pre-release
Pre-release

Added

  • Support for Storybook v7. (#160)

v7.0.0-alpha.2

18 Jun 08:43
v7.0.0-alpha.2
4b6ab76
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

Added

v7.0.0-alpha.1

18 Jun 08:42
v7.0.0-alpha.1
795035f
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

Fixed

  • Improve content loading performance by retaining loaded content. (#157)

v7.0.0-alpha.0

16 Jun 12:43
v7.0.0-alpha.0
78563c0
Compare
Choose a tag to compare
v7.0.0-alpha.0 Pre-release
Pre-release

Changed

  • Bump the minimum supported Storybook version to v6.4.x. (605f751)

Fixed

v6.3.1

13 Jun 15:55
0f206aa
Compare
Choose a tag to compare

Fixed

  • Include blocks.d.ts in published tarball. (d966871)

v6.3.0

13 Jun 15:54
44a681f
Compare
Choose a tag to compare

Added

  • Export panel name as PanelName. (851b486)

Fixed

  • Add type definition file for storybook-addon-designs/blocks. (4bf0125)

v6.2.1

06 Jan 05:12
30d8b21
Compare
Choose a tag to compare

Fixed

  • Fix Design tab does not appear when renderTarget: "tab". (#134)

v6.2.0

02 Oct 15:52
86d9479
Compare
Choose a tag to compare

Deprecated

  • experimental-figspec type. Use figspec type instead. The parameter interface is same, just replace the type property. (#127)

Added

  • figspec type (#127).

v6.1.0

21 Aug 15:21
a29840d
Compare
Choose a tag to compare

Added

  • An ability to customize addon tab name via name property (#112).
  • Show the number of design specs in addon tab name (#112).