Compare commits

...

26 Commits

Author SHA1 Message Date
Chromatic 0794e6939f v15.3.0 2026-03-16 16:15:56 +00:00
Chromatic 5ec258af08 v15.2.0 2026-02-23 20:49:02 +00:00
Chromatic 93712e3766 v15.1.1 2026-02-17 19:22:32 +00:00
Chromatic a8ce9c58f5 v15.1.0 2026-02-10 21:15:18 +00:00
Chromatic f1f9e3277e v15.0.0 2026-02-02 18:28:21 +00:00
Chromatic 9f1ad414f2 v14.0.0 2026-02-02 15:20:09 +00:00
Chromatic 07791f8243 v13.3.5 2026-01-05 16:04:14 +00:00
Chromatic 4c20b95e9d v13.3.4 2025-11-18 15:58:19 +00:00
Chromatic ac86f2ff0a v13.3.3 2025-10-31 13:37:12 +00:00
Chromatic bc2d84ad2b v13.3.2 2025-10-24 15:35:55 +00:00
Chromatic 1c807fb41f v13.3.1 2025-10-21 16:15:20 +00:00
Chromatic 4ffe736a2a v13.3.0 2025-09-29 17:03:26 +00:00
Chromatic 070fa3e7f7 v13.2.1 2025-09-26 15:10:32 +00:00
Chromatic 20c7e42e1b v13.2.0 2025-09-19 15:20:55 +00:00
Chromatic 8c981a1b5e v13.1.5 2025-09-16 16:42:09 +00:00
Chromatic d0795df816 v13.1.4 2025-08-29 15:17:25 +00:00
Chromatic 58d9ffb36c v13.1.3 2025-07-31 19:49:15 +00:00
Chromatic 4d8ebd1365 v13.1.2 2025-07-03 14:24:23 +00:00
Chromatic 48c54715de v13.1.1 2025-07-03 14:04:35 +00:00
Chromatic 290e004c06 v13.1.0 2025-07-02 17:43:57 +00:00
Chromatic b5848056bb v13.0.1 2025-06-18 19:17:10 +00:00
Chromatic 3378c92d26 v13.0.0 2025-06-16 16:43:34 +00:00
Chromatic c50adf8eaa v12.2.0 2025-06-09 14:17:16 +00:00
Chromatic 8536229ee9 v12.1.1 2025-06-06 14:07:09 +00:00
Chromatic 39708fe332 v12.1.0 2025-06-04 15:57:30 +00:00
Chromatic d7afd50124 v12.0.0 2025-05-24 09:46:52 +00:00
4 changed files with 3827 additions and 980 deletions
+2804
View File
File diff suppressed because it is too large Load Diff
+3 -12
View File
@@ -6,12 +6,6 @@ branding:
color: 'orange'
inputs:
allowConsoleErrors:
description: 'Do not exit when runtime errors occur in storybook'
required: false
appCode:
description: 'Deprecated, please use projectToken instead'
required: false
autoAcceptChanges:
description: 'Automatically accept all changes in chromatic: boolean or branchname'
required: false
@@ -24,6 +18,9 @@ inputs:
buildCommand:
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
required: false
chromaticSha:
description: 'The git SHA of the commit that should be tested in Chromatic. Defaults to the SHA of the current branch tip on which the action is running. Use with caution, as it may yield unexpected results.'
required: false
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
@@ -32,9 +29,6 @@ inputs:
debug:
description: 'Output verbose debugging information'
required: false
diagnostics:
description: 'Deprecated, use diagnosticsFile instead'
required: false
diagnosticsFile:
description: 'Write process context information to a JSON file'
required: false
@@ -68,9 +62,6 @@ inputs:
logPrefix:
description: 'Custom prefix for log messages (default: current timestamp)'
required: false
only:
description: 'Deprecated, replaced by onlyStoryNames'
required: false
onlyChanged:
description: 'Enables TurboSnap: Only run stories affected by files changed since the baseline build'
required: false
+1016 -966
View File
File diff suppressed because one or more lines are too long
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.29.0",
"version": "15.3.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -100,6 +100,7 @@
"@types/prompts": "^2.4.9",
"@types/semver": "^7.3.9",
"@types/webpack-env": "^1.18.5",
"@types/ws": "^8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^2.0.5",
@@ -129,7 +130,7 @@
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-unicorn": "^53.0.0",
"esm": "^3.2.25",
"execa": "^7.2.0",
"execa": "^9.6.0",
"fake-tag": "^2.0.0",
"filesize": "^10.1.0",
"find-up": "^7.0.0",
@@ -182,6 +183,7 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.0.5",
"why-is-node-running": "^2.1.2",
"ws": "^8.18.2",
"xxhash-wasm": "^1.0.2",
"yarn-or-npm": "^3.0.1",
"zen-observable": "^0.8.15",