diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index d51a16f00d..10e5c4b1a3 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -27,7 +27,7 @@ "@angular/router": "~3.1.0", "@angular/upgrade": "~2.1.0", - "angular-in-memory-web-api": "~0.1.5", + "angular-in-memory-web-api": "~0.1.13", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "protractor": "^4.0.9", diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index be92fd0515..04ac976c3c 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -24,7 +24,7 @@ "@angular/router": "~3.1.0", "@angular/upgrade": "~2.1.0", - "angular-in-memory-web-api": "~0.1.5", + "angular-in-memory-web-api": "~0.1.13", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 82286f66aa..75fc000f98 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -18,7 +18,13 @@ block includes ## "Template Syntax" explains two-way data binding syntax (2016-10-20) Demonstrates how to two-way data bind to a custom Angular component and - re-explains `[(ngModel)]` in terms of the basic `[()]` syntax. + re-explains `[(ngModel)]` in terms of the basic `[()]` syntax. + + ## BREAKING CHANGE: `in-memory-web-api` (v.0.1.11) delivered as esm umd (2016-10-19) + This change supports ES6 developers and aligns better with typical Angular libraries. + It does not affect the module's API but it does affect how you load and import it. + See the change note + in the `in-memory-web-api` repo. ## "Router" _preload_ syntax and _:enter_/_:leave_ animations (2016-10-19) The router can lazily _preload_ modules _after_ the app starts and