Releases: aurelia/templating
Releases · aurelia/templating
1.8.1
- Dependency update.
1.8.0
Dependency update.
1.8.0-rc.1
aurelia-templating 1.8.0-rc.1
Bug Fixes
- BehaviorPropertyObserver: use Object.is() for comparison (bf8ec9a)
- child-observation: unset property in unbind (7989015)
- ShadowDOM: unbind view when remove (b4abe6e)
- StaticViewStrategy: adjust interface for doc (65aef43)
- view-slot: fix return type (66a86de)
Features
1.7.0
aurelia-templating 1.7.0
Bug Fixes
Performance
- Improve Child Observation: In the case with a significant portion of children, the computation of the splice index becomes a significant overhead. This fix bypasses this computation in the special case when the selector is
*
. - Avoid creating unnecessary functions in ElementEvents
1.6.0
1.5.0
aurelia-templating 1.5.0
Bug Fixes
- primaryProperty: infinite recursion when used with template controller (5b5ed56)
- view-engine: use .address in case of RegistryEntry (ab1064c)
Features
- html-behavior: Allow inheritance of bindable properties for custom elements (1209aa6)
Performance Improvements
- view-engine: simplify entry url acquisition (f57cff9)
1.4.2
Documentation update.
1.4.1
Documentation update.
1.4.0
aurelia-templating 1.4.0
Bug Fixes
- aliases: add missing filters and test (5ac9981)
- aliases: filter aliases (d00a7d0)
- aliases: move to html-behavior (b659b22)
- aliases: place aliases on metadata (24201fd)
- html-behavior: remove extraneous filter (4536135)
- templating-engine: enhanced views should attach (5793d9c)
Features
1.3.0
aurelia-templating 1.3.0
Bug Fixes
- child-observation: make property descriptor configurable (7f07ffb), closes #520
- swap: fix missing return result/controller statement (e464663)
- swap-strategies: correct parameter name on with method (bb6e09d)
- view-slot: check for undefined child (47a04a7)
- view-slot: eliminate double lookup (8639ad5)
- ViewCompiler: use primary prop's default binding mode (3a350e8)
Features
- swapOrder: add swaporder property for concurrent enter/leave transitions (6a77043)