Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 1, 2024
1 parent d8931d2 commit eba73eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 1.0 (January 1, 2024)

* CSS transitions support
* added @bind and @rebuild (#20)
* support for unquoted simple for...loop in DML
* added __this__ support in attributes
* new syntax <node if( cond )/>
* special attribute __content__ to define root content for subclasses
* added CSS !important rule
* CSS rules cache for faster execution of large CSS sheets

## 0.2.0 (September 10, 2019)

* Initial release
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {}
Expand Down

0 comments on commit eba73eb

Please sign in to comment.