Compare commits

...

4 Commits

Author SHA1 Message Date
Chromatic c49581ed7e v17.6.0 2026-06-24 16:36:11 +00:00
Chromatic 7804f34e4e v17.5.0 2026-06-17 16:16:54 +00:00
Chromatic 1db61b73b7 v17.4.1 2026-06-11 15:42:47 +00:00
Chromatic 31fa436e1b v17.4.0 2026-06-09 16:15:48 +00:00
4 changed files with 259 additions and 202 deletions
+56
View File
@@ -1,3 +1,59 @@
# v17.6.0 (Wed Jun 24 2026)
#### 🚀 Enhancement
- Automatically upload metadata files on TurboSnap bails [#1400](https://github.com/chromaui/chromatic-cli/pull/1400) ([@codykaup](https://github.com/codykaup))
- Log untraced files and its matching glob [#1403](https://github.com/chromaui/chromatic-cli/pull/1403) ([@codykaup](https://github.com/codykaup))
- Show full trace path to bail file reason [#1401](https://github.com/chromaui/chromatic-cli/pull/1401) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.5.0 (Wed Jun 17 2026)
#### 🚀 Enhancement
- Add context around file adds/moves in `BaselineCheckoutFailedError` bails [#1391](https://github.com/chromaui/chromatic-cli/pull/1391) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.4.1 (Thu Jun 11 2026)
#### 🐛 Bug Fix
- fix: e2e build command ignores arguments when used with npm [#1385](https://github.com/chromaui/chromatic-cli/pull/1385) ([@sentience](https://github.com/sentience) [@AriPerkkio](https://github.com/AriPerkkio) [@jmhobbs](https://github.com/jmhobbs))
#### Authors: 3
- Ari Perkkiö ([@AriPerkkio](https://github.com/AriPerkkio))
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
- Kevin Yank ([@sentience](https://github.com/sentience))
---
# v17.4.0 (Tue Jun 09 2026)
#### 🚀 Enhancement
- Add additional bail details to `invalidChangedFiles` [#1355](https://github.com/chromaui/chromatic-cli/pull/1355) ([@codykaup](https://github.com/codykaup))
#### 🐛 Bug Fix
- Update Codecov to fix GPG issue [#1387](https://github.com/chromaui/chromatic-cli/pull/1387) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.3.0 (Fri Jun 05 2026)
#### 🚀 Enhancement
+1 -1
View File
@@ -114,7 +114,7 @@ inputs:
description: 'Disregard these files and their dependencies when tracing dependent stories for TurboSnap'
required: false
uploadMetadata:
description: 'Upload Chromatic metadata files as part of the published Storybook'
description: 'Upload Chromatic metadata files as part of the published Storybook. Defaults to enabled when TurboSnap is requested.'
required: false
vitest:
description: 'Run build against `@chromatic-com/vitest` test archives'
+201 -200
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "17.3.0",
"version": "17.6.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",