✨ v0.23.1
v0.23.1
What's Changed
Fixed
-
GitHub Actions PR commit SHA detection - Fixed incorrect commit SHA detection for GitHub Actions
pull_requestevents. The CLI now correctly reads the PR head commit SHA from the GitHub Actions event payload instead of using the temporary merge commit SHA. This fixes check runs appearing on wrong commits and baseline detection issues in PR workflows. -
SDK E2E test compatibility - Fixed SDK E2E tests to work properly with both
vizzly tdd run(local TDD mode) andvizzly run(cloud mode). All SDKs now detect theVIZZLY_SERVER_URLenvironment variable to skip starting their own TDD server when running under the Vizzly CLI.
Changed
- CI workflow organization - Restructured CI workflows from a single monolithic
ci.ymlinto focused, maintainable workflow files:sdk-e2e.yml,sdk-unit.yml,reporter.yml, andtui.ymlfor better clarity and faster feedback.
Dependencies
- Updated Babel packages (
@babel/cli,@babel/core,@babel/preset-env) from 7.28.3/5 to 7.28.6 - Updated
@tanstack/react-queryfrom 5.90.16 to 5.90.19 - Updated
@types/nodefrom 25.0.6 to 25.0.9
Full Changelog: v0.23.0...v0.23.1