Bug Fixes
- all:
- aurelia:
- switch window loader check to platform loader check (471d8c51)
- enable multiple calls to setRoot (10708cae)
- update to use ViewResources instead of ResourceRegistry (f458a193)
- throw a descriptive error when globalizeResources is called with non-strings (09038c83)
- update to use latest animator default config api (5dea25b5)
- update to use new view engine (e6d20c42)
- update to load global resources through new resource pipeline (bdbca554)
- global resources left out (4bb098a3)
- custom event undefined in local scope (c3594bf9)
- ensure plugin resources are loaded first (bffcd614)
- ensure all start code paths return a promise (02752512)
- load groups of resources in order (2d936e5f)
- directly use app container to create root view model (d86665b3)
- remove dependency on event aggregator (424fa2bf)
- plugin loading module id fix (ba79cb93)
- build:
- dts: update promise-based apis (94548514)
- framework: Use correct import for core-js (da0756fd)
- framework-configuration:
- index: ensure export of path module api (17cf46cd)
- package:
- change jspm directories (37f2670b)
- update dependencies (79feec43)
- update deps and fix bower semver ranges (3f05b27e)
- update dependencies (b52b1b05)
- update Aurelia dependencies (f9df6e55)
- update dependencies to latest (bfcd292e)
- update templating to latest version (63d4c5f6)
- update templating to latest version (5d1305e6)
- update templating to latest version (1e981956)
- update dependencies to latest versions (12f0f9a8)
- update dependencies to latest versions (5ca82ad1)
- update dependencies to their latest versions (fe83ef37)
- plugin:
- plugins:
- preserve built-in plugin load order (25a35297)
- address changes in jspm/system.js beta (90afee4d)
- removed unnecessary es5 helper support (710499a8)
- set es5 computed properties correctly (f1b140d9)
- enable relative path plugins (7cbe4d22)
- language helpers should return this for chaining (d8817425)
- install sequentially (cc78f9a0)
- ensure plugin installation can only happen once (9b37c848)
Features
- all:
- aurelia:
- initialize new templatingEngine api (e60e5163)
- initialize the binding system (d6f569f7)
- add preliminary enhance api (f970c65c)
- configure host as root dom boundary (5a99ab02)
- update to use composition host instruction value (bd456bc5)
- take advantage of previously configured host (0c5bbcd7)
- add parameter default to setRoot (f3955d22)
- ensure animator implementation (e3ab3ab0)
- raise DOM events for start and compose (feed2a3a)
- enable splash screen swaps on load (c2135d41)
- set root sets element in container and uses composition engine (9f6fa60d)
- build:
- docs:
- framework:
- index: export all from pal (10ca62bb)
- plugins:
- better api by moving some bootstrapper code directly into aurelia (f76baf08)
- remove AtScript support (f1adb01a)
- update to use new metadata locator function (4b09490d)
- support legacy atscript annotation location (37463681)
- update atscript helper to use new metadata api (c9b4fb99)
- enable loading after bootstrapped (790c9da2)
- new plugin api including explicit support for es5 and at script (b5c588bc)
- track plugin id for relative resource loading without system hack (3465e849)
Breaking Changes
-
If you were using ES5 and used the computed helper on
function, this will affect you as that is no longer present.(710499a8)