Skip to content

Commit 587bf38

Browse files
committed
🔖 Vitest integration v0.1.1
1 parent 24b24b3 commit 587bf38

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

clients/vitest/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

clients/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)