Skip to content

v0.3.0

Compare
Choose a tag to compare
@jonambas jonambas released this 26 Apr 19:03
· 53 commits to main since this release

Breaking changes

Refactors AST parsing for import declarations to be more performant.

Updates ccv usage to align with Panda's compound variant structure:

compoundVariants: [
  ...ccv({
    variant1: 'primary',
    variant2: true,
    css: {
      color: 'green.500',
    },
  }),
],

Full Changelog: v0.2.2...v0.3.0