Skip to content

Releases: reg-viz/storycap

v3.1.8

23 May 15:09
Compare
Choose a tag to compare

Bug fixes

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

v3.1.7

28 Mar 00:44
Compare
Choose a tag to compare

Bug fix

  • Fix mouse position leaking to other screenshots ( #587 )

v3.1.5

17 Feb 16:50
Compare
Choose a tag to compare

Bug Fix

  • Downgrade puppeteer-core version because #545 problem still be unresolved.

v3.1.4

17 Feb 15:48
Compare
Choose a tag to compare

Bug fix

  • Skip to wait for non HTTP resources like data URI ( #547 )

v3.1.3

17 Feb 14:39
Compare
Choose a tag to compare

Bug fix

  • Fix bug occurring when changing viewport (#545)

v3.1.2

17 Feb 14:16
Compare
Choose a tag to compare

Bug Fix

  • withScreenshot decorator skips if the current process is jest. Storycap can be used with @storybook/testing-react (fix #528)

v3.1.1

17 Feb 14:15
Compare
Choose a tag to compare

New feature

  • captureBeyondViewport option (#529)

Misc

  • Bump up some dependencies (including puppeteer-core)

v3.0.2

25 Nov 07:10
Compare
Choose a tag to compare

Bug fix

  • Fix reference error during waiting for SB store configuring stories ( #309 ).

v3.0.0

15 Sep 17:00
Compare
Choose a tag to compare

Breaking change

Install Puppeteer manually if you need

Since v3.0, Storycap no longer depends on puppeteer NPM package. Instead Storycap uses puppeteer-core package.
You need to exec npm i puppeteer explicitly if you want to use Storycap with puppeteer.

And Storycap v3 searches Chromium executable binary in the following order:

  1. Puppeteer NPM package in node_modules
  2. Local installed canary Chrome
  3. Local installed stable Chrome

And you can set executable Chromium binary file path manually via --chromiumPath CLI option.

v2.3.7

15 Sep 04:40
Compare
Choose a tag to compare

internal changes

  • modify navigation options ( #236 )