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 7421083 commit 2d052d0Copy full SHA for 2d052d0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.1.0
2
+
3
+- Rename export function: `windCtrl` -> `windctrl` (& add `wc` as an alias) https://github.com/morishxt/windctrl/pull/2
4
+- Precompute operations that don't depend on `props` https://github.com/morishxt/windctrl/pull/1
5
+- Add missing unit tests https://github.com/morishxt/windctrl/pull/3
6
7
## v0.0.1
8
9
- first PoC release
package.json
@@ -1,6 +1,6 @@
{
"name": "windctrl",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.",
"license": "MIT",
"author": "Masaki Morishita (@morishxt)",
0 commit comments