Skip to content

Releases: percy/percy-storybook

v4.0.0-beta.1

28 May 17:04
041d3c0
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

✨ Enhancements

  • ✨ Automatically add start-storybook --ci arg (#303) @wwilsman

🏗 Maintenance

v4.0.0-beta.0

27 May 20:44
98bae09
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

✨ Enhancements

See the README for breaking changes

v3.3.1

14 Aug 15:58
Compare
Choose a tag to compare

What's new?

  • 0d19143 fix: Encode old url to prevent issues with emojis (#229)

@percy/storybook@3.3.0

18 Feb 18:05
Compare
Choose a tag to compare
  • Removed use of Node 8 and use active stable Node 10
  • Use story id for query format if possible

@percy/storybook v3.2.0

20 Aug 18:57
Compare
Choose a tag to compare

What's new?

With @percy/storybook v3.2.0 you can now pass a flag to throw an error if there are no stories captured by Percy (#130). Thank you to @joscha for that PR! 🎉

Usage

percy-storybook --fail_on_empty

@percy/storybook v3.1.0

18 Jun 22:10
Compare
Choose a tag to compare

This release adds the ability to configure per-snapshot minimum heights.

@percy/storybook v3.0.2

10 Apr 19:26
Compare
Choose a tag to compare

Improve story detection when the info addon for a story contains a JSX fragment.

v3.0.1

06 Apr 20:59
Compare
Choose a tag to compare

Improved user agent reporting.

v3.0.0

04 Apr 23:13
Compare
Choose a tag to compare

Changes:

  • Requires Storybook v5 or newer.
  • Changes package name to @percy/storybook from @percy-io/percy-storybook.
  • Significantly simplifies setup. Changes to Storybook's config.js are no longer required.
  • Switch to using Storybook's new story parameters (#64). This removes addWithPercyOptions in favor of using Storybook's new options parameter.

How to upgrade from v2:

  • Ensure you're using Storybook v5 or newer.
  • Update your package.json to remove @percy-io/percy-storybook and run npm i --save-dev @percy/storybook.
  • Update your storybook's config.js file to remove any mentions of percy-storybook and methods imported from it. This includes any lines referencing createPercyAddon, percyAddon, and serializeStories.
  • Update any use of addWithPercyOptions, with the new per-story options.
  • Feel welcome to contact us via support@percy.io if you need assistance.

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