v0.3.0
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',
},
}),
],
- feat(ccv)!: use Panda compound variant syntax in ccv args by @jonambas in #23
- perf: import declaration parsing by @jonambas in #24
- docs: update ccv usage by @jonambas in #25
Full Changelog: v0.2.2...v0.3.0