Skip to content

Commit 3d277fd

Browse files
authored
Merge pull request #1946 from NativeScript/release-8.2.0
Release 8.2.0
2 parents 17a2e53 + 160ed18 commit 3d277fd

File tree

61 files changed

+204
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+204
-464
lines changed

Diff for: CHANGELOG.md

+19

Diff for: e2e/animation-examples/app/vendor.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require("@angular/platform-browser");
1010
require("@angular/core");
1111
require("@angular/common");
1212
require("@angular/forms");
13-
require("@angular/http");
1413
require("@angular/router");
1514

1615
require("nativescript-angular/platform-static");

Diff for: e2e/animation-examples/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,24 @@
1313
}
1414
},
1515
"dependencies": {
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",
21-
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.1.0",
23-
"@angular/platform-browser-dynamic": "~8.1.0",
24-
"@angular/router": "~8.1.0",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
21+
"@angular/platform-browser": "~8.2.0",
22+
"@angular/platform-browser-dynamic": "~8.2.0",
23+
"@angular/router": "~8.2.0",
2524
"nativescript-angular": "file:../../nativescript-angular",
2625
"nativescript-theme-core": "~1.0.2",
2726
"reflect-metadata": "~0.1.8",
28-
"rxjs": "^6.3.3",
27+
"rxjs": "^6.4.0",
2928
"tns-core-modules": "next",
3029
"zone.js": "^0.9.1"
3130
},
3231
"devDependencies": {
33-
"@angular/compiler-cli": "~8.1.0",
34-
"@ngtools/webpack": "~8.1.0",
32+
"@angular/compiler-cli": "~8.2.0",
33+
"@ngtools/webpack": "~8.2.0",
3534
"@types/chai": "~4.1.7",
3635
"@types/mocha": "~5.2.5",
3736
"@types/node": "~10.12.18",
@@ -44,7 +43,7 @@
4443
"nativescript-css-loader": "~0.26.0",
4544
"nativescript-dev-appium": "^5.3.0",
4645
"nativescript-dev-webpack": "next",
47-
"typescript": "~3.4.5"
46+
"typescript": "~3.5.3"
4847
},
4948
"scripts": {
5049
"u": "update-ns-webpack",

Diff for: e2e/config/appium.capabilities.json

+10
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@
106106
"noReset": true,
107107
"fullReset": false
108108
},
109+
"android29": {
110+
"platformName": "Android",
111+
"platformVersion": "29",
112+
"deviceName": "Emulator-Api29-Google",
113+
"avd": "Emulator-Api29-Google",
114+
"lt": 60000,
115+
"newCommandTimeout": 720,
116+
"noReset": true,
117+
"fullReset": false
118+
},
109119
"sim.iPhone7.iOS100": {
110120
"platformName": "iOS",
111121
"platformVersion": "10.0",

Diff for: e2e/modal-navigation-ng/package.json

+19-14
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,33 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.modalnavigationng"
7+
"id": "org.nativescript.modalnavigationng",
8+
"tns-ios": {
9+
"version": "6.0.2"
10+
},
11+
"tns-android": {
12+
"version": "6.0.1"
13+
}
814
},
915
"dependencies": {
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",
15-
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
21+
"@angular/platform-browser": "~8.2.0",
22+
"@angular/platform-browser-dynamic": "~8.2.0",
23+
"@angular/router": "~8.2.0",
1924
"nativescript-angular": "file:../../nativescript-angular",
2025
"nativescript-theme-core": "~1.0.4",
2126
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
27+
"rxjs": "^6.4.0",
2328
"tns-core-modules": "next",
2429
"zone.js": "^0.9.1"
2530
},
2631
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
32+
"@angular/compiler-cli": "~8.2.0",
33+
"@ngtools/webpack": "~8.2.0",
2934
"@types/chai": "~4.1.7",
3035
"@types/mocha": "~5.2.5",
3136
"@types/node": "~10.12.18",
@@ -38,7 +43,7 @@
3843
"nativescript-dev-appium": "^5.3.0",
3944
"nativescript-dev-webpack": "next",
4045
"tns-platform-declarations": "next",
41-
"typescript": "~3.4.5"
46+
"typescript": "~3.5.3"
4247
},
4348
"scripts": {
4449
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/nested-router-tab-view/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
"id": "org.nativescript.nestedroutertabview"
88
},
99
"dependencies": {
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",
15-
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
15+
"@angular/platform-browser": "~8.2.0",
16+
"@angular/platform-browser-dynamic": "~8.2.0",
17+
"@angular/router": "~8.2.0",
1918
"nativescript-angular": "file:../../nativescript-angular",
2019
"nativescript-theme-core": "~1.0.4",
2120
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
21+
"rxjs": "^6.4.0",
2322
"tns-core-modules": "next",
2423
"zone.js": "^0.9.1"
2524
},
2625
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
26+
"@angular/compiler-cli": "~8.2.0",
27+
"@ngtools/webpack": "~8.2.0",
2928
"@types/chai": "~4.1.7",
3029
"@types/mocha": "~5.2.5",
3130
"@types/node": "~10.12.18",
@@ -37,7 +36,7 @@
3736
"mochawesome": "~3.1.2",
3837
"nativescript-dev-appium": "^5.3.0",
3938
"nativescript-dev-webpack": "next",
40-
"typescript": "3.4.5"
39+
"typescript": "~3.5.3"
4140
},
4241
"scripts": {
4342
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/renderer/package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@
77
"id": "org.nativescript.renderer"
88
},
99
"dependencies": {
10-
"@angular/common": "~8.1.0",
11-
"@angular/compiler": "~8.1.0",
12-
"@angular/core": "~8.1.0",
13-
"@angular/forms": "~8.1.0",
14-
"@angular/http": "8.0.0-beta.10",
15-
"@angular/platform-browser": "~8.1.0",
16-
"@angular/platform-browser-dynamic": "~8.1.0",
17-
"@angular/router": "~8.1.0",
10+
"@angular/common": "~8.2.0",
11+
"@angular/compiler": "~8.2.0",
12+
"@angular/core": "~8.2.0",
13+
"@angular/forms": "~8.2.0",
14+
"@angular/platform-browser": "~8.2.0",
15+
"@angular/platform-browser-dynamic": "~8.2.0",
16+
"@angular/router": "~8.2.0",
1817
"nativescript-angular": "file:../../nativescript-angular",
1918
"nativescript-intl": "^3.0.0",
2019
"reflect-metadata": "~0.1.8",
21-
"rxjs": "~6.3.3",
20+
"rxjs": "^6.4.0",
2221
"tns-core-modules": "next",
2322
"zone.js": "^0.9.1"
2423
},
2524
"devDependencies": {
26-
"@angular/compiler-cli": "~8.1.0",
27-
"@ngtools/webpack": "~8.1.0",
25+
"@angular/compiler-cli": "~8.2.0",
26+
"@ngtools/webpack": "~8.2.0",
2827
"@types/chai": "~4.1.7",
2928
"@types/mocha": "~5.2.5",
3029
"@types/node": "~10.12.18",
@@ -39,7 +38,7 @@
3938
"nativescript-dev-appium": "^5.3.0",
4039
"nativescript-dev-webpack": "next",
4140
"tslib": "^1.7.1",
42-
"typescript": "~3.4.5"
41+
"typescript": "~3.5.3"
4342
},
4443
"scripts": {
4544
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/routable-animations/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
"id": "org.nativescript.nsroanimations"
88
},
99
"dependencies": {
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",
15-
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
15+
"@angular/platform-browser": "~8.2.0",
16+
"@angular/platform-browser-dynamic": "~8.2.0",
17+
"@angular/router": "~8.2.0",
1918
"nativescript-angular": "next",
2019
"nativescript-theme-core": "~1.0.2",
2120
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.0.0 || >=6.1.0",
21+
"rxjs": "^6.4.0",
2322
"tns-core-modules": "next",
2423
"zone.js": "^0.9.1"
2524
},
2625
"devDependencies": {
27-
"@ngtools/webpack": "~8.1.0",
28-
"@angular/compiler-cli": "~8.1.0",
26+
"@ngtools/webpack": "~8.2.0",
27+
"@angular/compiler-cli": "~8.2.0",
2928
"@types/chai": "~4.1.3",
3029
"@types/mocha": "~5.2.1",
3130
"@types/node": "^7.0.5",
@@ -37,7 +36,7 @@
3736
"nativescript-css-loader": "~0.26.0",
3837
"nativescript-dev-appium": "^5.3.0",
3938
"nativescript-dev-webpack": "next",
40-
"typescript": "~3.4.5"
39+
"typescript": "~3.5.3"
4140
},
4241
"scripts": {
4342
"ns-bundle": "ns-bundle",

Diff for: e2e/router-tab-view/package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@
77
"id": "org.nativescript.routertabview"
88
},
99
"dependencies": {
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",
15-
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
15+
"@angular/platform-browser": "~8.2.0",
16+
"@angular/platform-browser-dynamic": "~8.2.0",
17+
"@angular/router": "~8.2.0",
1918
"nativescript-angular": "file:../../nativescript-angular",
2019
"nativescript-dev-webpack": "next",
2120
"nativescript-theme-core": "~1.0.4",
2221
"reflect-metadata": "~0.1.8",
23-
"rxjs": "~6.3.3",
22+
"rxjs": "^6.4.0",
2423
"tns-core-modules": "next",
2524
"zone.js": "^0.9.1"
2625
},
@@ -35,7 +34,7 @@
3534
"mocha": "~5.2.0",
3635
"mochawesome": "~3.1.2",
3736
"nativescript-dev-appium": "^5.3.0",
38-
"typescript": "~3.4.5",
37+
"typescript": "~3.5.3",
3938
"@angular/compiler-cli": "8.0.0",
4039
"@ngtools/webpack": "8.0.0"
4140
},

