Releases: reg-viz/storycap
Releases · reg-viz/storycap
v3.1.8
Bug fixes
- fix: setup when 'storyStoreV7' is enabled (#605)
v3.1.7
Bug fix
- Fix mouse position leaking to other screenshots ( #587 )
v3.1.5
Bug Fix
- Downgrade puppeteer-core version because #545 problem still be unresolved.
v3.1.4
Bug fix
- Skip to wait for non HTTP resources like data URI ( #547 )
v3.1.3
Bug fix
- Fix bug occurring when changing viewport (#545)
v3.1.2
Bug Fix
withScreenshot
decorator skips if the current process is jest. Storycap can be used with @storybook/testing-react
(fix #528)
v3.1.1
New feature
captureBeyondViewport
option (#529)
Misc
- Bump up some dependencies (including puppeteer-core)
v3.0.2
Bug fix
- Fix reference error during waiting for SB store configuring stories ( #309 ).
v3.0.0
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:
- Puppeteer NPM package in
node_modules
- Local installed canary Chrome
- Local installed stable Chrome
And you can set executable Chromium binary file path manually via --chromiumPath
CLI option.
v2.3.7
internal changes
- modify navigation options ( #236 )