Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 688adae582 | |||
| 8a2b82547a |
@@ -1,3 +1,41 @@
|
||||
# v16.2.0 (Thu Apr 09 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Improve merge queue support [#1256](https://github.com/chromaui/chromatic-cli/pull/1256) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- test: improve chromatic-e2e related tests [#1273](https://github.com/chromaui/chromatic-cli/pull/1273) ([@AriPerkkio](https://github.com/AriPerkkio))
|
||||
- test: update Vitest to v4 [#1266](https://github.com/chromaui/chromatic-cli/pull/1266) ([@AriPerkkio](https://github.com/AriPerkkio))
|
||||
- Throw error on React Native projects using TurboSnap [#1267](https://github.com/chromaui/chromatic-cli/pull/1267) ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- Ari Perkkiö ([@AriPerkkio](https://github.com/AriPerkkio))
|
||||
- Cody Kaup ([@codykaup](https://github.com/codykaup))
|
||||
|
||||
---
|
||||
|
||||
# v16.1.0 (Thu Apr 02 2026)
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Best effort alternative to tree-kill that swallows errors [#1261](https://github.com/chromaui/chromatic-cli/pull/1261) ([@jmhobbs](https://github.com/jmhobbs) [@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Merge pull request #1265 from chromaui/CAP-4242-unit-tests [#1265](https://github.com/chromaui/chromatic-cli/pull/1265) ([@justin-thurman](https://github.com/justin-thurman))
|
||||
- Create workflow for action-canary release [#1255](https://github.com/chromaui/chromatic-cli/pull/1255) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Upgrade `eslint` version [#1253](https://github.com/chromaui/chromatic-cli/pull/1253) ([@jmhobbs](https://github.com/jmhobbs))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- John Hobbs ([@jmhobbs](https://github.com/jmhobbs))
|
||||
- Justin Thurman ([@justin-thurman](https://github.com/justin-thurman))
|
||||
|
||||
---
|
||||
|
||||
# v16.0.0 (Mon Mar 23 2026)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
+600
-604
File diff suppressed because one or more lines are too long
+19
-17
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "16.0.0",
|
||||
"version": "16.2.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -69,7 +69,8 @@
|
||||
"isChromatic.d.ts"
|
||||
],
|
||||
"resolutions": {
|
||||
"any-observable": "^0.5.1"
|
||||
"any-observable": "^0.5.1",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
@@ -103,7 +104,7 @@
|
||||
"@types/ws": "^8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"@vitest/coverage-v8": "^4.1.2",
|
||||
"ansi-html": "0.0.9",
|
||||
"any-observable": "^0.5.1",
|
||||
"archiver": "^5.3.0",
|
||||
@@ -118,17 +119,19 @@
|
||||
"debug": "^4.3.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"env-ci": "^11.1.0",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-jsdoc": "^48.2.6",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-no-secrets": "^1.0.2",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-security": "^3.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.0",
|
||||
"eslint-plugin-sort-class-members": "^1.20.0",
|
||||
"eslint-plugin-unicorn": "^53.0.0",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsdoc": "^62.4.1",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
"eslint-plugin-no-secrets": "^2.2.1",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-security": "^3.0.1",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"eslint-plugin-sort-class-members": "^1.21.0",
|
||||
"eslint-plugin-storybook": "^10.2.1",
|
||||
"eslint-plugin-unicorn": "^59.0.1",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^9.6.0",
|
||||
"fake-tag": "^2.0.0",
|
||||
@@ -172,7 +175,6 @@
|
||||
"string-argv": "^0.3.1",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tmp-promise": "3.0.2",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-dedent": "^1.0.0",
|
||||
"ts-loader": "^9.2.5",
|
||||
"tsup": "^7.2.0",
|
||||
@@ -180,9 +182,9 @@
|
||||
"typescript-eslint": "^7.11.0",
|
||||
"util-deprecate": "^1.0.2",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite": "^8.0.3",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.0.5",
|
||||
"vitest": "^4.1.2",
|
||||
"why-is-node-running": "^2.1.2",
|
||||
"ws": "^8.18.2",
|
||||
"xxhash-wasm": "^1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user