Compare commits

..

7 Commits

Author SHA1 Message Date
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 900 additions and 880 deletions
+3
View File
@@ -80,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
+892 -878
View File
File diff suppressed because one or more lines are too long
+5 -2
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.18.1",
"version": "11.29.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",
@@ -163,7 +164,8 @@
"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",
@@ -177,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",