storybook-chromatic
Advanced tools
Changelog
2.2.0 - 2019-08-23
Add support for docs-mode (Storybook 5.2 feature).
Add support for a new parameter: pauseAnimationsAtEnd
. Read about it here: https://www.chromatic.com/docs/animations
Retry requests to uploading storybooks in case of network problems.
Changelog
2.1.0 - 2019-07-17
--skip
flag to indicate a commit is not going to be built (and still tag the PR as passing).chromatic
story parameters to be functions of ({ id, kind name })
-- in particular e.g. chromatic: { viewport: () => [/*something dynamic based on story info */]}