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

Browse files
authored
Merge pull request #2061 from NativeScript/merge-release-in-master
Merge release in master
2 parents 87c8cea + 8dceb18 commit 37a1078

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="8.20.1"></a>
2+
# [8.20.1](https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.1) (2019年11月07日)
3+
4+
### Bug Fixes
5+
6+
* add exports in `nativescript-angular` package for backwards compatibility
17
<a name="8.20.0"></a>
28
# [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019年10月23日)
39

‎build/pack-scripts/pack-compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fs.emptyDirSync(tempFolderPath);
5656
fs.ensureDirSync(distFolderPath);
5757

5858
// Install, run tsc and run ngc
59-
execSync(`npm i && tsc && npm run ngc`, {
59+
execSync(`npm i && npm run tsc && npm run ngc`, {
6060
cwd: nsAngularPackagePath
6161
});
6262

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/base-value-accessor";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/lang-facade";

‎nativescript-angular-package/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"author": {
88
"name": "NativeScript Team"
99
},
10-
"contributors": [
11-
"Hristo Deshev <hristo.deshev@telerik.com>",
12-
"Alexander Vakrilov <alexander.vakrilov@progress.com>",
13-
"Stanimira Vlaeva <Stanimira.Vlaeva@progress.com>"
14-
],
1510
"nativescript": {
1611
"platforms": {
1712
"android": "6.0.0",
@@ -46,6 +41,7 @@
4641
},
4742
"scripts": {
4843
"ngc": "ngc -p tsconfig.json",
44+
"tsc": "tsc",
4945
"pack-with-scoped-version": "cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
5046
}
5147
}

‎nativescript-angular/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"author": {
88
"name": "NativeScript Team"
99
},
10-
"contributors": [
11-
"Hristo Deshev <hristo.deshev@telerik.com>",
12-
"Alexander Vakrilov <alexander.vakrilov@progress.com>",
13-
"Stanimira Vlaeva <Stanimira.Vlaeva@progress.com>"
14-
],
1510
"nativescript": {
1611
"platforms": {
1712
"android": "6.0.0",
@@ -53,7 +48,7 @@
5348
"@angular/platform-browser": "~8.2.0",
5449
"@angular/router": "~8.2.0",
5550
"rxjs": "^6.4.0",
56-
"tns-core-modules": "^6.0.0 || >6.1.0-",
51+
"tns-core-modules": "^6.2.0 || >6.3.0-",
5752
"typescript": "~3.5.3",
5853
"zone.js": "^0.9.1"
5954
},

0 commit comments

Comments
(0)

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