Releases: aurelia/templating-resources
Releases · aurelia/templating-resources
1.0.0-beta.1.2.4
Bug Fixes
- analyze-view-factory: prevent infinite recursion (e9797aa1, closes #219)
1.0.0-beta.1.2.3
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
- fix(index): export repeat strategies
1.0.0-beta.1.2.1
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
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
Bug Fixes
- array-repeat-strategy: prevent array being manipulated during animation (6445cfb0, closes #183)
aurelia-templating-resources 1.0.0-beta.1.1.2
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
- fix jspm/npm package metadata
aurelia-templating-resources 1.0.0-beta.1.1.0
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
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)