File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.1] - 2026-01-15
9+
10+ ## What's Changed
11+
12+ ### Fixed
13+ - Fixed compatibility with Vizzly CLI v0.23.0+ by updating status value handling from ` passed ` /` failed ` to ` match ` /` diff `
14+ - Added support for ` baseline-updated ` status to properly handle baseline updates in TDD mode
15+
16+ ** Full Changelog** : https://github.com/vizzly-testing/cli/compare/vitest/v0.1.0...vitest/v0.1.1
17+
818## [ 0.1.0] - 2026-01-07
919
1020## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @vizzly-testing/vitest" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Drop-in replacement for Vitest visual testing - powered by Vizzly" ,
55 "keywords" : [
66 " vizzly" ,
You can’t perform that action at this time.
0 commit comments