Skip to content

Releases: aurelia/templating-resources

aurelia-templating-resources v0.15.2

07 Sep 13:13
Compare
Choose a tag to compare
  • Greatly improved performance of the css url fixup code.

aurelia-templating-resources 0.15.1

07 Sep 01:01
Compare
Choose a tag to compare

Bug Fixes

  • css-resource: ensure that urls in css files are relative to the css file (f73849a9, closes #105)

aurelia-templating-resources 0.15.0

05 Sep 04:46
Compare
Choose a tag to compare

Bug Fixes

  • all: update exectionContext to bindingContext naming (4bbcf4c2)
  • build: update linting, testing and tools (79590133)
  • css-resource: enable proper style scoping based on shadow dom support (b31dc4dd)
  • if: fix animation interaction; enable view cache integration (64fde698)
  • plugins: fixup view engine resource plugins to match the new api (5f422cc1)
  • repeat: update binding context after animations have finished (1904ea5e, closes #94)
  • spec: update executionContext to bindingContext (d207dd22)
  • view-spy: change behavior of value-less attr to only log created (be5b9f61)

Features

  • all: auto create elements from an html file; inject css into head or shadow dom (44693a28)
  • docs: generate api.json from .d.ts file (1ad220b9)
  • if: use the view factory caching info (71ec71fc)

aurelia-templating-resources 0.14.0

14 Aug 07:33
Compare
Choose a tag to compare

Bug Fixes

  • compose: internal variable name consistency (769d03b6)
  • index: update to latest configuration api (5b87410e)

Features

  • debugging: add compile-spy and view-spy (dc7e2732)

aurelia-templating-resources v0.13.4

05 Aug 04:35
Compare
Choose a tag to compare

Bug Fixes

  • if:
    • standardize on using the $parent property to store parent execution context (82e6d135)
    • delay call to unbind via micro task (9b62109c, closes #84)

aurelia-templating-resources v0.13.3

30 Jul 13:55
Compare
Choose a tag to compare

Bug Fixes

  • if: only remove when previously shown (99125493)

aurelia-templating-resources v0.13.2

30 Jul 01:09
Compare
Choose a tag to compare

Bug Fixes

  • repeat: handle changes for numbers (e3084523, closes #81)

aurelia-templating-resources v0.13.1

13 Jul 20:47
Compare
Choose a tag to compare

Bug Fixes

  • show: enable the show attribute to work inside shadow DOM (81918c13)

aurelia-templating-resources v0.13.0

02 Jul 07:01
Compare
Choose a tag to compare

Bug Fixes

  • repeat: preserve lifecycle when re-using views (7806a81b, closes #45)
  • show: use bind hook to handle undefined values (09f5d59f)

aurelia-templating-resources v0.12.1

09 Jun 18:22
Compare
Choose a tag to compare

Bug Fixes

  • repeat: remove views when bindning new items (fb9314cf, closes #69)