Skip to content

✨ v0.29.5

Choose a tag to compare

@github-actions github-actions released this 16 Feb 23:09
· 74 commits to main since this release

Vizzly CLI v0.29.5

What's Changed

Added

  • Added explicit CLI opt-out flag --no-full-page for controlling screenshot capture behavior in Static Site and Storybook SDKs

Changed

  • ⚠️ Breaking Change: Static Site and Storybook SDKs now default to full-page screenshots instead of viewport-only. This captures the entire scrollable content by default, which better matches user expectations for static pages and Storybook stories
    • To restore the previous viewport-only behavior, use screenshot: { fullPage: false } in your config or the --no-full-page CLI flag

Fixed

  • Fixed vizzly preview command failing to auto-detect builds created by plugin commands (like vizzly storybook). The session breadcrumb is now properly written for non-TDD builds, ensuring build context is preserved

Full Changelog: storybook/v0.7.0...v0.29.5