Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"clean-core-react-entries",
"early-clocks-sort",
"fair-poets-train",
"fast-horns-smell",
"five-moons-return",
"fix-default-variants-authoring-types",
"fix-merge-props",
Expand All @@ -24,6 +25,7 @@
"quick-lamps-float",
"quiet-cameras-smell",
"silly-seals-listen",
"tender-variants-list",
"warm-crews-taste"
]
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# react-class-variants

## 2.0.0-alpha.9

### Major Changes

- bd4cd9e: Require React builders to come from `defineConfig()` instead of the package-root
`styled` export.

- remove the top-level `styled` value export from `react-class-variants`
- keep `defineConfig().styled` as the supported React builder entrypoint
- update docs, fixtures, and editor/runtime checks to use configured builders

### Minor Changes

- 50cf2ef: Add `variantNames()` and `variantOptions()` helpers for reading variant metadata from configs and recipes.

## 2.0.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-class-variants",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "Type-safe React variants API for dynamic CSS class composition",
"private": false,
"type": "module",
Expand Down