Compare commits

...

6 Commits

Author SHA1 Message Date
Chromatic 98132da0fc v17.8.0 2026-06-29 16:00:22 +00:00
Chromatic 7ffa934358 v17.7.2 2026-06-26 17:18:40 +00:00
Chromatic c8eb1dde81 v17.7.1 2026-06-25 18:53:13 +00:00
Chromatic 89aa0e0d5e v17.7.0 2026-06-25 14:10:39 +00:00
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
4 changed files with 240 additions and 132 deletions
+74
View File
@@ -1,3 +1,77 @@
# v17.8.0 (Mon Jun 29 2026)
#### 🚀 Enhancement
- Include ancestor build details on a fully TurboSnapped build [#1406](https://github.com/chromaui/chromatic-cli/pull/1406) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.7.2 (Fri Jun 26 2026)
#### 🐛 Bug Fix
- Only upload metadata files with a valid S3 path [#1408](https://github.com/chromaui/chromatic-cli/pull/1408) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.7.1 (Thu Jun 25 2026)
#### 🐛 Bug Fix
- React Native: Parse build command from config file [#1405](https://github.com/chromaui/chromatic-cli/pull/1405) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.7.0 (Thu Jun 25 2026)
#### 🚀 Enhancement
- Skip upload, verify, and snapshot tasks when detecting no changes from TurboSnap [#1394](https://github.com/chromaui/chromatic-cli/pull/1394) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# 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
+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'
+164 -130
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.4.1",
"version": "17.8.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",