From 160ed1828e404397e154dcf8b503cc255d40e5cd Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Tue, 13 Aug 2019 17:37:01 +0300 Subject: [PATCH] release: cut the 8.2.0 release --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249f9800d..519cfee07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [8.2.0](https://github.com/NativeScript/nativescript-angular/compare/8.1.0...8.2.0) (2019-08-13) + + +### Features + +* Update to Angular 8.2.x ([dbe983b](https://github.com/NativeScript/nativescript-angular/commit/dbe983b)) +* Remove `@angular/http` from the dependecies ([#1842](https://github.com/NativeScript/nativescript-angular/issues/1842)) ([c6af21d](https://github.com/NativeScript/nativescript-angular/commit/c6af21d)) + +### BREAKING CHANGES: + +* The `NativeScriptHttpModule` is removed +* `@angular/http` is removed from the dependencies + +Migration steps: +* If using `NativeScriptHttpModule`, replace with `NativeScriptHttpClientModule` as done [here](https://github.com/NativeScript/nativescript-sdk-examples-ng/commit/16d3caee2b0ee2d88d328b75bde49eea6c96920a) +* as `@angular/http` is no longer a peerDependency of `nativescript-angular`, you can remove if from your dependencies + + # [8.1.0](https://github.com/NativeScript/nativescript-angular/compare/8.0.3...8.1.0) (2019-07-31)