Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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"
22.9 KB
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"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /