Skip to content

Commit 6a71b62

Browse files
author
Zdravko
authored
Merge pull request #1927 from NativeScript/master
release: cut the 8.1.0 release
2 parents 616bd36 + 3093f02 commit 6a71b62

File tree

19 files changed

+260
-165
lines changed

19 files changed

+260
-165
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="8.1.0"></a>
2+
# [8.1.0](https://github.com/NativeScript/nativescript-angular/compare/8.0.3...8.1.0) (2019-07-31)
3+
4+
5+
### Features
6+
7+
* update to Angular 8.1.x ([#1907](https://github.com/NativeScript/nativescript-angular/issues/1907)) ([e1db5f8](https://github.com/NativeScript/nativescript-angular/commit/e1db5f8))
8+
9+
10+
111
## [8.0.3](https://github.com/NativeScript/nativescript-angular/compare/8.0.2...8.0.3) (2019-07-26)
212

313

e2e/animation-examples/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
16+
"@angular/animations": "~8.1.0",
17+
"@angular/common": "~8.1.0",
18+
"@angular/compiler": "~8.1.0",
19+
"@angular/core": "~8.1.0",
20+
"@angular/forms": "~8.1.0",
2121
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
22+
"@angular/platform-browser": "~8.1.0",
23+
"@angular/platform-browser-dynamic": "~8.1.0",
24+
"@angular/router": "~8.1.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.2",
2727
"reflect-metadata": "~0.1.8",
@@ -30,8 +30,8 @@
3030
"zone.js": "^0.9.1"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~8.0.0",
34-
"@ngtools/webpack": "~8.0.0",
33+
"@angular/compiler-cli": "~8.1.0",
34+
"@ngtools/webpack": "~8.1.0",
3535
"@types/chai": "~4.1.7",
3636
"@types/mocha": "~5.2.5",
3737
"@types/node": "~10.12.18",
@@ -42,7 +42,7 @@
4242
"mocha": "~5.2.0",
4343
"mochawesome": "~3.1.2",
4444
"nativescript-css-loader": "~0.26.0",
45-
"nativescript-dev-appium": "next",
45+
"nativescript-dev-appium": "^5.3.0",
4646
"nativescript-dev-webpack": "next",
4747
"typescript": "~3.4.5"
4848
},

e2e/modal-navigation-ng/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.modalnavigationng"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-theme-core": "~1.0.4",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.0.0",
28-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "~10.12.18",
@@ -35,7 +35,7 @@
3535
"lazy": "1.0.11",
3636
"mocha": "~5.2.0",
3737
"mochawesome": "~3.1.2",
38-
"nativescript-dev-appium": "next",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"tns-platform-declarations": "next",
4141
"typescript": "~3.4.5"

e2e/nested-router-tab-view/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.nestedroutertabview"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-theme-core": "~1.0.4",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.0.0",
28-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "~10.12.18",
@@ -35,7 +35,7 @@
3535
"lazy": "1.0.11",
3636
"mocha": "~5.2.0",
3737
"mochawesome": "~3.1.2",
38-
"nativescript-dev-appium": "next",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"typescript": "3.4.5"
4141
},

e2e/renderer/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"id": "org.nativescript.renderer"
88
},
99
"dependencies": {
10-
"@angular/common": "~8.0.0",
11-
"@angular/compiler": "~8.0.0",
12-
"@angular/core": "~8.0.0",
13-
"@angular/forms": "~8.0.0",
10+
"@angular/common": "~8.1.0",
11+
"@angular/compiler": "~8.1.0",
12+
"@angular/core": "~8.1.0",
13+
"@angular/forms": "~8.1.0",
1414
"@angular/http": "8.0.0-beta.10",
15-
"@angular/platform-browser": "~8.0.0",
16-
"@angular/platform-browser-dynamic": "~8.0.0",
17-
"@angular/router": "~8.0.0",
15+
"@angular/platform-browser": "~8.1.0",
16+
"@angular/platform-browser-dynamic": "~8.1.0",
17+
"@angular/router": "~8.1.0",
1818
"nativescript-angular": "file:../../nativescript-angular",
1919
"nativescript-intl": "^3.0.0",
2020
"reflect-metadata": "~0.1.8",
@@ -23,8 +23,8 @@
2323
"zone.js": "^0.9.1"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "~8.0.0",
27-
"@ngtools/webpack": "~8.0.0",
26+
"@angular/compiler-cli": "~8.1.0",
27+
"@ngtools/webpack": "~8.1.0",
2828
"@types/chai": "~4.1.7",
2929
"@types/mocha": "~5.2.5",
3030
"@types/node": "~10.12.18",
@@ -36,7 +36,7 @@
3636
"lazy": "1.0.11",
3737
"mocha": "~5.2.0",
3838
"mochawesome": "~3.1.2",
39-
"nativescript-dev-appium": "next",
39+
"nativescript-dev-appium": "^5.3.0",
4040
"nativescript-dev-webpack": "next",
4141
"tslib": "^1.7.1",
4242
"typescript": "~3.4.5"
Loading

e2e/routable-animations/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.nsroanimations"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "next",
2020
"nativescript-theme-core": "~1.0.2",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@ngtools/webpack": "~8.0.0",
28-
"@angular/compiler-cli": "~8.0.0",
27+
"@ngtools/webpack": "~8.1.0",
28+
"@angular/compiler-cli": "~8.1.0",
2929
"@types/chai": "~4.1.3",
3030
"@types/mocha": "~5.2.1",
3131
"@types/node": "^7.0.5",
@@ -35,7 +35,7 @@
3535
"colors": "^1.1.2",
3636
"lazy": "1.0.11",
3737
"nativescript-css-loader": "~0.26.0",
38-
"nativescript-dev-appium": "^4.0.0",
38+
"nativescript-dev-appium": "^5.3.0",
3939
"nativescript-dev-webpack": "next",
4040
"typescript": "~3.4.5"
4141
},

