✨ v0.29.5
Vizzly CLI v0.29.5
What's Changed
Added
- Added explicit CLI opt-out flag
--no-full-pagefor 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-pageCLI flag
- To restore the previous viewport-only behavior, use
Fixed
- Fixed
vizzly previewcommand failing to auto-detect builds created by plugin commands (likevizzly 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