Skip to content

Releases: storybookjs/addon-designs

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).

v6.0.1

03 Jul 16:24
f25dc35
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix our Doc Blocks causes a runtime error on some Storybook versions (#110).

v5.4.6

03 Jul 16:23
8182c2a
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix our Doc Blocks causes a runtime error on some Storybook versions (61ce68e).

v6.0.0

17 May 13:47
a9ac39d
Compare
Choose a tag to compare

CHANGELOG

Removed

Added

  • Experimental Figspec embedding (enchanced Figma embeds powered by Figma API), see here for the usage (7066b62).

Fixed

  • Improve reliablity between story/design changes (#97).
  • Remove peerDependencies, which is used as constraints for transitive dependencies (94bcd84).

v5.4.5

17 Apr 03:05
22b1805
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix tab contents does not switch between stories (#83).

v5.4.4

18 Feb 02:52
e52ef56
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Hide loading placeholder for type: "iframe" when the embedded iframe is loaded (#81).

v5.4.3

13 Jan 14:10
1fba0ca
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix allowFullscreen option is outdated on each render (#78).

v5.4.2

16 Sep 01:06
075ad5c
Compare
Choose a tag to compare

CHANGELOG

Added

  • Support for Storybook 6.x (#67).

v5.4.1

13 Aug 16:53
b6f848e
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix blocks.js is missing from published package (#64).

v5.4.0

27 Jun 03:49
f751461
Compare
Choose a tag to compare

CHAGENLOG

Added

  • Doc Blocks. (PR: #62)