Diff for: e2e/router/package.json

+12-13
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
"id": "org.nativescript.router"
88
},
99
"dependencies": {
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",
15-
"@angular/http": "8.0.0-beta.10",
16-
"@angular/platform-browser": "~8.1.0",
17-
"@angular/platform-browser-dynamic": "~8.1.0",
18-
"@angular/router": "~8.1.0",
10+
"@angular/animations": "~8.2.0",
11+
"@angular/common": "~8.2.0",
12+
"@angular/compiler": "~8.2.0",
13+
"@angular/core": "~8.2.0",
14+
"@angular/forms": "~8.2.0",
15+
"@angular/platform-browser": "~8.2.0",
16+
"@angular/platform-browser-dynamic": "~8.2.0",
17+
"@angular/router": "~8.2.0",
1918
"nativescript-angular": "file:../../nativescript-angular",
2019
"nativescript-intl": "^3.0.0",
2120
"reflect-metadata": "~0.1.8",
22-
"rxjs": "~6.3.3",
21+
"rxjs": "^6.4.0",
2322
"tns-core-modules": "next",
2423
"zone.js": "^0.9.1"
2524
},
2625
"devDependencies": {
27-
"@angular/compiler-cli": "~8.1.0",
28-
"@ngtools/webpack": "~8.1.0",
26+
"@angular/compiler-cli": "~8.2.0",
27+
"@ngtools/webpack": "~8.2.0",
2928
"@types/chai": "~4.1.7",
3029
"@types/mocha": "~5.2.5",
3130
"@types/node": "^10.12.12",
@@ -40,7 +39,7 @@
4039
"nativescript-dev-appium": "^5.3.0",
4140
"nativescript-dev-webpack": "next",
4241
"tslib": "^1.7.1",
43-
"typescript": "~3.4.5"
42+
"typescript": "~3.5.3"
4443
},
4544
"scripts": {
4645
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)