Skip to content

Commit 9321876

Browse files
committed
v1.4.1
1 parent 88f9e38 commit 9321876

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [1.4.0](https://github.com/nativescript-community/ui-webview/compare/v1.3.5...v1.4.0) (2022-08-18)
6+
## [1.4.1](https://github.com/nativescript-community/ui-webview/compare/v1.4.0...v1.4.1) (2022-09-02)
77

8+
### Bug Fixes
89

9-
### Features
10+
* **android:** cacheMode improvements ([01aeb59](https://github.com/nativescript-community/ui-webview/commit/01aeb595192f5d3e429c5b4e1e098739628c93ae))
1011

11-
* **webview:** iOS support for `limitsNavigationsToAppBoundDomains` ([ab1435b](https://github.com/nativescript-community/ui-webview/commit/ab1435b4b1f2e76836df8534f5cf5ef01240bdcf))
12+
### Features
1213

14+
* **webview:** `useWideViewPort` for android ([88f9e38](https://github.com/nativescript-community/ui-webview/commit/88f9e389e7f01e24198e045694edef12bed5799e))
1315

16+
# [1.4.0](https://github.com/nativescript-community/ui-webview/compare/v1.3.5...v1.4.0) (2022-08-18)
1417

18+
### Features
1519

20+
* **webview:** iOS support for `limitsNavigationsToAppBoundDomains` ([ab1435b](https://github.com/nativescript-community/ui-webview/commit/ab1435b4b1f2e76836df8534f5cf5ef01240bdcf))
1621

1722
## [1.3.5](https://github.com/nativescript-community/ui-webview/compare/v1.3.4...v1.3.5) (2022-05-25)
1823

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "1.4.0"
20+
"version": "1.4.1"
2121
}

packages/webview-rtc/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [1.4.0](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.5...v1.4.0) (2022-08-18)
6+
## [1.4.1](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.0...v1.4.1) (2022-09-02)
77

88
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
99

10+
# [1.4.0](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.5...v1.4.0) (2022-08-18)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
1313

1414
## [1.3.5](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.4...v1.3.5) (2022-05-25)
1515

packages/webview-rtc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview-rtc",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "./index",
55
"sideEffects": false,
66
"typings": "./index.d.ts",
@@ -36,6 +36,6 @@
3636
},
3737
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
3838
"dependencies": {
39-
"@nativescript-community/ui-webview": "^1.4.0"
39+
"@nativescript-community/ui-webview": "^1.4.1"
4040
}
4141
}

packages/webview/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [1.4.0](https://github.com/nativescript-community/ui-webview/compare/v1.3.5...v1.4.0) (2022-08-18)
6+
## [1.4.1](https://github.com/nativescript-community/ui-webview/compare/v1.4.0...v1.4.1) (2022-09-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview
79

10+
# [1.4.0](https://github.com/nativescript-community/ui-webview/compare/v1.3.5...v1.4.0) (2022-08-18)
811

912
### Features
1013

1114
* **webview:** iOS support for `limitsNavigationsToAppBoundDomains` ([ab1435b](https://github.com/nativescript-community/ui-webview/commit/ab1435b4b1f2e76836df8534f5cf5ef01240bdcf))
1215

13-
14-
15-
16-
1716
## [1.3.5](https://github.com/nativescript-community/ui-webview/compare/v1.3.4...v1.3.5) (2022-05-25)
1817

1918
**Note:** Version bump only for package @nativescript-community/ui-webview

packages/webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Image caching plugin for NativeScript",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)