Skip to content

Domkit 1.0

Latest
Compare
Choose a tag to compare
@ncannasse ncannasse released this 01 Jan 18:02
· 11 commits to master since this release

This is the first major release of Domkit since it's initial release.
The library has been vastly improved and fully tested (several games shipped with it).

Some notable changes since original release:

  • 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