We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f3e4e commit 426134aCopy full SHA for 426134a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.2.0
2
+
3
+- Preset functions for `dynamic` https://github.com/morishxt/windctrl/pull/6
4
+- Introduce `slots` https://github.com/morishxt/windctrl/pull/5
5
6
## v0.1.1
7
8
- Rename `data-*` for `scopes` to avoid name conflicts https://github.com/morishxt/windctrl/pull/4
package.json
@@ -1,6 +1,6 @@
{
"name": "windctrl",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.",
"license": "MIT",
"author": "Masaki Morishita (@morishxt)",
0 commit comments