Skip to content

Releases: aurelia/templating-resources

1.0.0-beta.1.2.4

06 May 00:54
Compare
Choose a tag to compare

Bug Fixes

  • analyze-view-factory: prevent infinite recursion (e9797aa1, closes #219)

1.0.0-beta.1.2.3

03 May 19:01
Compare
Choose a tag to compare

Bug Fixes

  • Repeat: ignore changes after unsubscribe (96b721f9)
  • analyze-view-factory: analyze type's view-factory (3cc65d97)
  • focus: focus on attach (3991d999, closes #199)
  • repeat-utilities: remove unnecessary variable and loop evaluation (504c8e69)

1.0.0-beta.1.2.2

13 Apr 15:07
Compare
Choose a tag to compare
  • fix(index): export repeat strategies

1.0.0-beta.1.2.1

29 Mar 13:49
Compare
Choose a tag to compare

Bug Fixes

  • exports: export RepeatStrategyLocator (1c3c4189)
  • html-resource-plugin: handle query string and mixed casing (86afdd8c, closes #203)
  • index: add missing import to re-export (1f9d44b3)

1.0.0-beta.1.2.0

23 Mar 03:45
Compare
Choose a tag to compare

1.0.0-beta.1.2.0 (2016-03-22)

Bug Fixes

  • all: replace removed file and fix lint errors (6de4d2e6)
  • css: throw on missing CSS file (e6a2d45e, closes #189)
  • if: queue up changes when animating (ae57e50d)
  • repeat: throw on non-repeatable expressions (1d7bbccc)

Features

  • abstract-repeater: add abstract repeater base class (949d0091)

aurelia-templating-resource 1.0.0-beta.1.1.3

04 Mar 02:02
Compare
Choose a tag to compare

Bug Fixes

  • array-repeat-strategy: prevent array being manipulated during animation (6445cfb0, closes #183)

aurelia-templating-resources 1.0.0-beta.1.1.2

01 Mar 15:48
Compare
Choose a tag to compare

Bug Fixes

  • all: remove core-js dependency (54e09743)
  • bower: remove core-js (3cf2c8d9)
  • hide: export hide (e48cec4e, closes #192)
  • repeat: ensure one-time interpolation bindings update (a280d27f)

Features

aurelia-templating-resources 1.0.0-beta.1.1.1

08 Feb 19:37
Compare
Choose a tag to compare
  • fix jspm/npm package metadata

aurelia-templating-resources 1.0.0-beta.1.1.0

29 Jan 23:47
Compare
Choose a tag to compare

Features

  • all: update jspm meta; core-js; aurelia deps (c30927e3)
  • hide: add hide binding (38760b6b)

aurelia-templating-resources 1.0.0-beta.1.0.4

09 Jan 02:08
Compare
Choose a tag to compare

Bug Fixes

  • compose: properly handle the created callback during dynamic composition (eddec888)
  • repeat:
    • coalesce splices delayed due to leave animation (a08a74af)
    • array sync issue when inserting during leave animation (68f78707)
  • tests: describe does not expect a done parameter (3ed2b0f5)

Features

  • repeat: add strategy for repeating over Set objects (dc0432a0)
  • signal: enable signaling one-time bindings (24ce6720, closes #176)