Skip to content

Commit 9834c4f

Browse files
committed
chore(release): 6.5.9
1 parent 02ec7f1 commit 9834c4f

6 files changed

Lines changed: 33 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [6.5.9](https://github.com/NativeScript/NativeScript/compare/6.5.8...6.5.9) (2020-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **bindable:** parent referenced expression-values now load properly using an update call ([#8670](https://github.com/NativeScript/NativeScript/issues/8670)) ([6b0028a](https://github.com/NativeScript/NativeScript/commit/6b0028afd7b554914b039cdf371e8e30f6e02dac)), closes [#8666](https://github.com/NativeScript/NativeScript/issues/8666) [#6981](https://github.com/NativeScript/NativeScript/issues/6981) [#5054](https://github.com/NativeScript/NativeScript/issues/5054)
7+
* **scroll-view:** android 'isScrollEnabled' will apply if changed while gesture is underway ([#8695](https://github.com/NativeScript/NativeScript/issues/8695)) ([02ec7f1](https://github.com/NativeScript/NativeScript/commit/02ec7f104d327df53df687ddd1b8ac5b1cdc04ba))
8+
* **snapshots:** android is not defined ([#8691](https://github.com/NativeScript/NativeScript/issues/8691)) ([a8bbd7c](https://github.com/NativeScript/NativeScript/commit/a8bbd7c1e580e77e7ad5ddc7be6845e3d8fb02de))
9+
* **text-view:** only reload text if hint is showing on ios ([#8662](https://github.com/NativeScript/NativeScript/issues/8662)) ([ec17727](https://github.com/NativeScript/NativeScript/commit/ec17727e91f7a3209ada2c7de0bcf59c98c4e62a))
10+
11+
12+
### Features
13+
14+
* **connectivity:** getActiveNetworkInfo and NetworkInfo modern compliance [#8580](https://github.com/NativeScript/NativeScript/issues/8580) ([#8652](https://github.com/NativeScript/NativeScript/issues/8652)) ([635f31f](https://github.com/NativeScript/NativeScript/commit/635f31f81f7826112142c707aff2a66c2b480b0e))
15+
* **dialog:** ios destructive style from options ([#8676](https://github.com/NativeScript/NativeScript/issues/8676)) ([bb531ce](https://github.com/NativeScript/NativeScript/commit/bb531ce71028f9c4fd4d753df16c82104f158e35))
16+
* **ImageSource:** resize method ([#8678](https://github.com/NativeScript/NativeScript/issues/8678)) ([bd12baf](https://github.com/NativeScript/NativeScript/commit/bd12bafb4aae8f1c523be4c7e04fa73722092304))
17+
* **text-view:** allow easy subclassing on ios ([#8663](https://github.com/NativeScript/NativeScript/issues/8663)) ([7d36447](https://github.com/NativeScript/NativeScript/commit/7d364474c23e17acf7696f159d3945d8a73d63e6))
18+
19+
20+
121
## [6.5.8](https://github.com/NativeScript/NativeScript/compare/6.5.7...6.5.8) (2020-06-20)
222

323

nativescript-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@nativescript/core",
33
"main": "index",
44
"types": "index.d.ts",
5-
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.5.8",
5+
"description": "NativeScript Core Modules",
6+
"version": "6.5.9",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",
@@ -23,13 +23,13 @@
2323
"nativescript-hook": "0.2.5",
2424
"reduce-css-calc": "^2.1.6",
2525
"semver": "6.3.0",
26-
"tns-core-modules-widgets": "next",
26+
"tns-core-modules-widgets": "6.5.9",
2727
"tslib": "1.10.0"
2828
},
2929
"devDependencies": {
3030
"@types/chai": "~4.2.5",
3131
"@types/node": "~10.12.18",
32-
"tns-platform-declarations": "next"
32+
"tns-platform-declarations": "6.5.9"
3333
},
3434
"scripts": {
3535
"version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "NativeScript",
3-
"description": "Telerik NativeScript Core Modules",
3+
"description": "NativeScript Core Modules",
44
"homepage": "https://www.nativescript.org",
5-
"version": "6.5.8",
5+
"version": "6.5.9",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/NativeScript/NativeScript"

tns-core-modules-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "tns-core-modules",
33
"main": "index",
44
"types": "index.d.ts",
5-
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.5.8",
5+
"description": "NativeScript Core Modules",
6+
"version": "6.5.9",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-core-modules-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-core-modules-widgets",
3-
"version": "6.5.8",
3+
"version": "6.5.9",
44
"description": "Native widgets used in the NativeScript framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

tns-platform-declarations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-platform-declarations",
3-
"version": "6.5.8",
3+
"version": "6.5.9",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {
@@ -22,9 +22,9 @@
2222
"ns"
2323
],
2424
"author": {
25-
"name": "Telerik",
26-
"email": "support@telerik.com",
27-
"url": "http://www.telerik.com"
25+
"name": "NativeScript Team",
26+
"email": "oss@nativescript.org",
27+
"url": "https://nativescript.org"
2828
},
2929
"license": "Apache-2.0",
3030
"bugs": {

0 commit comments

Comments
 (0)