Compare commits

...

3 Commits

Author SHA1 Message Date
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
3 changed files with 336 additions and 267 deletions
+52
View File
@@ -1,3 +1,55 @@
# 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
+278 -266
View File
File diff suppressed because one or more lines are too long
+6 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.9.1",
"version": "17.0.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -101,6 +101,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",
@@ -155,6 +156,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",
@@ -219,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",