Storybook Addon Designs Versions Save

A Storybook addon that embeds Figma, websites, or images in the addon panel.

v8.0.1

2 weeks ago

πŸ› 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

2 months ago

πŸ’₯ Breaking Change

πŸ› Bug Fix

Authors: 3

v8.0.0-next.1

3 months ago

⚠️ Pushed to next

Authors: 1

v8.0.0-next.0

4 months ago

πŸ› Bug Fix

⚠️ Pushed to next

Authors: 1

v7.0.9

4 months ago

πŸ› Bug Fix

🏠 Internal

πŸ“ Documentation

Authors: 4

v7.0.4

9 months ago

πŸ› Bug Fix

⚠️ Pushed to master

Authors: 2

v7.0.0

10 months ago

πŸ› 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

1 year ago

Added

  • Add Storybook v7 to peer deps (3789d09)

v7.0.0-beta.1

1 year ago

Fixed

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

v7.0.0-beta.0

1 year ago

Fixed

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