Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5848056bb | |||
| 3378c92d26 | |||
| c50adf8eaa | |||
| 8536229ee9 | |||
| 39708fe332 | |||
| d7afd50124 | |||
| 1cfa065cbd | |||
| c7b4de89a3 | |||
| 2e159400ff | |||
| e8cc4c3177 | |||
| 2bac6c4d60 | |||
| 649b4fd73c |
-12
@@ -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
|
||||
@@ -32,9 +26,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 +59,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
|
||||
|
||||
+819
-818
File diff suppressed because one or more lines are too long
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "11.27.0",
|
||||
"version": "13.0.1",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -179,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",
|
||||
|
||||
Reference in New Issue
Block a user