Compare commits

...

1 Commits

Author SHA1 Message Date
Chromatic 5c6ec06f45 v16.3.0 2026-04-14 17:22:46 +00:00
4 changed files with 516 additions and 494 deletions
+14
View File
@@ -1,3 +1,17 @@
# v16.3.0 (Tue Apr 14 2026)
#### 🚀 Enhancement
- feat: add `--vitest` flag for `@chromatic-com/vitest` integration [#1252](https://github.com/chromaui/chromatic-cli/pull/1252) ([@AriPerkkio](https://github.com/AriPerkkio))
- Show more information on invalid React Native builds [#1271](https://github.com/chromaui/chromatic-cli/pull/1271) ([@codykaup](https://github.com/codykaup))
#### Authors: 2
- Ari Perkkiö ([@AriPerkkio](https://github.com/AriPerkkio))
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v16.2.0 (Thu Apr 09 2026)
#### 🚀 Enhancement
+3
View File
@@ -116,6 +116,9 @@ inputs:
uploadMetadata:
description: 'Upload Chromatic metadata files as part of the published Storybook'
required: false
vitest:
description: 'Run build against `@chromatic-com/vitest` test archives'
required: false
workingDir:
description: 'Working directory for the package.json file'
required: false
+493 -492
View File
File diff suppressed because one or more lines are too long
+6 -2
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.2.0",
"version": "16.3.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -194,7 +194,8 @@
},
"peerDependencies": {
"@chromatic-com/cypress": "^0.*.* || ^1.0.0",
"@chromatic-com/playwright": "^0.*.* || ^1.0.0"
"@chromatic-com/playwright": "^0.*.* || ^1.0.0",
"@chromatic-com/vitest": "^0.*.* || ^1.0.0"
},
"peerDependenciesMeta": {
"@chromatic-com/cypress": {
@@ -202,6 +203,9 @@
},
"@chromatic-com/playwright": {
"optional": true
},
"@chromatic-com/vitest": {
"optional": true
}
},
"publishConfig": {