We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8931d2 commit eba73ebCopy full SHA for eba73eb
2 files changed
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+## 1.0 (January 1, 2024)
2
+
3
+* CSS transitions support
4
+* added @bind and @rebuild (#20)
5
+* support for unquoted simple for...loop in DML
6
+* added __this__ support in attributes
7
+* new syntax <node if( cond )/>
8
+* special attribute __content__ to define root content for subclasses
9
+* added CSS !important rule
10
+* CSS rules cache for faster execution of large CSS sheets
11
12
+## 0.2.0 (September 10, 2019)
13
14
+* Initial release
haxelib.json
@@ -3,7 +3,7 @@
"url" : "https://github.com/ncannasse/domkit",
"license" : "MIT",
"description" : "CSS Components UI framework",
- "version" : "0.2.0",
+ "version" : "0.3.0",
"releasenote" : "",
"contributors" : ["ncannasse"],
"dependencies" : {}
0 commit comments