✨ v0.29.2
v0.29.2
What's Changed
Added
--orgflag for disambiguating projects across organizations: Thebuildsandcomparisonscommands 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