Skip to content

0.0.2

Compare
Choose a tag to compare
@ElliotNB ElliotNB released this 31 Aug 03:05
· 94 commits to master since this release

Changelog:

  • Templates now support child components as custom tags.
  • Support for repeatable sections with <ul> <ol> <table> and <select> tags.
  • Added post-render hook for special rendering requirements.
  • Warn when a uiBinding doesn't find a match for a CSS selector.
  • Throw an error when a uiBinding or dataBinding method doesn't exist.
  • Documentation updates to README.
  • Throw an error if templates are not wrapped by a single element.
  • Throw an error if this.data mutated during render.