Changelog — shadcn/ui Create plugin#
0.2.0#
April 29, 2026
Added#
- Compatibility with the 1.8.0 Obra shadcn/ui Pro kit. The plugin now recognizes the older collection layout (
semantic colors,brand colorswithbrand-neutrals/targets,categorical/chart 1..5) in addition to the 1.9.x layout. - On 1.8.0, theme palettes are derived from the
raw colorsTailwind ramps viaTW_SHADE_MAP(1→300, 2→500, 3→600, 4→700, 5→800), so the Theme and Chart pickers work even though the kit has noshadcn theme colors (unpublished)collection. - On 1.8.0, the Chart picker also drives the
shades/*group: strokes alias the picked palette’s 500/300 (light/dark) and 600/400 (light/dark) shades; fills bake in raw RGBA copies at α=0.4 (200/800 and 300/700).
Fixed#
- The
chart slotmatcher now restricts writes tochart 1..5(orcategorical/chart 1..5), preventing 1.8.0’sshades/fill 2andshades/stroke 2from being clobbered by chart-theme application. - The
currentNeutraldetector no longer picks upbrand-shades/50on 1.8.0 — it scopes to thebrand-neutrals/prefix.
Reference#
1.8.0-collections.jsonand1.9.3-collections.jsonship in-tree as strict, full-fidelity dumps of every collection / variable / mode value from a representative kit file at each version, for diffing against future kits.
0.1.0-alpha#
April 29, 2026
Initial distributed alpha.