All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bump the minimum supported Storybook version to v6.4.x. (605f751)
- Declare necessary
peerDependencies
. (#133, dc8dac0) - Improve content loading performance by retaining loaded content. (#157)
- Fix addon crashes when
type
is not absent. (9eeb0e2) - Prevent the entire Storybook UI crash when uncaught error thrown in the addon. (e51e907)
6.3.1 - 2022-06-14
- Include
blocks.d.ts
in published tarball. (d966871)
6.3.0 - 2022-06-14
- Export panel name as
PanelName
. (851b486)
- Add type definition file for
storybook-addon-designs/blocks
. (4bf0125)
6.2.1 - 2022-01-06
- Fix
Design
tab does not appear whenrenderTarget: "tab"
. (#134)
6.2.0 - 2021-10-03
experimental-figspec
type. Usefigspec
type instead. The parameter interface is same, just replace thetype
property. (#127)
figspec
type (#127).
6.1.0 - 2021-08-22
- An ability to customize addon tab name via
name
property (#112). - Show the number of design specs in addon tab name (#112).
6.0.1 - 2021-07-04
- Fix our Doc Blocks causes a runtime error on some Storybook versions (#110).
6.0.0 - 2021-05-17
- PDF embedding (5085b1c).
- Support for Storybook@v5.x (6598be6).
- Experimental Figspec embedding (enchanced Figma embeds powered by Figma API), see here for the usage (7066b62).
- Improve reliablity between story/design changes (#97).
- Remove
peerDependencies
, which is used as constraints for transitive dependencies (94bcd84).
5.4.6 - 2021-07-04
- Fix our Doc Blocks causes a runtime error on some Storybook versions (61ce68e).
5.4.5 - 2021-02-20
- Fix tab contents does not switch between stories (#83).
5.4.4 - 2021-02-18
- Hide loading placeholder for
type: "iframe"
when the embedded iframe is loaded (#81).
5.4.3 - 2021-01-13
- Fix
allowFullscreen
option is outdated on each render (#78).
5.4.2 - 2020-09-16
- Support for Storybook 6.x (#67).
5.4.1 - 2020-07-31
- Fix
blocks.js
is missing from published package (#64).
5.4.0 - 2020-06-27
- Doc Blocks. (PR: #62)
5.3.0 - 2020-06-20
offscreen
option. (PR: #40)renderTarget
preset option. (PR: #47)- An addon preset file so you can write
addons: ["storybook-addon-designs"]
inmain.js
. - Export an addon name as
PARAM_KEY
and an interface type of config asConfig
from entry file. (PR: #57)
- Fix Figma preview's scale value goes too small when the preview located at second tab or later one. (PR: #40)
- You can now disable this addon by
disabled: true
option. (PR: #57)
5.2.1 - 2020-05-05
- Fix the addon code is not being transpiled down to ES5. (PR: #51)
- Provide CommonJS modules for non-webpack environments (e.g. Storyshots+Jest). (PR: #52)
5.2.0 - 2020-02-01
link
type. (PR: #32)
5.1.2 - 2020-01-22
- Fix crashing when there is no
design
parameter. (PR: #30)
5.1.1 - 2019-06-06
- Do not persist design panel. (PR: #15)
5.1.0 - 2019-05-12
- multiple designs tab support. (PR: #9)