Skip to content

v1.2.0 Dev Version 0

Pre-release
Pre-release

Choose a tag to compare

@TitanNano TitanNano released this 31 May 15:20
· 81 commits to master since this release
  • template recycling has been isolated when the new createTemplateInstance() method is used to instantiate a template. The previous makeTemplate() method will be deprecated.
  • bind-repeat has been upgraded into a Binding API binding and recycling has been improved.
  • binding attributes now can make use of parameters in the form of bind-event(param)="value"
  • a new experimental verboseLogging setting has been introduced
  • first steps for server side rendering have been made