e2e/router-tab-view/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.routertabview"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-dev-webpack": "next",
2121
"nativescript-theme-core": "~1.0.4",
@@ -34,7 +34,7 @@
3434
"lazy": "1.0.11",
3535
"mocha": "~5.2.0",
3636
"mochawesome": "~3.1.2",
37-
"nativescript-dev-appium": "next",
37+
"nativescript-dev-appium": "^5.3.0",
3838
"typescript": "~3.4.5",
3939
"@angular/compiler-cli": "8.0.0",
4040
"@ngtools/webpack": "8.0.0"

e2e/router/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.router"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-intl": "^3.0.0",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.0.0",
28-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "^10.12.12",
@@ -37,7 +37,7 @@
3737
"lazy": "1.0.11",
3838
"mocha": "~5.2.0",
3939
"mochawesome": "~3.1.2",
40-
"nativescript-dev-appium": "next",
40+
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
4343
"typescript": "~3.4.5"

e2e/single-page/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.singlepage"
88
},
99
"dependencies": {
10-
"@angular/animations": "~8.0.0",
11-
"@angular/common": "~8.0.0",
12-
"@angular/compiler": "~8.0.0",
13-
"@angular/core": "~8.0.0",
14-
"@angular/forms": "~8.0.0",
10+
"@angular/animations": "~8.1.0",
11+
"@angular/common": "~8.1.0",
12+
"@angular/compiler": "~8.1.0",
13+
"@angular/core": "~8.1.0",
14+
"@angular/forms": "~8.1.0",
1515
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.0.0",
17-
"@angular/platform-browser-dynamic": "~8.0.0",
18-
"@angular/router": "~8.0.0",
16+
"@angular/platform-browser": "~8.1.0",
17+
"@angular/platform-browser-dynamic": "~8.1.0",
18+
"@angular/router": "~8.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-intl": "^3.0.0",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler-cli": "~8.0.0",
28-
"@ngtools/webpack": "~8.0.0",
27+
"@angular/compiler-cli": "~8.1.0",
28+
"@ngtools/webpack": "~8.1.0",
2929
"@types/chai": "~4.1.7",
3030
"@types/mocha": "~5.2.5",
3131
"@types/node": "~10.12.18",
@@ -37,7 +37,7 @@
3737
"lazy": "1.0.11",
3838
"mocha": "~5.2.0",
3939
"mochawesome": "~3.1.2",
40-
"nativescript-dev-appium": "next",
40+
"nativescript-dev-appium": "^5.3.0",
4141
"nativescript-dev-webpack": "next",
4242
"tslib": "^1.7.1",
4343
"typescript": "~3.4.5"

e2e/tests-app-ng/app/app.routes.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { NavigationComponent, NAVIGATION_SUBROUTES } from "./router/router-outle
1111
import { LazyNavigationComponent } from "./router/lazy-module-navigation/lazy-navigation.component";
1212

1313
import { BindingComponent } from "./binding/binding-page.component";
14+
import { BottomNavigation } from "./bottom-navigation/bottom-navigation.component"
1415

1516
import { ListViewComponent } from "./list-view/list-view-page.component";
1617
import { ListViewControlComponent } from "./list-view/list-view-item-template.component";
@@ -61,6 +62,7 @@ export const routableComponents = [
6162
SecondActionBarComponent,
6263

6364
BindingComponent,
65+
BottomNavigation,
6466

6567
ListViewMainPageComponent,
6668
ListViewComponent,
@@ -90,7 +92,7 @@ export const routableComponents = [
9092
ButtonTextAlignmentComponent,
9193
];
9294

93-
// Set isNavigatable: true if the page is a mian page to other sub pages
95+
// Set `isNavigatable: true` if the page is a main page to other sub pages
9496
export const routes = [
9597
{ path: "", component: MainComponent, data: { title: "" } },
9698
{ path: "", component: ModalContentComponent, data: { title: "" } },
@@ -119,6 +121,7 @@ export const routes = [
119121
},
120122

121123
{ path: "binding", component: BindingComponent, data: { title: "Binding", isNavigatable: true } },
124+
{ path: "bottom-navigation", component: BottomNavigation, data: { title: "BottomNavigation", isNavigatable: true } },
122125

123126
{
124127
path: "ListViewExamples",
@@ -158,7 +161,7 @@ export const routes = [
158161
{ path: "modal/lazy", component: LazyLoadModalComponent, data: { title: "modal(lazy)" } },
159162

160163
{ path: "tab-view", component: TabViewComponent, data: { title: "tab-view", isNavigatable: true } },
161-
{ path: "tabs", component: TabsComponent, data: { title: "tabs", isNavigatable: true } },
164+
{ path: "tabs", component: TabsComponent, data: { title: "Tabs", isNavigatable: true } },
162165

163166
{ path: "nav-options", component: NavigationOptionsComponent, data: { title: "nav-options", isNavigatable: true } },
164167
{ path: "nav-info", component: NavigationInfoComponent, data: { title: "nav-info" } },

0 commit comments

Comments
 (0)