This commit is contained in:
Chromatic
2026-06-24 16:36:11 +00:00
parent 7804f34e4e
commit c49581ed7e
4 changed files with 81 additions and 66 deletions
+14
View File
@@ -1,3 +1,17 @@
# 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
+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'
+65 -64
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.5.0",
"version": "17.6.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",