✨ v0.30.0
Vizzly CLI v0.30.0 Release Notes
What's Changed
Added
- CLI Visual Context Workflows: New read-only
vizzly contextcommands for programmatic access to build, comparison, screenshot, similar, and review queue data. Supports both cloud context and local workspace context from.vizzly/, enabling integration with CI/CD pipelines and custom workflows. - JSON Output Reference: Complete documentation of JSON output format for all CLI operations in
docs/json-output.md.
Changed
- Storybook 10 Support: Updated and verified full compatibility with Storybook 10.3.6. The bundled example app now uses Storybook 10, and local TDD metadata is properly sanitized for iframe environments.
- TypeScript 6.0: Upgraded TypeScript from 5.9.3 to 6.0.3.
- Build Tool Alignment: Updated Vite to v8 and plugin-react to v6 for consistency across the reporter UI toolchain.
Fixed
- Stale TDD Image Loads: Fixed an issue where baseline, current, and diff images weren't refreshing properly in the reporter UI. Added cache-busting via query parameters and no-cache response headers to ensure fresh image data.
- Storybook Story URL Capture: Fixed Storybook screenshot metadata to use proper story paths (
?path=/story/...) instead of iframe URLs, ensuring story links render correctly in the Vizzly dashboard. - Storybook CI Preview Uploads: Added preview upload step to Storybook SDK E2E workflow in CI.
Full Changelog: v0.29.6...v0.30.0