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
--inputto the shadcn default - Fixed: Input-on-card contrast in the auth blocks now matches shadcn
- Evaluated shadcn’s new registry
includefield and chose not to adopt it: ourregistry.jsonis generated and schema-validated, so a singleitemsarray carries no maintenance cost thatincludewould 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