Storycap Versions Save

A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer.

v5.0.0

2 months ago

Breaking changes

  • Drop legacy Storybook (<= v6) support (#860)
  • Change supported Node.js lower version to v18.x

What's Changed

Full Changelog: https://github.com/reg-viz/storycap/compare/v4.3.1...v5.0.0

v4.3.1

2 months ago

What's Changed

Full Changelog: https://github.com/reg-viz/storycap/compare/v4.3.0...v4.3.1

v4.3.0

2 months ago

New features

Fixes

New Contributors

Full Changelog: https://github.com/reg-viz/storycap/compare/v4.2.0...v4.3.0

v4.2.0

10 months ago

New features

  • Add CLI option to forward console logs from the story context to the user's CLI (#790)
  • Add CLI option to record CPU traces from screenshot runs (#791)

v4.1.2

11 months ago

Bug fixes

  • Add a workaround for an issue where puppeteer fails to find a matching element (#770)

v4.1.1

1 year ago

Bug fixes

v4.1.0

1 year ago

New features

  • Add the ability to screenshot a part of the screen (#722)

v4.0.0

1 year ago

New features

  • --shard CLI option ( #633 )

Bug fixes

  • ExposeFunction not being awaited ( #632 )
  • Named export of @storybook/addons ( #629 )

Misc Changes

  • Change serverTimeout default value to 60 sec

Breaking Changes

  • Drop to support Storybook v4
  • Drop to support Node.js <= v12

v3.1.9

1 year ago

Bux fix

  • Fix disableCssAnimation bug when using multiple viewports(#610)

v3.1.8

2 years ago

Bug fixes

  • fix: setup when 'storyStoreV7' is enabled (#605)