Skip to content

✨ v0.25.1

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:53
· 122 commits to main since this release

v0.25.1 Release Notes

What's Changed

Added

  • Configurable browser type: Added browser.type configuration option and --browser CLI 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-link flag for preview command: The vizzly preview command now requires the --public-link flag 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 finalize command 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 --strict flag 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