Compare commits

...

1 Commits

Author SHA1 Message Date
Chromatic 5ec258af08 v15.2.0 2026-02-23 20:49:02 +00:00
4 changed files with 91 additions and 76 deletions
+12
View File
@@ -1,3 +1,15 @@
# v15.2.0 (Mon Feb 23 2026)
#### 🚀 Enhancement
- :sparkle: Add input parameter chromaticSha. [#1241](https://github.com/chromaui/chromatic-cli/pull/1241) ([@jwir3](https://github.com/jwir3))
#### Authors: 1
- Scott Johnson ([@jwir3](https://github.com/jwir3))
---
# v15.1.1 (Tue Feb 17 2026)
#### 🐛 Bug Fix
+3
View File
@@ -18,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:
+75 -75
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "15.1.1",
"version": "15.2.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",