From b6f7b80daae3c28bf1f965d666a7d884e62135e9 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Wed, 5 Dec 2018 21:14:29 +0200 Subject: [PATCH 1/9] chore: revert package version --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 6f7ef22ed..a85c0813d 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "7.0.3", + "version": "7.1.0", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", From d47e803cd7320f8e6e339d39b52ae6fa8d059ac0 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 6 Dec 2018 13:57:22 +0200 Subject: [PATCH 2/9] chore: bump to angular 7.1.0 --- nativescript-angular/package.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index a85c0813d..3887b5bd0 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -14,8 +14,8 @@ ], "nativescript": { "platforms": { - "android": "3.0.0", - "ios": "3.0.0" + "android": "5.0.0", + "ios": "5.0.0" } }, "keywords": [ @@ -44,31 +44,31 @@ "reflect-metadata": "^0.1.8" }, "peerDependencies": { - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/router": "~7.1.0", "rxjs": "^6.3.3", "tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-", "zone.js": "^0.8.26", "typescript": "~3.1.1" }, "devDependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/compiler-cli": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", - "codelyzer": "^4.3.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/compiler-cli": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", + "codelyzer": "^4.5.0", "rxjs": "~6.3.3", "tns-core-modules": "next", "tslint": "^5.5.0", From eaafd10595ce12f710fa6ee897d019e966a7fc00 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 6 Dec 2018 14:12:38 +0200 Subject: [PATCH 3/9] chore: bump modules peer dependecy to ^5.0.0 --- nativescript-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 3887b5bd0..189219cb2 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -53,7 +53,7 @@ "@angular/platform-browser": "~7.1.0", "@angular/router": "~7.1.0", "rxjs": "^6.3.3", - "tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-", + "tns-core-modules": "^5.0.0 || >5.0.0- || >5.1.0-", "zone.js": "^0.8.26", "typescript": "~3.1.1" }, From 3fe631bcbdb56314a78263d6ddc4c64a826400b4 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Thu, 6 Dec 2018 15:57:25 +0200 Subject: [PATCH 4/9] chore: rewrite short imports (#1651) --- e2e/nested-router-tab-view/app/login/login.component.ts | 2 +- .../app/modal-nested/modal-nested.component.ts | 2 +- .../app/modal-second/modal-second.component.ts | 2 +- e2e/nested-router-tab-view/app/modal/modal.component.ts | 4 ++-- e2e/nested-router-tab-view/app/tabs/tabs.component.ts | 4 ++-- tests/app/snippets/gestures.component.ts | 2 +- tests/app/tests/third-party.ts | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/e2e/nested-router-tab-view/app/login/login.component.ts b/e2e/nested-router-tab-view/app/login/login.component.ts index 68b5916f3..98574863d 100644 --- a/e2e/nested-router-tab-view/app/login/login.component.ts +++ b/e2e/nested-router-tab-view/app/login/login.component.ts @@ -2,7 +2,7 @@ import { Component, ViewContainerRef } from "@angular/core"; import { ModalDialogService, ModalDialogOptions } from "nativescript-angular/directives/dialogs"; import { RouterExtensions } from "nativescript-angular/router"; import { EventData } from "tns-core-modules/data/observable"; -import { confirm } from "ui/dialogs"; +import { confirm } from "tns-core-modules/ui/dialogs"; import { AppModule } from "../app.module"; diff --git a/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts b/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts index 7069b058d..89cb66c56 100644 --- a/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts +++ b/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts @@ -1,5 +1,5 @@ import { Component } from "@angular/core"; -import { View, ShownModallyData } from "ui/core/view" +import { View, ShownModallyData } from "tns-core-modules/ui/core/view" import { ModalDialogParams } from "nativescript-angular/directives/dialogs"; @Component({ diff --git a/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts b/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts index a1b280964..819a73f78 100644 --- a/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts +++ b/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts @@ -1,6 +1,6 @@ import { Component } from "@angular/core"; import { ActivatedRoute } from "@angular/router"; -import { View, EventData } from "ui/core/view" +import { View, EventData } from "tns-core-modules/ui/core/view" import { RouterExtensions } from "nativescript-angular/router"; @Component({ diff --git a/e2e/nested-router-tab-view/app/modal/modal.component.ts b/e2e/nested-router-tab-view/app/modal/modal.component.ts index 55ff26525..fc5068b2b 100644 --- a/e2e/nested-router-tab-view/app/modal/modal.component.ts +++ b/e2e/nested-router-tab-view/app/modal/modal.component.ts @@ -2,8 +2,8 @@ import { Component, ViewContainerRef } from "@angular/core"; import { ModalDialogParams, ModalDialogOptions, ModalDialogService } from "nativescript-angular/directives/dialogs"; import { RouterExtensions, PageRoute } from "nativescript-angular/router"; import { ActivatedRoute } from "@angular/router"; -import { View, ShownModallyData, EventData } from "ui/core/view" -import { confirm } from "ui/dialogs"; +import { View, ShownModallyData } from "tns-core-modules/ui/core/view" +import { confirm } from "tns-core-modules/ui/dialogs"; import { ModalRouterComponent } from "../modal/modal-router/modal-router.component"; import { NestedModalComponent } from "../modal-nested/modal-nested.component"; diff --git a/e2e/nested-router-tab-view/app/tabs/tabs.component.ts b/e2e/nested-router-tab-view/app/tabs/tabs.component.ts index 10ddc1b12..df5e2d619 100644 --- a/e2e/nested-router-tab-view/app/tabs/tabs.component.ts +++ b/e2e/nested-router-tab-view/app/tabs/tabs.component.ts @@ -3,8 +3,8 @@ import { ModalDialogService, ModalDialogOptions } from "nativescript-angular/dir import { RouterExtensions } from "nativescript-angular/router"; import { EventData } from "tns-core-modules/data/observable"; import { ActivatedRoute } from "@angular/router"; -import { confirm } from "ui/dialogs"; -import { Page } from "ui/page"; +import { confirm } from "tns-core-modules/ui/dialogs"; +import { Page } from "tns-core-modules/ui/page"; import { AppModule } from "../app.module"; @Component({ diff --git a/tests/app/snippets/gestures.component.ts b/tests/app/snippets/gestures.component.ts index 743b9e1f4..50f6cd9ce 100644 --- a/tests/app/snippets/gestures.component.ts +++ b/tests/app/snippets/gestures.component.ts @@ -5,7 +5,7 @@ import { PinchGestureEventData, RotationGestureEventData, SwipeGestureEventData, - TouchGestureEventData} from "ui/gestures"; + TouchGestureEventData} from "tns-core-modules/ui/gestures"; @Component({ selector: "gestures", diff --git a/tests/app/tests/third-party.ts b/tests/app/tests/third-party.ts index ccea47166..e87925384 100644 --- a/tests/app/tests/third-party.ts +++ b/tests/app/tests/third-party.ts @@ -84,7 +84,7 @@ export class DocumentFormContainer { describe("Third party component snippets", () => { before(() => { - registerElement("document-form", () => require("ui/layouts/stack-layout").StackLayout); + registerElement("document-form", () => require("tns-core-modules/ui/layouts/stack-layout").StackLayout); }); beforeEach(nsTestBedBeforeEach([ From 23778a164f7b00b84c4fa62f153320533d99dcef Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Thu, 6 Dec 2018 16:13:48 +0200 Subject: [PATCH 5/9] chore: bump versions --- e2e/modal-navigation-ng/package.json | 50 ++++++++++--------------- e2e/nested-router-tab-view/package.json | 10 ++--- e2e/renderer/package.json | 20 +++++----- e2e/router-tab-view/package.json | 22 +++++------ e2e/router/package.json | 26 ++++++------- e2e/single-page/package.json | 24 ++++++------ ng-sample/package.json | 2 +- tests/package.json | 18 ++++----- 8 files changed, 80 insertions(+), 92 deletions(-) diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 8938a8a85..25aeb27a7 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -13,15 +13,15 @@ } }, "dependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", @@ -30,35 +30,23 @@ "zone.js": "~0.8.2" }, "devDependencies": { - "@ngtools/webpack": "~7.0.0", - "@angular/compiler-cli": "~7.0.0", + "@angular/compiler-cli": "~7.1.0", + "@ngtools/webpack": "~7.1.0", "@types/chai": "^4.0.2", - "@types/mocha": "^2.2.41", - "@types/node": "^7.0.5", + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.12", "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", - "clean-webpack-plugin": "~0.1.19", - "copy-webpack-plugin": "~4.5.1", - "css-loader": "~0.28.11", - "extract-text-webpack-plugin": "~3.0.2", + "chai": "^4.2.0", "lazy": "1.0.11", "mocha": "^5.2.0", - "mocha-junit-reporter": "~1.17.0", - "mocha-multi": "~1.0.0", + "mocha-junit-reporter": "^1.18.0", + "mocha-multi": "^1.0.1", "nativescript-dev-appium": "next", - "nativescript-dev-typescript": "next", - "nativescript-dev-webpack": "^0.13.0", - "nativescript-worker-loader": "~0.9.0", - "raw-loader": "~0.5.1", - "resolve-url-loader": "~2.3.0", - "typescript": "~3.1.1", - "uglifyjs-webpack-plugin": "~1.2.5", - "webpack": "~4.6.0", - "webpack-bundle-analyzer": "~2.13.0", - "webpack-cli": "~2.1.3", - "webpack-sources": "~1.1.0", - "@angular-devkit/core": "~0.7.0-beta.1" + "nativescript-dev-typescript": "~0.7.8", + "nativescript-dev-webpack": "next", + "typescript": "~3.1.1" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index 293f4e5f5..a7a54a704 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -30,11 +30,11 @@ "zone.js": "~0.8.2" }, "devDependencies": { - "@angular/compiler-cli": "~6.1.0", - "@ngtools/webpack": "~6.2.0", + "@angular/compiler-cli": "~7.1.0", + "@ngtools/webpack": "~7.1.0", "@types/chai": "^4.0.2", - "@types/mocha": "^2.2.41", - "@types/node": "^7.0.5", + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.12", "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", @@ -46,7 +46,7 @@ "nativescript-dev-appium": "next", "nativescript-dev-typescript": "~0.7.4", "nativescript-dev-webpack": "next", - "typescript": "~2.7.2" + "typescript": "~3.1.1" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/renderer/package.json b/e2e/renderer/package.json index f9f52bfc4..caa9fed90 100644 --- a/e2e/renderer/package.json +++ b/e2e/renderer/package.json @@ -7,14 +7,14 @@ "id": "org.nativescript.renderer" }, "dependencies": { - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", @@ -23,8 +23,8 @@ "zone.js": "^0.8.4" }, "devDependencies": { - "@angular/compiler-cli": "~7.0.0", - "@ngtools/webpack": "~7.0.0", + "@angular/compiler-cli": "~7.1.0", + "@ngtools/webpack": "~7.1.0", "@types/chai": "~4.1.3", "@types/mocha": "~5.2.1", "@types/node": "10.11.4", diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index 5dc6eac6c..a9f352884 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -13,15 +13,15 @@ } }, "dependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", @@ -31,8 +31,8 @@ }, "devDependencies": { "@types/chai": "^4.0.2", - "@types/mocha": "^2.2.41", - "@types/node": "^7.0.5", + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.12", "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", diff --git a/e2e/router/package.json b/e2e/router/package.json index 3eefc28f8..f41f11735 100644 --- a/e2e/router/package.json +++ b/e2e/router/package.json @@ -7,15 +7,15 @@ "id": "org.nativescript.router" }, "dependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", @@ -24,11 +24,11 @@ "zone.js": "^0.8.26" }, "devDependencies": { - "@ngtools/webpack": "~7.0.0", - "@angular/compiler-cli": "~7.0.0", + "@ngtools/webpack": "~7.1.0", + "@angular/compiler-cli": "~7.1.0", "@types/chai": "^4.0.2", - "@types/mocha": "^2.2.41", - "@types/node": "^7.0.5", + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.12", "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json index 7d1c6d35f..29b865095 100644 --- a/e2e/single-page/package.json +++ b/e2e/single-page/package.json @@ -13,15 +13,15 @@ } }, "dependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", @@ -30,11 +30,11 @@ "zone.js": "^0.8.4" }, "devDependencies": { - "@angular/compiler-cli": "~7.0.0", + "@angular/compiler-cli": "~7.1.0", "@ngtools/webpack": "~6.2.0-beta.3", "@types/chai": "^4.0.2", - "@types/mocha": "^2.2.41", - "@types/node": "^7.0.5", + "@types/mocha": "^5.2.5", + "@types/node": "^10.12.12", "babel-traverse": "6.25.0", "babel-types": "6.25.0", "babylon": "6.17.4", diff --git a/ng-sample/package.json b/ng-sample/package.json index 4143d58e1..f627d78ca 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -56,7 +56,7 @@ "nativescript-dev-typescript": "next", "shelljs": "^0.7.0", "tslint": "^4.5.1", - "typescript": "~2.7.2" + "typescript": "~3.1.1" }, "scripts": { "tslint": "tslint --project tsconfig.json --config tslint.json", diff --git a/tests/package.json b/tests/package.json index a84031955..395aabc28 100644 --- a/tests/package.json +++ b/tests/package.json @@ -26,15 +26,15 @@ ], "homepage": "http://nativescript.org", "dependencies": { - "@angular/animations": "~7.0.0", - "@angular/common": "~7.0.0", - "@angular/compiler": "~7.0.0", - "@angular/core": "~7.0.0", - "@angular/forms": "~7.0.0", - "@angular/http": "~7.0.0", - "@angular/platform-browser": "~7.0.0", - "@angular/platform-browser-dynamic": "~7.0.0", - "@angular/router": "~7.0.0", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", "rxjs": "~6.0.0-rc.1", From 5a5afc518dc0952d48fe07420dba477d67a28ac5 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 7 Dec 2018 11:16:00 +0200 Subject: [PATCH 6/9] release: cut the 7.1.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311d21572..d531735d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [7.1.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.3...7.1.0) (2018-12-07) + + + ## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05) From c1b15f59ad5900b7efd27219f32cd7f73e090f3f Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Fri, 7 Dec 2018 13:15:15 +0200 Subject: [PATCH 7/9] chore: dips Co-Authored-By: SvetoslavTsenov --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d531735d8..804aab96f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # [7.1.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.3...7.1.0) (2018-12-07) +### Features + +* Angular 7.1 support ## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05) From 4576275e49dc9f83ec3fa98e3b3fbc2e966c79f0 Mon Sep 17 00:00:00 2001 From: Stanimira Vlaeva Date: Fri, 7 Dec 2018 13:15:42 +0200 Subject: [PATCH 8/9] chore: deps Co-Authored-By: SvetoslavTsenov --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 395aabc28..38d491e29 100644 --- a/tests/package.json +++ b/tests/package.json @@ -37,7 +37,7 @@ "@angular/router": "~7.1.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, From 128b90dc24550d16916d45f8876e09b7bc240381 Mon Sep 17 00:00:00 2001 From: SvetoslavTsenov Date: Fri, 7 Dec 2018 14:00:50 +0200 Subject: [PATCH 9/9] chore: update more deps --- e2e/modal-navigation-ng/package.json | 2 +- e2e/nested-router-tab-view/package.json | 4 ++-- e2e/router-tab-view/package.json | 4 ++-- e2e/router/package.json | 2 +- e2e/single-page/package.json | 4 ++-- nativescript-angular/package.json | 6 +++--- ng-sample/package.json | 26 ++++++++++++------------- tests/package.json | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 25aeb27a7..7ae334754 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index a7a54a704..502e5c8a2 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -25,9 +25,9 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index a9f352884..8834e81d8 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -25,9 +25,9 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "~0.8.2" + "zone.js": "^0.8.4" }, "devDependencies": { "@types/chai": "^4.0.2", diff --git a/e2e/router/package.json b/e2e/router/package.json index f41f11735..5d6bc7949 100644 --- a/e2e/router/package.json +++ b/e2e/router/package.json @@ -21,7 +21,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.26" + "zone.js": "^0.8.4" }, "devDependencies": { "@ngtools/webpack": "~7.1.0", diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json index 29b865095..2cc4d2626 100644 --- a/e2e/single-page/package.json +++ b/e2e/single-page/package.json @@ -25,13 +25,13 @@ "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "~7.1.0", - "@ngtools/webpack": "~6.2.0-beta.3", + "@ngtools/webpack": "~7.1.0", "@types/chai": "^4.0.2", "@types/mocha": "^5.2.5", "@types/node": "^10.12.12", diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 189219cb2..8477b29ce 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -54,8 +54,8 @@ "@angular/router": "~7.1.0", "rxjs": "^6.3.3", "tns-core-modules": "^5.0.0 || >5.0.0- || >5.1.0-", - "zone.js": "^0.8.26", - "typescript": "~3.1.1" + "typescript": "~3.1.1", + "zone.js": "^0.8.4" }, "devDependencies": { "@angular/animations": "~7.1.0", @@ -73,6 +73,6 @@ "tns-core-modules": "next", "tslint": "^5.5.0", "typescript": "~3.1.1", - "zone.js": "^0.8.26" + "zone.js": "^0.8.4" } } diff --git a/ng-sample/package.json b/ng-sample/package.json index f627d78ca..4e5f315f6 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.ngsample", "tns-android": { - "version": "4.1.0-2018.4.16.8" + "version": "next" }, "tns-ios": { - "version": "4.0.2-2018-04-13-01" + "version": "next" } }, "name": "tns-template-hello-world", @@ -32,19 +32,19 @@ }, "homepage": "https://github.com/NativeScript/template-hello-world", "dependencies": { - "@angular/animations": "~6.0.0-rc.3", - "@angular/common": "~6.0.0-rc.3", - "@angular/compiler": "~6.0.0-rc.3", - "@angular/core": "~6.0.0-rc.3", - "@angular/forms": "~6.0.0-rc.3", - "@angular/http": "~6.0.0-rc.3", - "@angular/platform-browser": "~6.0.0-rc.3", - "@angular/platform-browser-dynamic": "~6.0.0-rc.3", - "@angular/router": "~6.0.0-rc.3", + "@angular/animations": "~7.1.0", + "@angular/common": "~7.1.0", + "@angular/compiler": "~7.1.0", + "@angular/core": "~7.1.0", + "@angular/forms": "~7.1.0", + "@angular/http": "~7.1.0", + "@angular/platform-browser": "~7.1.0", + "@angular/platform-browser-dynamic": "~7.1.0", + "@angular/router": "~7.1.0", "nativescript-angular": "file:../nativescript-angular", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", - "tns-platform-declarations": "^3.4.0", + "tns-platform-declarations": "next", "zone.js": "^0.8.4" }, "devDependencies": { diff --git a/tests/package.json b/tests/package.json index 395aabc28..5d405779a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -37,7 +37,7 @@ "@angular/router": "~7.1.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", - "rxjs": "~6.0.0-rc.1", + "rxjs": "~6.3.3", "tns-core-modules": "next", "zone.js": "^0.8.4" }, @@ -51,7 +51,7 @@ "karma-mocha-reporter": "2.2.5", "karma-nativescript-launcher": "0.4.0", "mocha": "5.2.0", - "nativescript-dev-typescript": "~0.7.0", + "nativescript-dev-typescript": "~0.7.8", "babel-traverse": "6.8.0", "babel-types": "6.8.1", "babylon": "6.8.0",