github joe-bell/cva v1.0.0-beta.12

pre-release3 hours ago

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 as base:bg-blue-600, and ordinary utilities like bg-violet-600 override them through the CSS cascade. No runtime class merging required.

    Usage and limitations.

  • Deprecated cva/utils entry point removed

    cva/tools is now the only home for getSchema and GetSchema. Update value imports, type imports, and re-exports that still use cva/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 cx library in the project history.

Full changelog: v1.0.0-beta.11 → v1.0.0-beta.12

Don't miss a new cva release

NewReleases is sending notifications on new releases.