Skip to content

Commit 6d1ea21

Browse files
committed
chore(release): publish new version 1.5.0
1 parent b77f42a commit 6d1ea21

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.5.0](https://github.com/nativescript-community/ui-webview/compare/v1.4.11...v1.5.0) (2024-08-29)
7+
8+
### Features
9+
10+
* added support for more js events like new permissions, 'fileChooser', `favIcon`, `touchIcon` ([9b75f36](https://github.com/nativescript-community/ui-webview/commit/9b75f361f157904c380f222268717672d4b0a632))
11+
* **webview:** implement nested scroll on Android ([07a51cd](https://github.com/nativescript-community/ui-webview/commit/07a51cdbf434d8bd0d776e3ba87ff9fc466c1521))
12+
613
## [1.4.11](https://github.com/nativescript-community/ui-webview/compare/v1.4.10...v1.4.11) (2024-02-15)
714

815
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.11",
2+
"version": "1.5.0",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/webview-rtc/CHANGELOG.md

+4
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.5.0](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.11...v1.5.0) (2024-08-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
610
## [1.4.11](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.10...v1.4.11) (2024-02-15)
711

812
### Bug Fixes

packages/webview-rtc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-webview-rtc",
3-
"version": "1.4.11",
3+
"version": "1.5.0",
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.11"
39+
"@nativescript-community/ui-webview": "^1.5.0"
4040
}
4141
}

packages/webview/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.0](https://github.com/nativescript-community/ui-webview/compare/v1.4.11...v1.5.0) (2024-08-29)
7+
8+
### Features
9+
10+
* **webview:** implement nested scroll on Android ([07a51cd](https://github.com/nativescript-community/ui-webview/commit/07a51cdbf434d8bd0d776e3ba87ff9fc466c1521))
11+
612
## [1.4.11](https://github.com/nativescript-community/ui-webview/compare/v1.4.10...v1.4.11) (2024-02-15)
713

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

packages/webview/package.json

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

0 commit comments

Comments
 (0)