Releases: percy/percy-storybook
Releases · percy/percy-storybook
v2.1.0
v2.0.0
Switch underlying mechanism for reading a list of stories from Storybook. Puppeteer has replaced jsdom, and the whole static-storybook is now loaded before reading the list of stories, instead of a subset of JS scripts.
v1.4.1
🐛 Update underlying packages so story names containing special characters get encoded properly when converting into urls.
v1.4.0
Support Storybook 4.0. 🎉
v1.3.5
🐛 Fix call to renamed @percy/react-percy-api-client
v1.3.4
Improve integration with Travis CI PR builds.
v.1.3.3
Allow 10 seconds for stories to be set on window, for situations where they're set asynchronously.
v1.3.2
v1.3.1
🐞 Fixed a bug that was causing some RTL stories to be skipped when using the --rtl flag.
v1.3.0
New Feature:
- Added the --output_format flag. When --output_format is specified as json, the build's object that was created is logged in JSON format. This is a convenient way to get the build number, for use with @percy/poller.
Bug Fix:
- Correctly handle asset uploading when the
build_dir
flag is prefixed with ./