Skip to content

✨ v0.29.6

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Feb 13:46
· 2 commits to main since this release

Vizzly CLI v0.29.6

What's Changed

Added

  • Full-page screenshot capture is now the default for Static Site and Storybook SDKs. Teams can opt out with --no-full-page or by setting screenshot.fullPage: false in config if they prefer viewport-only captures.

Fixed

  • Fixed build auto-detection for plugin-created builds (e.g., vizzly storybook). TestRunner now writes session context (buildId, branch, commit, parallelId) for non-TDD builds, enabling vizzly preview to properly locate and process them.

Breaking Changes

Default screenshot behavior changed to full-page capture in Static Site and Storybook SDKs. If you want to keep capturing viewport-only screenshots, use:

  • Config: screenshot: { fullPage: false }
  • CLI: --no-full-page

Full Changelog: v0.29.5...v0.29.6