Skip to content

v0.4.0

Choose a tag to compare

@TitanNano TitanNano released this 10 Dec 16:45
· 348 commits to master since this release

Core

DataBinding Module

  • new Bindings: HtmlBinding & CloakBinding
    • cloak binding allows to hide an element until it's first render cycle
    • the html binding allows to bind content directily to the innerHTML of an element
  • sanitation has been removed form text bindings again
  • a recycle will be triggered after all elements of an repeat binding have been rendered
  • only update the view, in a twoWayBinding, if a value actually changed
  • fixed a regression where expressions with function calls wouldn't be parsed correctly under some conditions

IndexedDB Module

  • fixed a minor bug while executing IndexedDB queries