v0.4.0
Minor Changes
-
251646e: Restore the Lucide icon picker and add a color picker to workflow stages.
- The
workflow.lucideIconfield uses thesanity-plugin-lucide-icon-pickerinput again, fixing a v0.3.0 regression where it rendered as a plain text field. The stored kebab-case string is unchanged. - The
workflow.stagecolorfield is now a@sanity/color-inputcolor object instead of a hex string, giving editors a real color picker. The plugin registerscolorInput()automatically, so no consumer configuration is required.
Requires
@sanity-labs/workflow-kit>= 0.4.0, which projects stage/off-ramp colors viacoalesce(color.hex, color).Breaking: existing
workflow.definitiondocuments storecoloras a hex string. Run the bundled migration to convert them to the new object shape:npx sanity migration run color-to-color-input - The