Skip to content

aurelia-templating-resources v0.17.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 10 Nov 15:31
· 413 commits to master since this release

Bug Fixes

  • all: remove the global behavior (00e63909)
  • collection-strategy-locator: correctly check for number (265509ec)
  • compose: update to latest composition engine (90ce0d4c)
  • map-collection-strategy:
    • fix animation interaction (d97d5771)
    • correctly locate view by index (2a16daca)
  • number-strategy: update binding context after processing items (dc50b100)
  • repeat:
    • various fixes (c5c75329)
    • overrideContext should not be assigned to bindingContext (164c361a)
    • return from bind if items is undefined (4d89c0b4)
    • remove children from the view slot on unbind (7a2bc54f)
  • with: use value as bindingContext (1436ad45)

Features

  • UpdateTriggerBindingBehavior: add behavior (3784c4f2, closes #137)
  • all:
    • update to use override context (494f1f59)
    • update to separated create/bind view pattern (42f3ff99)
  • binding-behaviors: add throttle, debounce, signal, oneTime, oneWay and twoWay behaviors (dac5679c)
  • collection-strategy-locator: add strategies (60b8067c, closes #95)
  • repeat: handle value converters (7c689a03)