Compare commits

...

3 Commits

Author SHA1 Message Date
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
3 changed files with 1252 additions and 999 deletions
+51
View File
@@ -1,3 +1,54 @@
# 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
+1198 -998
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "16.6.2",
"version": "16.8.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -83,6 +83,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",