Releases: percy/react-percy
@percy/react v0.4.6
Updated to depend on @percy/react-percy-api-client v0.4.6, which makes PERCY_PROJECT an optional variable.
@percy-io/react-percy v0.2.6
Improve debug messaging, and include react in snapshot files by default.
@percy-io/react-percy v0.2.5
Add support for Windows.
@percy-io/react-percy-storybook@1.1.0
This release adds the ability to configure withs and RTL on a per story basis, using addWithPercyOptions
.
Docs coming soon.
See the react-percy-storybook integration tests for examples of how addWithPercyOptions
can be used. Note the configuration of percyAddon in .storybook/config.js.
A big thank you to @joscha for this update! 😄
@percy-io/in-percy v0.1.2
Add Typescript support via typings. Thanks @joscha!
@percy-io/react-percy-storybook 0.1.10
Screenshots are now taken with a minimum height of 100px instead of 1024px. The screenshot height will automatically grow to be large enough to include the story.
The minimum height can be overridden by supplying the --minimum_height=xxx
CLI argument to percy-storybook
.