Skip to content

Releases: aurelia/templating

1.8.1

02 Jul 03:38
Compare
Choose a tag to compare
  • Dependency update.

1.8.0

02 Jul 03:33
Compare
Choose a tag to compare

Dependency update.

1.8.0-rc.1

20 Jun 05:46
Compare
Choose a tag to compare

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

  • CompositionEngine: compose accepts view model constructor (524dee4)
  • decorators: add decorators for view / resource config (2af6b28)
  • resource: aurelialess aurelia (e7da973)
  • resources: interop with custom element / attribute decorators (e06668e)

1.7.0

20 Dec 06:49
Compare
Choose a tag to compare

aurelia-templating 1.7.0

Bug Fixes

  • view-compiler: use attribute name (5a2276c), closes #575
  • Improve typings of ElementEvents

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

16 Oct 06:07
Compare
Choose a tag to compare

aurelia-templating 1.6.0

Bug Fixes

  • view-engine: define metadata for SlotCustomAttribute (e3474bb), closes #566
  • view-engine: singleton instance of auSlotBehavior (c08db20)

Features

  • html-behavior: enable processContent via custom attributes (7096e66)

1.5.0

02 Oct 04:01
Compare
Choose a tag to compare

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

19 Apr 03:45
Compare
Choose a tag to compare

Documentation update.

1.4.1

05 Apr 05:40
Compare
Choose a tag to compare

Documentation update.

1.4.0

25 Mar 05:56
Compare
Choose a tag to compare

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

  • alias: process aliases for custom attributes (7af0b42)
  • decorators: customAttribute accepts aliases (e03c929)

1.3.0

26 Feb 07:23
Compare
Choose a tag to compare

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)