Skip to content

✨ v0.29.4

Choose a tag to compare

@github-actions github-actions released this 16 Feb 19:56
· 78 commits to main since this release

Vizzly CLI v0.29.4

What's Changed

Added

  • Page URL capture in all JS client SDKs: Screenshots now automatically capture the current page URL as a url property. This enables backend integration with deploy preview pages. The URL is captured in Static Site, Storybook, Vitest, and Ember SDKs and can be overridden by users if needed.

Fixed

  • Fixed double-nested properties in client screenshot payload: The client SDK was incorrectly double-nesting the properties object when SDKs passed { properties: { url } }. The payload is now properly flattened so properties reach the server correctly. Also prevents SDK-internal options (fullPage, threshold) from leaking into the properties object.
  • Fixed local TDD dimension mismatch handling: Local TDD mode was silently auto-overwriting baselines when honeydiff detected a width mismatch. Now dimension mismatches are treated as failed comparisons, allowing teams to review and explicitly accept/reject the changes in the local TDD UI instead of silently overwriting baselines.
  • Updated 7 dependencies: Routine dependency updates including dotenv, glob, Biome, TanStack React Query, TypeScript types, Vite React plugin, and rimraf.

Full Changelog: v0.29.3...v0.29.4