Warning
Breaking Changes
The deprecated cva/utils entry point has now been removed. Move getSchema and GetSchema imports to cva/tools.
Use the cva-migrate Agent Skill to upgrade from cva@1.0.0-beta.0 through beta.11.
What's changed
-
New:
cva/tailwindcss💨An optional stylesheet of custom variants for Tailwind CSS, usable with or without
cva:@import "tailwindcss"; @import "cva/tailwindcss";
Prefix component defaults with
base:, such asbase:bg-blue-600, and ordinary utilities likebg-violet-600override them through the CSS cascade. No runtime class merging required. -
Deprecated
cva/utilsentry point removedcva/toolsis now the only home forgetSchemaandGetSchema. Update value imports, type imports, and re-exports that still usecva/utils. Full details. -
Docs improvements
The docs now show measured bundle sizes and weekly npm downloads, include a fallback for StackBlitz embeds, and credits @joe-bell's previous
cxlibrary in the project history.
Full changelog: v1.0.0-beta.11 → v1.0.0-beta.12