Releases: aurelia/templating-resources
Releases · aurelia/templating-resources
aurelia-templating-resources v0.12.0
- if:
- fix passing context binding to the view factory (ecfa3ce4, closes #56)
- fix multiple view.bind() call (172bdfae)
- repeat:
- unbind children on property change (96a2065c)
- handle promises returned by view-slot (28338958, closes #54)
Features
- all: add focus attached behavior (ecd300ae)
- compose: suppost syncChildren (0240d5ca)
- docs: Initial YUIDocs (745131b0)
- focus: set two-way as default binding mode (96ef5d43)
- replaceable: add the replaceable attribute for use with replaceable parts (a5a17bc6)
aurelia-templating-resources v0.11.1
Bug Fixes
- compose: address multi-prop update with compose (160b4a00)
Features
- repeat: add support for iterating numbers (9eba93dc, closes #50)
aurelia-templating-resources v0.11.0
aurelia-templating-resources v0.10.0
Bug Fixes
- GlobalBehavior: throw AggregateError (e31875a4)
- repeat: correctly update execution context (e0d11cd6)
Features
- all:
- update to work with latest decorators (1c35b506)
- update to decorators (3e4a3fa8)
aurelia-templating-resources v0.9.2
Bug Fixes
- compose: null/undefined components should not cause error (14d26539, closes #31)
aurelia-templating-resources v0.9.1
Bug Fixes
- sanitize-html: incorrect value converter name (aec6395b)
aurelia-templating-resources v0.9.0
Features
- SanitizeHtmlValueConverter: switched html sanitization to converter
Bug Fixes
- all: update plugin to use new global resource api (09d41036)
- compose: activate not called on string vm's after initial compose (62c19215, closes #15)
- index: plugin now uses new id-base api for resources (f2cf8bf7)
- sanitize-html: use explicit metadata (8aa3a130)
- selected-item: remove selected-item behavior (ef130a76)
aurelia-templating-resources v0.8.10
Bug Fixes
- package: change jspm directories (b6d0e5c8)
aurelia-templating-resources v0.8.9
aurelia-templating-resources v0.8.8
Bug Fixes
- all: add logging dependency (3ca23734)
- build: add missing bower bump (d7b588de)
- repeat:
- regression with missing items changed handler (1b17a858)
- provide index not key to updateExecutionContext (3f026d70)
Features
- repeat: implement support for map (15f8b0aa)
- templating-resources:
- add defaultSanitizer method to inner-html (9353b477)
- add innerHTML attached behavior (f6e28fe1)
- with: Add WIP with binding (b8de3ec4)