Skip to content

Commit 546044f

Browse files
committed
v1.4.10
1 parent 3ce0858 commit 546044f

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13)
7+
8+
### Bug Fixes
9+
10+
* **android:** remove `appCachePath` as it was removed from android ([d696d4c](https://github.com/nativescript-community/ui-webview/commit/d696d4c393bcfd97a7eeb6d6daaea19471d68761))
11+
* **webview:** Fix emitting events without payload on iOS ([6cac60f](https://github.com/nativescript-community/ui-webview/commit/6cac60f8b3f43ceebb8f5089f469986f1abce9f8))
12+
* **webview:** Remove normalizeUrl method ([300f3bb](https://github.com/nativescript-community/ui-webview/commit/300f3bb70e616a376a65d0447dfd6cf281257d3d))
13+
14+
### Features
15+
16+
* **webview:** Add debugMode property to iOS, closes [#8](https://github.com/nativescript-community/ui-webview/issues/8) ([23816ee](https://github.com/nativescript-community/ui-webview/commit/23816ee5463c8242f7b31201e3b885a0401f2130))
17+
618
## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.9",
2+
"version": "1.4.10",
33
"packages": [
44
"packages/*"
55
],

packages/webview-rtc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.9...v1.4.10) (2023-12-13)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
610
## [1.4.9](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.8...v1.4.9) (2023-08-03)
711

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

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.9",
3+
"version": "1.4.10",
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.9"
39+
"@nativescript-community/ui-webview": "^1.4.10"
4040
}
4141
}

packages/webview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview
9+
610
## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03)
711

812
**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.9",
3+
"version": "1.4.10",
44
"description": "Image caching plugin for NativeScript",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)