Skip to content

Releases: aurelia/templating-resources

1.9.1

28 Mar 03:37
Compare
Choose a tag to compare

Fixing an issue with timing of a warning message related to the HTML sanitizer.

1.9.0

27 Mar 23:31
Compare
Choose a tag to compare

aurelia-templating-resources 1.9.0

Bug Fixes

  • ci: update ci config, deps, scripts (e794135)
  • ci: update deps, jspm deps, test deps, ci (1ac0c77)
  • improve typescript typings of SignalBindingBehavior.bind (347f125), closes #338

Features

  • html-resource-plugin, dynamic-element: Add shadow dom support (56d29e9), closes #368

1.8.0

26 Jan 19:46
Compare
Choose a tag to compare

aurelia-templating-resources 1.8.0

Features

  • Add ability to turn off caching for if/else

1.7.2

19 Jan 00:15
Compare
Choose a tag to compare
  • Add module field to package.json

1.7.1

05 Jul 21:30
Compare
Choose a tag to compare

aurelia-templating-resources 1.7.1

Bug Fixes

  • fix missing self binding behavior (85827d0)

1.7.0

02 Jul 04:02
Compare
Choose a tag to compare
  • Resources updated to use latest framework configuration APIs.

1.6.1

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

1.6.0

18 Mar 22:05
Compare
Choose a tag to compare

aurelia-templating-resources 1.6.0

Bug Fixes

  • analyze-view-factory: add else to lifecycleOptionalBehaviors (5958a65)
  • analyze-view-factory: add hide to lifecycleOptionalBehaviors (cd8df6d), closes #334
  • debounce: debounce binding call instead updatesource (e9fb62c)
  • throttle-test: remove early return (b80ecc3)
  • UpdateTrigger: sync with binding (3969dc6)

1.5.4

27 Oct 23:53
Compare
Choose a tag to compare

aurelia-templating-resources 1.5.4

Bug Fixes

1.5.3

24 Oct 03:49
Compare
Choose a tag to compare

Bug Fixes

  • if-else: Fixed missing binding context when rendering else block (e55fdf9)
  • if-else: Fixed typo and removed obsolete error (18a4e7e)
  • if-else: Removed fit in tests (39fb831)
  • if-else: Simplified initial condition check (2103aca)