Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94713c5442 | |||
| b5b575184e | |||
| 98132da0fc | |||
| 7ffa934358 | |||
| c8eb1dde81 | |||
| 89aa0e0d5e | |||
| c49581ed7e | |||
| 7804f34e4e | |||
| 1db61b73b7 |
+136
@@ -1,3 +1,139 @@
|
||||
# v18.0.1 (Thu Jul 02 2026)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix silent error swallowing early in CLI invocation [#1413](https://github.com/chromaui/chromatic-cli/pull/1413) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# v18.0.0 (Wed Jul 01 2026)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- Update CLI task list to render with Clack [#1390](https://github.com/chromaui/chromatic-cli/pull/1390) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Implement logRenderer [#1378](https://github.com/chromaui/chromatic-cli/pull/1378) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Update upload task to log ancestor build details [#1411](https://github.com/chromaui/chromatic-cli/pull/1411) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `snapshot` to Clack [#1410](https://github.com/chromaui/chromatic-cli/pull/1410) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `verify` to Clack [#1409](https://github.com/chromaui/chromatic-cli/pull/1409) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `upload` task to Clack [#1404](https://github.com/chromaui/chromatic-cli/pull/1404) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `prepare` to Clack [#1402](https://github.com/chromaui/chromatic-cli/pull/1402) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `build` to Clack renderer [#1398](https://github.com/chromaui/chromatic-cli/pull/1398) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Add error class to carry exit code information to `runTask` [#1397](https://github.com/chromaui/chromatic-cli/pull/1397) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Implement a spinner renderer [#1396](https://github.com/chromaui/chromatic-cli/pull/1396) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Adds a progress bar renderer [#1395](https://github.com/chromaui/chromatic-cli/pull/1395) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `initialize` to Clack renderer [#1393](https://github.com/chromaui/chromatic-cli/pull/1393) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `storybookInfo` to Clack [#1392](https://github.com/chromaui/chromatic-cli/pull/1392) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Migrate `gitInfo` to Clack [#1389](https://github.com/chromaui/chromatic-cli/pull/1389) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Implement mid-task UI updates [#1388](https://github.com/chromaui/chromatic-cli/pull/1388) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Implement Clack-based storybook rendering [#1386](https://github.com/chromaui/chromatic-cli/pull/1386) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Fan out `auth` and `intro` output to Clack and file logging [#1384](https://github.com/chromaui/chromatic-cli/pull/1384) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Implement `broadcastRenderer` to fan out multiple `TaskRenderer`s [#1379](https://github.com/chromaui/chromatic-cli/pull/1379) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Implement Clack-based task rendering and tracer bullet the `auth` task [#1358](https://github.com/chromaui/chromatic-cli/pull/1358) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# 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
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
+879
-799
File diff suppressed because one or more lines are too long
+5
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "17.4.0",
|
||||
"version": "18.0.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -82,6 +82,7 @@
|
||||
"@actions/github": "^5.0.0",
|
||||
"@antfu/ni": "^0.21.5",
|
||||
"@auto-it/slack": "^11.1.6",
|
||||
"@clack/prompts": "^1.4.0",
|
||||
"@discoveryjs/json-ext": "^0.5.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
||||
"@expo/config-plugins": "55.0.8",
|
||||
@@ -151,6 +152,7 @@
|
||||
"globals": "^15.3.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"husky": "^7.0.0",
|
||||
"jiti": "^2.7.0",
|
||||
"json5": "^2.2.3",
|
||||
"jsonfile": "^6.0.1",
|
||||
"junit-report-builder": "3.1.0",
|
||||
@@ -167,6 +169,7 @@
|
||||
"os-browserify": "^0.3.0",
|
||||
"p-limit": "3.1.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"picocolors": "^1.1.1",
|
||||
"picomatch": "2.2.2",
|
||||
"pkg-up": "^3.1.0",
|
||||
"pluralize": "^8.0.0",
|
||||
@@ -195,6 +198,7 @@
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^4.1.2",
|
||||
"why-is-node-running": "^2.1.2",
|
||||
"wrap-ansi": "^10.0.0",
|
||||
"ws": "^8.18.2",
|
||||
"xxhash-wasm": "^1.0.2",
|
||||
"yarn-or-npm": "^3.0.1",
|
||||
|
||||
Reference in New Issue
Block a user