Skip to content

Releases: percy/percy-storybook

v2.1.0

24 Sep 17:05
0d47da3
Compare
Choose a tag to compare

Update react-percy-api-client (#45) - This removes the need for the PERCY_PROJECT environment variable

v2.0.0

05 Jun 20:24
Compare
Choose a tag to compare

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

18 May 00:54
Compare
Choose a tag to compare

🐛 Update underlying packages so story names containing special characters get encoded properly when converting into urls.

v1.4.0

15 May 23:57
Compare
Choose a tag to compare

Support Storybook 4.0. 🎉

v1.3.5

21 Apr 01:43
Compare
Choose a tag to compare

🐛 Fix call to renamed @percy/react-percy-api-client

v1.3.4

21 Apr 01:06
Compare
Choose a tag to compare

Improve integration with Travis CI PR builds.

v.1.3.3

12 Mar 23:11
Compare
Choose a tag to compare

Allow 10 seconds for stories to be set on window, for situations where they're set asynchronously.

v1.3.2

04 Jan 00:54
Compare
Choose a tag to compare

🐞 Fix for Storybook 3.3 - correctly parse preview file location when there's multiple script files. Thanks @joscha!

v1.3.1

28 Dec 00:50
Compare
Choose a tag to compare

🐞 Fixed a bug that was causing some RTL stories to be skipped when using the --rtl flag.

v1.3.0

14 Dec 00:09
Compare
Choose a tag to compare

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 ./