Compare commits

...

21 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
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
Chromatic 05812acac1 v17.3.0 2026-06-05 16:37:36 +00:00
Chromatic d92ea1ce50 v17.2.0 2026-06-01 20:05:45 +00:00
Chromatic 8ad69a40de v17.1.0 2026-05-27 16:48:24 +00:00
Chromatic 0b8c883861 v17.0.1 2026-05-26 17:38:19 +00:00
Chromatic 7aca53e7aa v17.0.0 2026-05-19 16:40:50 +00:00
Chromatic 1bbb581925 v16.10.1 2026-05-15 16:18:27 +00:00
Chromatic e3eb8ec361 v16.10.0 2026-05-11 17:28:17 +00:00
Chromatic 8d925269a4 v16.9.1 2026-05-07 14:53:46 +00:00
Chromatic 84e0c70520 v16.9.0 2026-05-06 17:23:55 +00:00
Chromatic a200f3ba3f v16.8.0 2026-05-05 14:56:27 +00:00
Chromatic fd9f084892 v16.7.0 2026-05-04 17:05:35 +00:00
Chromatic 42839e8c28 v16.6.3 2026-04-29 19:50:53 +00:00
Chromatic ca45e22652 v16.6.2 2026-04-29 19:10:30 +00:00
4 changed files with 1767 additions and 1197 deletions
+307
View File
@@ -1,3 +1,310 @@
# 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
- 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
- :wrench: Add a configuration parameter that controls git timeout. [#1371](https://github.com/chromaui/chromatic-cli/pull/1371) ([@jwir3](https://github.com/jwir3))
#### 🐛 Bug Fix
- Remove unused `subdir` directory [#1381](https://github.com/chromaui/chromatic-cli/pull/1381) ([@codykaup](https://github.com/codykaup))
- Increase Sentry message length [#1380](https://github.com/chromaui/chromatic-cli/pull/1380) ([@codykaup](https://github.com/codykaup))
- Bump `typescript-eslint` to fix TypeScript warning [#1373](https://github.com/chromaui/chromatic-cli/pull/1373) ([@codykaup](https://github.com/codykaup))
- Drop `slash` dependency for internal helper [#1374](https://github.com/chromaui/chromatic-cli/pull/1374) ([@codykaup](https://github.com/codykaup))
- `react-native-build`: Don't overwrite artifacts without permission. [#1364](https://github.com/chromaui/chromatic-cli/pull/1364) ([@jmhobbs](https://github.com/jmhobbs))
- Set `patch` label for Dependabot PRs [#1370](https://github.com/chromaui/chromatic-cli/pull/1370) ([@codykaup](https://github.com/codykaup))
- Update Dependabot to skip test fixture dependencies [#1363](https://github.com/chromaui/chromatic-cli/pull/1363) ([@codykaup](https://github.com/codykaup))
#### Authors: 3
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
- Scott Johnson ([@jwir3](https://github.com/jwir3))
---
# v17.2.0 (Mon Jun 01 2026)
#### 🚀 Enhancement
- Join individual bail subreasons into a single field [#1357](https://github.com/chromaui/chromatic-cli/pull/1357) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.1.0 (Wed May 27 2026)
#### 🚀 Enhancement
- Add additional bail details to `changedPackageFiles` [#1344](https://github.com/chromaui/chromatic-cli/pull/1344) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v17.0.1 (Tue May 26 2026)
#### 🐛 Bug Fix
- Delay check of `build-storybook` script validation [#1327](https://github.com/chromaui/chromatic-cli/pull/1327) ([@jmhobbs](https://github.com/jmhobbs))
- Force `es-toolkit` version to avoid bundle error in Yarn classic smoke test [#1347](https://github.com/chromaui/chromatic-cli/pull/1347) ([@codykaup](https://github.com/codykaup))
- Fix TurboSnap mis-categorizing static assets as Storybook config changes [#1340](https://github.com/chromaui/chromatic-cli/pull/1340) ([@codykaup](https://github.com/codykaup))
#### Authors: 2
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
---
# v17.0.0 (Tue May 19 2026)
#### 💥 Breaking Change
- Drop support for Node 20 and define supported Node engines [#1334](https://github.com/chromaui/chromatic-cli/pull/1334) ([@codykaup](https://github.com/codykaup))
#### 🐛 Bug Fix
- Promotes `prepare`, `build`, and `verify` tasks to modules [#1331](https://github.com/chromaui/chromatic-cli/pull/1331) ([@justin-thurman](https://github.com/justin-thurman))
#### Authors: 2
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
---
# v16.10.1 (Fri May 15 2026)
#### 🐛 Bug Fix
- Fix `getUncommittedHash` in Windows environments [#1332](https://github.com/chromaui/chromatic-cli/pull/1332) ([@codykaup](https://github.com/codykaup))
- Increase flaky test timeout [#1326](https://github.com/chromaui/chromatic-cli/pull/1326) ([@codykaup](https://github.com/codykaup))
- Refactor `initialize` task to use typed inputs and outputs [#1323](https://github.com/chromaui/chromatic-cli/pull/1323) ([@justin-thurman](https://github.com/justin-thurman))
#### Authors: 2
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
---
# v16.10.0 (Mon May 11 2026)
#### 🚀 Enhancement
- Add `share()` to Node API [#1284](https://github.com/chromaui/chromatic-cli/pull/1284) ([@codykaup](https://github.com/codykaup) [@katiebayes](https://github.com/katiebayes))
#### 🐛 Bug Fix
- Migrate `gitInfo` task to typed inputs and outputs [#1314](https://github.com/chromaui/chromatic-cli/pull/1314) ([@justin-thurman](https://github.com/justin-thurman))
- Add config option for building multiple Android architectures [#1321](https://github.com/chromaui/chromatic-cli/pull/1321) ([@jmhobbs](https://github.com/jmhobbs))
#### Authors: 4
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
- Katie Bayes ([@katiebayes](https://github.com/katiebayes))
---
# v16.9.1 (Thu May 07 2026)
#### 🐛 Bug Fix
- Add additional environment variables to RN build [#1319](https://github.com/chromaui/chromatic-cli/pull/1319) ([@jmhobbs](https://github.com/jmhobbs))
#### Authors: 1
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
---
# v16.9.0 (Wed May 06 2026)
#### 🚀 Enhancement
- Allow skip without a project token [#1310](https://github.com/chromaui/chromatic-cli/pull/1310) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v16.8.0 (Tue May 05 2026)
#### 🚀 Enhancement
- Add test for external storybook config changes and TS [#1316](https://github.com/chromaui/chromatic-cli/pull/1316) ([@tmeasday](https://github.com/tmeasday))
#### 🐛 Bug Fix
- Move `xcodebuild` to shared executor [#1318](https://github.com/chromaui/chromatic-cli/pull/1318) ([@jmhobbs](https://github.com/jmhobbs))
- Only build Android ABI for x86_64 [#1308](https://github.com/chromaui/chromatic-cli/pull/1308) ([@jmhobbs](https://github.com/jmhobbs))
- Add output environment variable to RN builds [#1307](https://github.com/chromaui/chromatic-cli/pull/1307) ([@jmhobbs](https://github.com/jmhobbs))
#### Authors: 2
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
- Tom Coleman ([@tmeasday](https://github.com/tmeasday))
---
# v16.7.0 (Mon May 04 2026)
#### 🚀 Enhancement
- Add React Native build stage [#1297](https://github.com/chromaui/chromatic-cli/pull/1297) ([@jmhobbs](https://github.com/jmhobbs))
- Make Storybook metadata output generic [#1311](https://github.com/chromaui/chromatic-cli/pull/1311) ([@codykaup](https://github.com/codykaup))
#### 🐛 Bug Fix
- Migrate `setStorybookInfo` task to typed inputs and outputs [#1306](https://github.com/chromaui/chromatic-cli/pull/1306) ([@justin-thurman](https://github.com/justin-thurman))
- Scaffolding for removing `Context` from CLI task bodies [#1302](https://github.com/chromaui/chromatic-cli/pull/1302) ([@justin-thurman](https://github.com/justin-thurman))
#### Authors: 3
- Cody Kaup ([@codykaup](https://github.com/codykaup))
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
---
# v16.6.3 (Wed Apr 29 2026)
#### 🐛 Bug Fix
- Retry file upload if file deduplication fails [#1296](https://github.com/chromaui/chromatic-cli/pull/1296) ([@codykaup](https://github.com/codykaup))
#### Authors: 1
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v16.6.2 (Wed Apr 29 2026)
#### 🐛 Bug Fix
- Fix crash when checking for CLI updates [#1305](https://github.com/chromaui/chromatic-cli/pull/1305) ([@annaet](https://github.com/annaet) [@codykaup](https://github.com/codykaup))
#### Authors: 2
- Anna Thomas ([@annaet](https://github.com/annaet))
- Cody Kaup ([@codykaup](https://github.com/codykaup))
---
# v16.6.1 (Tue Apr 28 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'
+1449 -1193
View File
File diff suppressed because one or more lines are too long
+10 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.6.1",
"version": "17.8.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -70,6 +70,7 @@
],
"resolutions": {
"any-observable": "^0.5.1",
"es-toolkit": "1.46.0",
"lodash": "4.17.21",
"@types/minimatch": "5.1.2"
},
@@ -83,6 +84,8 @@
"@auto-it/slack": "^11.1.6",
"@discoveryjs/json-ext": "^0.5.7",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@expo/config-plugins": "55.0.8",
"@expo/config-types": "55.0.5",
"@sentry/cli": "^2.37.0",
"@sentry/node": "^8.30.0",
"@snyk/dep-graph": "^2.9.0",
@@ -99,6 +102,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jsonfile": "^6.0.1",
"@types/listr": "^0.14.4",
"@types/mime-types": "^2.1.4",
"@types/node": "18.x",
"@types/path-browserify": "^1",
"@types/picomatch": "^2.3.0",
@@ -153,6 +157,7 @@
"listr": "0.14.3",
"listr-update-renderer": "^0.5.0",
"meow": "^9.0.0",
"mime-types": "^2.1.35",
"mock-fs": "^5.1.2",
"no-proxy": "^1.0.3",
"node-ask": "^1.0.1",
@@ -172,7 +177,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"read-package-up": "^11.0.0",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.58.18",
"snyk-nodejs-plugin": "^1.4.3",
"sort-package-json": "1.50.0",
@@ -184,7 +188,7 @@
"ts-loader": "^9.2.5",
"tsdown": "^0.21.8",
"typescript": "^5.2.2",
"typescript-eslint": "^7.11.0",
"typescript-eslint": "^8.5.8",
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"vite": "^8.0.3",
@@ -217,6 +221,9 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=22.0.0"
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",