Compare commits

..

11 Commits

Author SHA1 Message Date
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
Chromatic 1cfa065cbd v11.29.0 2025-05-23 15:18:31 +00:00
Chromatic c7b4de89a3 v11.28.4 2025-05-23 15:01:03 +00:00
Chromatic 2e159400ff v11.28.3 2025-05-22 20:22:30 +00:00
Chromatic e8cc4c3177 v11.28.2 2025-04-17 15:17:56 +00:00
Chromatic 2bac6c4d60 v11.28.1 2025-04-17 13:46:31 +00:00
Chromatic 649b4fd73c v11.28.0 2025-04-03 10:34:28 +00:00
Chromatic c93e0bc3a6 v11.27.0 2025-03-03 21:02:39 +00:00
3 changed files with 1112 additions and 1062 deletions
+12
View File
@@ -21,6 +21,9 @@ inputs:
buildScriptName:
description: 'The npm script that builds your Storybook [build-storybook]'
required: false
buildCommand:
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
required: false
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
@@ -59,6 +62,12 @@ inputs:
logFile:
description: 'Write CLI logs to a file'
required: false
logLevel:
description: 'One of: silent, error, warn, info, debug (default: info)'
required: false
logPrefix:
description: 'Custom prefix for log messages (default: current timestamp)'
required: false
only:
description: 'Deprecated, replaced by onlyStoryNames'
required: false
@@ -71,6 +80,9 @@ inputs:
onlyStoryFiles:
description: 'Only run a single story or a subset of stories by their filename(s)'
required: false
outputDir:
description: 'Relative path to target directory containing your Storybook (a temporary directory is used if this is not set)'
required: false
playwright:
description: 'Run build against `@chromatic-com/playwright` test archives'
required: false
+1090 -1056
View File
File diff suppressed because one or more lines are too long
+10 -6
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.12.6",
"version": "12.2.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -80,6 +80,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@sentry/cli": "^2.37.0",
"@sentry/node": "^8.30.0",
"@snyk/dep-graph": "^2.9.0",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
"@storybook/csf-tools": "^8.1.5",
@@ -114,8 +115,8 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"dotenv": "^8.2.0",
"env-ci": "^5.0.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",
@@ -137,8 +138,9 @@
"globals": "^15.3.0",
"https-proxy-agent": "^7.0.2",
"husky": "^7.0.0",
"json5": "^2.2.3",
"jsonfile": "^6.0.1",
"junit-report-builder": "2.1.0",
"junit-report-builder": "3.1.0",
"listr": "0.14.3",
"listr-update-renderer": "^0.5.0",
"meow": "^9.0.0",
@@ -159,10 +161,11 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"read-pkg-up": "^7.0.1",
"read-package-up": "^11.0.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.52.1",
"snyk-nodejs-lockfile-parser": "^1.58.18",
"snyk-nodejs-plugin": "^1.4.3",
"sort-package-json": "1.50.0",
"storybook": "^8.1.5",
"string-argv": "^0.3.1",
@@ -176,6 +179,7 @@
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.0.5",
"why-is-node-running": "^2.1.2",
"xxhash-wasm": "^1.0.2",