Skip to content

Releases: aurelia/templating-resources

aurelia-templating-resources 1.0.0-beta.1.0.3

16 Dec 21:35
Compare
Choose a tag to compare

Bug Fixes

  • plugins:
    • revert file extentions checking (c67adfb2)
    • remove possible duplicate file extensions (842a13e7)

aurelia-templating-resources 1.0.0-beta.1.0.2

03 Dec 20:57
Compare
Choose a tag to compare

1.0.0-beta.1.0.2 (2015-12-03)

Bug Fixes

aurelia-templating-resources 1.0.0-beta.1.0.1

16 Nov 21:09
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1.0.1

aurelia-templating-resources v0.17.4

15 Nov 19:22
Compare
Choose a tag to compare

Bug Fixes

  • collection-strategy: IE9/10 issue when injecting to base class (cc567168)
  • repeat: make bind contexts consistent with the rest of aurelia (a35eb838)

aurelia-templating-resources v0.17.3

13 Nov 02:12
Compare
Choose a tag to compare

Bug Fixes

aurelia-templating-resources v0.17.2

12 Nov 18:30
Compare
Choose a tag to compare

Bug Fixes

  • sanitize-html: change toView to return null when untrustedMarkup is undefined (ab684b08)

aurelia-templating-resources v0.17.1

12 Nov 03:45
Compare
Choose a tag to compare

Bug Fixes

  • compose: preserve access to parent scope (a551ce46, closes #145)
  • repeat:
    • handle evaluate causing side-effects (7e2a2b0b)
    • handle collection instance changes (738ea609, closes #144)

aurelia-templating-resources v0.17.0

10 Nov 15:31
Compare
Choose a tag to compare

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)

aurelia-templating-resources v0.16.1

15 Oct 18:21
Compare
Choose a tag to compare

Bug Fixes

  • if: connect missing binding context during re-bind (bd075dfd, closes #117)
  • repeat: create full bindingContext before inserting view (ba580622, closes #109)

aurelia-templating-resources v0.16.0

13 Oct 08:58
Compare
Choose a tag to compare

Bug Fixes

  • GlobalBehavior:
  • all:
    • update exectionContext to bindingContext naming (4bbcf4c2)
    • update to latest plugin api (c3adb5e2)
    • update plugin to use new global resource api (09d41036)
    • add logging dependency (3ca23734)
    • update to latest metadata api (62d40dbe)
  • build:
    • update linting, testing and tools (79590133)
    • add missing bower bump (d7b588de)
  • 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:
    • ensure that urls in css files are relative to the css file (f73849a9, closes #105)
    • enable proper style scoping based on shadow dom support (b31dc4dd)
  • global-behavior:
    • unsafe method invocation (6e05bb98)
    • enforce whitelist and support standard widget destroy pattern (c1e0ddb3)
  • 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:
    • export name incorrect (9893d7e9)
    • update to latest configuration api (5b87410e)
    • plugin now uses new id-base api for resources (f2cf8bf7)
  • 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...
Read more