✨ v0.25.1
v0.25.1 Release Notes
What's Changed
Added
- Configurable browser type: Added
browser.typeconfiguration option and--browserCLI flag to control which browser engine (chromium, firefox, webkit) is used for static-site and storybook clients. Users can now select their preferred browser and control browser installation in CI/CD environments for better caching and dependency management. --public-linkflag for preview command: Thevizzly previewcommand now requires the--public-linkflag when previewing private projects. This ensures users explicitly acknowledge that preview URLs grant access to anyone with the link until expiration.- Resilient finalize command: The
finalizecommand now gracefully handles missing builds by default (exits with code 0 and shows a warning), improving CI/CD experience when Vizzly tests are conditionally skipped. Added a global--strictflag across all CLI commands to opt into hard failures when needed.
Fixed
- Fixed project visibility check in preview command to correctly handle API response structure
Changed
- Updated dependencies including commander, Babel, Playwright, React, and development tools
Full Changelog: storybook/v0.4.0...v0.25.1