Skip to content

aurelia-templating v0.15.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 05 Sep 04:14
· 526 commits to master since this release

Bug Fixes

  • all: rename executionContext to bindingContext (9f5437bf)
  • bindable: bindable cannot be undefined (d3e990be)
  • build: update linting, testing and tools (6ab627dc)
  • decorators: property defaultBindingMode in customAttribute decorator is optional (11556537)
  • view-factory: additional guards on cache returns (e7307893)
  • views: enhance view engine hook inputs (02606f53)

Features

  • all:
    • enable view-cache size configuration in html (01ed43f3)
    • new extensible view engine pipeline (82af961f)
  • composition-engine: enable view caching (69c25b84)
  • docs:
    • generate api.json from .d.ts file (10c2e258)
    • generate api.json from .d.ts file (65eb1b33)
  • view: indicate if a view originates from the cache (31bc37bc)
  • view-factory:
    • add some cache related data properties (10cdc2f7)
    • add basic view caching capability to the factory (c8cfa9b0)
  • view-slot: enable remove with skip animation (fa36e315)