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 colors with brand-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 colors Tailwind ramps via TW_SHADE_MAP (1→300, 2→500, 3→600, 4→700, 5→800), so the Theme and Chart pickers work even though the kit has no shadcn 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 slot matcher now restricts writes to chart 1..5 (or categorical/chart 1..5), preventing 1.8.0’s shades/fill 2 and shades/stroke 2 from being clobbered by chart-theme application.
  • The currentNeutral detector no longer picks up brand-shades/50 on 1.8.0 — it scopes to the brand-neutrals/ prefix.

Reference#

  • 1.8.0-collections.json and 1.9.3-collections.json ship 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.