Skip to content

✨ v0.29.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 18:35
· 93 commits to main since this release

v0.29.2

What's Changed

Added

  • --org flag for disambiguating projects across organizations: The builds and comparisons commands now accept an --org <slug> option to filter results by organization. This is useful when multiple projects in different organizations share the same project slug.
    vizzly builds --project storybook --org my-org
    vizzly comparisons --name "Button" --project storybook --org my-org

Fixed

  • TDD SSE performance: Fixed a critical performance issue where TDD mode was broadcasting unnecessarily large Server-Sent Events (SSE) updates. Heavy comparison data (diffClusters, intensityStats, etc.) is now split into a separate file and loaded on-demand when the fullscreen viewer opens. This reduces per-update bandwidth by 79% (from 735 KB to 153 KB per update) and cumulative broadcast traffic from ~97 MB to ~20 MB for typical test runs. (#214)

Full Changelog: v0.29.1...v0.29.2