Releases: aurelia/templating-resources
Releases · aurelia/templating-resources
aurelia-templating-resources 1.0.0-beta.1.0.3
aurelia-templating-resources 1.0.0-beta.1.0.2
aurelia-templating-resources 1.0.0-beta.1.0.1
chore(all): prepare release 1.0.0-beta.1.0.1
aurelia-templating-resources v0.17.4
aurelia-templating-resources v0.17.3
Bug Fixes
- if: rebind view (7d1ebdde)
aurelia-templating-resources v0.17.2
Bug Fixes
- sanitize-html: change toView to return null when untrustedMarkup is undefined (ab684b08)
aurelia-templating-resources v0.17.1
aurelia-templating-resources v0.17.0
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:
- number-strategy: update binding context after processing items (dc50b100)
- repeat:
- with: use value as bindingContext (1436ad45)
Features
aurelia-templating-resources v0.16.1
aurelia-templating-resources v0.16.0
Bug Fixes
- GlobalBehavior:
- improve handler-not-found message Fixes aurelia/binding#85 (8decd4d6)
- throw AggregateError (e31875a4)
- all:
- build:
- compose:
- internal variable name consistency (769d03b6)
- address multi-prop update with compose (160b4a00)
- null/undefined components should not cause error (14d26539, closes #31)
- activate not called on string vm's after initial compose (62c19215, closes #15)
- all properties not responding to changes (8c7cf24c, closes #10)
- incorrect property name (57c40a00)
- use templating's new built-in composition engine (9f50076d)
- align with new view model load api (a7c65fd6)
- css-resource:
- global-behavior:
- html-santizer: extract class (59fe7a80)
- if:
- fix animation interaction; enable view cache integration (64fde698)
- standardize on using the $parent property to store parent execution context (82e6d135)
- delay call to unbind via micro task (9b62109c, closes #84)
- only remove when previously shown (99125493)
- fix passing context binding to the view factory (ecfa3ce4, closes #56)
- fix multiple view.bind() call (172bdfae)
- index:
- package:
- change jspm directories (b6d0e5c8)
- update dependencies (3775b621)
- update deps and fix bower semver ranges (5839f551)
- update dependencies (3f77813b)
- update Aurelia dependencies (f121fbb1)
- update dependencies to latest (dac311ac)
- update templating dependency to latest version (156def6a)
- update templating to latest version (c754589a)
- update templating to latest version (f0d148cb)
- updating dependencies to latest versions (033a97fd)
- update dependencies to latest versions (c900f714)
- updating dependencies to their latest versions (173392f5)
- add missing polyfill (c3fe9aa4)
- plugins: fixup view engine resource plugins to match the new api (5f422cc1)
- repeat:
- check if items are instanceof Array on re-bound (e5c000ef, closes #108)
- update binding context after animations have finished (1904ea5e, closes #94)
- handle changes for numbers (e3084523, closes #81)
- preserve lifecycle when re-using views (7806a81b, closes #45)
- remove views when bindning new items (fb9314cf, closes #69)
- unbind children on property change (96a2065c)
- handle promises returned by view-slot (28338958, closes #54)
- add value as bindable (8752ecab)
- regression with recreating view" (1b40be47, closes #37)
- null/undefined should not cause error (86f4a310, closes #35)
- correctly update execution context (e0d11cd6)
- regression with missing items changed handler (1b17a858)
- provide index not key to updateExecutionContext (3f026d70)
- err...