We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200f71a commit 5898aedCopy full SHA for 5898aed
.changeset/pre.json
@@ -6,6 +6,7 @@
6
},
7
"changesets": [
8
"add-type-utilities",
9
+ "green-geckos-fix",
10
"major-v2-refactor"
11
]
12
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# react-tailwind-variants
2
3
+## 2.0.0-alpha.2
4
+
5
+### Patch Changes
+- 5dab28e: Optimize variants resolver function performance by pre-computing boolean variants and caching variant names
## 2.0.0-alpha.1
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-class-variants",
- "version": "2.0.0-alpha.1",
+ "version": "2.0.0-alpha.2",
"description": "Type-safe React variants API for dynamic CSS class composition",
"private": false,
"main": "./dist/index.js",
0 commit comments