Skip to content

Releases: storybookjs/addon-designs

v8.0.1

01 May 07:16
Compare
Choose a tag to compare

🐛 Bug Fix

  • Update package-lock file #238 (@dazuku)
  • Set dependencies to avoid using legacy-peer-deps flag #237 (@dazuku)

Authors: 1

  • Daniel Camilo Daza Díaz (@dazuku)

v8.0.0

14 Mar 18:30
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

Authors: 3

v8.0.0-next.1

20 Feb 16:22
Compare
Choose a tag to compare
v8.0.0-next.1 Pre-release
Pre-release

⚠️ Pushed to next

Authors: 1

v8.0.0-next.0

17 Jan 19:24
Compare
Choose a tag to compare
v8.0.0-next.0 Pre-release
Pre-release

🐛 Bug Fix

⚠️ Pushed to next

Authors: 1

v7.0.9

07 Jan 18:23
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

📝 Documentation

Authors: 4

v7.0.4

10 Aug 14:33
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

Authors: 2

v7.0.0

06 Jul 16:37
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

  • chore: Delete publish workflows (@pocka)
  • 7.0.0-beta.2 (@pocka)
  • chore: Add Storybook v7 to peer deps (@pocka)
  • 7.0.0-beta.1 (@pocka)
  • docs: Update CHANGELOG.md (@pocka)
  • docs: Update README (@pocka)
  • 7.0.0-beta.0 (@pocka)
  • feat: Add ErrorBoundary (@pocka)
  • style: Remove unused function parameter (@pocka)
  • fix: Prevent manager UI crashes when type is empty (@pocka)
  • 7.0.0-alpha.3 (@pocka)
  • docs: Update CHANGELOG (@pocka)
  • docs: Fix CHANGELOG formatting (@pocka)
  • 7.0.0-alpha.2 (@pocka)
  • feat: Sketch embeds (@pocka)
  • docs: Add alpha installation command (@pocka)
  • 7.0.0-alpha.1 (@pocka)
  • chore: Add code validity check workflow (@pocka)
  • chore: Format files (@pocka)
  • chore: Use default Prettier config (@pocka)
  • style: Format files (@pocka)
  • chore: Add fmt script (@pocka)
  • chore: Remove publishConfig.tag (@pocka)
  • docs: Add release manual (@pocka)
  • 7.0.0-alpha.0 (@pocka)
  • chore: Use wildcard for version specifier in internal packages (@pocka)
  • chore: Add react/react-dom to peerDependencies (@pocka)
  • misc: Update import path for Docs Blocks (@pocka)
  • feat: Requires Storybook@>=6.4 (@pocka)
  • chore: Upgrade devDependencies with config update (@pocka)
  • chore: Switch from Yarn v1 to npm v8 (@pocka)
  • chore: Upgrade Node.js version for development (@pocka)
  • chore: Upgrade ghpages action (@pocka)
  • chore: Upgrade and tidy Node.js action (@pocka)
  • chore: Upgrade checkout action (@pocka)

Authors: 10

v7.0.0-beta.2

22 Nov 11:56
v7.0.0-beta.2
d183d3d
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

Added

  • Add Storybook v7 to peer deps (3789d09)

v7.0.0-beta.1

05 Nov 12:01
v7.0.0-beta.1
4805fb4
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

Fixed

  • Fix remaining code incompatible with Storybook v7. (#173)

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)