Compare commits

..

2 Commits

Author SHA1 Message Date
Chromatic 94713c5442 v18.0.1 2026-07-02 17:42:13 +00:00
Chromatic b5b575184e v18.0.0 2026-07-01 15:23:56 +00:00
3 changed files with 913 additions and 815 deletions
+48
View File
@@ -1,3 +1,51 @@
# 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
+860 -814
View File
File diff suppressed because one or more lines are too long
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "17.8.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",