chromatic
Advanced tools
Changelog
6.0.3 - 2021-10-13
--only-changed
to bail on changes to package.json
, package-lock.json
or yarn.lock
located at the repository root.Changelog
6.0.0 - 2021-10-12
workflow_run
eventisChromatic
the package main entry pointBefore:
import isChromatic from 'chromatic/isChromatic';
After:
import isChromatic from 'chromatic';