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 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

‎CHANGELOG.md

Lines changed: 19 additions & 0 deletions

‎e2e/animation-examples/app/vendor.ts

Lines changed: 0 additions & 1 deletion
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");
43.3 KB
49 KB
43.3 KB
23.5 KB

‎e2e/animation-examples/package.json

Lines changed: 12 additions & 13 deletions
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",

‎e2e/config/appium.capabilities.json

Lines changed: 10 additions & 0 deletions
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",

‎e2e/modal-navigation-ng/package.json

Lines changed: 19 additions & 14 deletions
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",

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

Lines changed: 12 additions & 13 deletions
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",

0 commit comments

Comments
(0)

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