Skip to content

Releases: reg-viz/storycap

v5.0.0

29 Mar 01:05
Compare
Choose a tag to compare

Breaking changes

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

What's Changed

Full Changelog: v4.3.1...v5.0.0

v4.3.1

26 Mar 08:21
Compare
Choose a tag to compare

What's Changed

  • Limit to only using require to let Rollup bundler to detect the file as cjs file by @indigolain in #857
  • chore: Modify sample stories by @Quramy in #859

Full Changelog: v4.3.0...v4.3.1

v4.3.0

15 Mar 16:11
Compare
Choose a tag to compare

New features

Fixes

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

25 Jul 00:23
Compare
Choose a tag to compare

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

14 Jun 04:01
Compare
Choose a tag to compare

Bug fixes

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

v4.1.1

20 Apr 13:12
Compare
Choose a tag to compare

Bug fixes

  • No npm bin files published at storycap@v4.1.0 #727

v4.1.0

19 Apr 00:12
Compare
Choose a tag to compare

New features

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

v4.0.0

02 Feb 16:43
Compare
Choose a tag to compare

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

20 Jun 13:49
Compare
Choose a tag to compare

Bux fix

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

v3.1.8

23 May 15:09
Compare
Choose a tag to compare

Bug fixes

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