Skip to content

1.5.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 02 Oct 06:36
· 192 commits to master since this release

aurelia-templating-resources 1.5.0

Bug Fixes

  • build: build is not compatible with Node 8 (a5cbd4d)
  • compose: await composition/activation (685344e), closes #299 #240
  • css-resource: ensure only global styles get injected globally (5513a36), closes #304
  • repeat: bug when "if.bind", "repeat.for" and animations are used in (251a319)
  • set-repeat-strategy: fix negative index error with empty set (5d6a464), closes #284
  • test: failing tests after IfCustomAttribute refactoring (c3c0990), closes #307

Features

  • templating: else custom attribute (8b0131a)