Releases: zeplin/cli-connect-storybook-plugin
Releases · zeplin/cli-connect-storybook-plugin
v0.5.4
- Fix
Cannot read property 'replace' of undefined
error #42
v0.5.3
- Resolved an issue which would break story link generation when running on node.js <11 190269d
v0.5.1
- Fix Storybook startup issues #38 #39
- Storybook logs are now forwarded to @zeplin/cli's log file #37
v0.5.0
- Add
fetchStories
option #35
v0.4.2
- Updated node-fetch for security vulnerability #33
v0.4.1
- Fixed undefined value error if component info is null eea1ac8
v0.4.0
- Added
ignoreSSLErrors
conf parameter #31
v0.3.1
- Fixed an issue if the Storybook instance is accessed using a file name like index.html - #25