Changelog — Pro Blocks#

1.1.0#

June 10, 2026

  • New: Blocks are now published as TypeScript (.tsx) with full type annotations. JavaScript projects are unaffected — the shadcn/ui CLI strips the types automatically on install when your project isn’t set up for TypeScript
  • Fixed: Invisible inputs in dark mode — restored --input to the shadcn default
  • Fixed: Input-on-card contrast in the auth blocks now matches shadcn
  • Evaluated shadcn’s new registry include field and chose not to adopt it: our registry.json is generated and schema-validated, so a single items array carries no maintenance cost that include would relieve

1.0.0#

May 14, 2026

Initial release.

  • Marketing Blocks reference set
    • Heroes, navigation, footers, feature grids, FAQs, comparison tables, banners, and social proof
  • Application Blocks reference set
    • CRM dashboard, CRM wizard, add-contact dialog, sign up, log in, and table
  • Local registry with preview routes
  • Dual-output registry pipeline: blocks authored in TypeScript, published as type-stripped .jsx