Skip to content

Commit eba73eb

Browse files
committed
1.0
1 parent d8931d2 commit eba73eb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url" : "https://github.com/ncannasse/domkit",
44
"license" : "MIT",
55
"description" : "CSS Components UI framework",
6-
"version" : "0.2.0",
6+
"version" : "0.3.0",
77
"releasenote" : "",
88
"contributors" : ["ncannasse"],
99
"dependencies" : {}

0 commit comments

Comments
 (0)