Skip to content

Commit 48b8b60

Browse files
committed
v1.3.5
1 parent a3d54ba commit 48b8b60

File tree

6 files changed

+14
-177
lines changed

6 files changed

+14
-177
lines changed

CHANGELOG.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,94 +3,61 @@
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.3.4](https://github.com/nativescript-community/ui-webview/compare/v1.3.3...v1.3.4) (2021-12-26)
6+
## [1.3.5](https://github.com/nativescript-community/ui-webview/compare/v1.3.4...v1.3.5) (2022-05-25)
77

8+
**Note:** Version bump only for package @nativescript-community/ui-webview
9+
10+
## [1.3.4](https://github.com/nativescript-community/ui-webview/compare/v1.3.3...v1.3.4) (2021-12-26)
811

912
### Bug Fixes
1013

1114
* dont load polyfill. Let the user handle that ([bda760d](https://github.com/nativescript-community/ui-webview/commit/bda760d54e341d856653c1cb22865bb07964842a))
1215

13-
14-
15-
16-
1716
## [1.3.3](https://github.com/nativescript-community/ui-webview/compare/v1.3.2...v1.3.3) (2021-12-24)
1817

19-
2018
### Bug Fixes
2119

2220
* bridge loader fix ([9ad6485](https://github.com/nativescript-community/ui-webview/commit/9ad64852fdade3f1702dfccc342592b6532f5996))
2321

24-
2522
### Features
2623

2724
* allow to disable bridge and polyfills ([ab6dd67](https://github.com/nativescript-community/ui-webview/commit/ab6dd67511c533c7d8a44d0a7043eac889de1733))
2825
* **android:** appCachePath property ([5577446](https://github.com/nativescript-community/ui-webview/commit/55774460332ee4e58f72acf0baa8b65eaa76b861))
2926

30-
31-
32-
33-
3427
## [1.3.2](https://github.com/nativescript-community/ui-webview/compare/v1.3.1...v1.3.2) (2021-11-05)
3528

36-
3729
### Features
3830

3931
* **android:** allow custom native WebViewClient ([5caf8aa](https://github.com/nativescript-community/ui-webview/commit/5caf8aa31ecea813aff34e17c9584811980a9e1a))
4032

41-
42-
43-
44-
4533
## [1.3.1](https://github.com/nativescript-community/ui-webview/compare/v1.3.0...v1.3.1) (2021-11-01)
4634

47-
4835
### Bug Fixes
4936

5037
* **android:** correctly clean nativeView on dispose ([dee5ae3](https://github.com/nativescript-community/ui-webview/commit/dee5ae397f34f069b76f9c428cb977601561e16f))
5138

52-
53-
54-
55-
5639
# [1.3.0](https://github.com/nativescript-community/ui-webview/compare/v1.2.7...v1.3.0) (2021-10-15)
5740

58-
5941
### Bug Fixes
6042

6143
* **ios:** removed logs ([05ae314](https://github.com/nativescript-community/ui-webview/commit/05ae314b852e2e23dbe92d522d830e72b0c79ded))
6244

63-
6445
### Features
6546

6647
* native-api-usage support ([62d92a1](https://github.com/nativescript-community/ui-webview/commit/62d92a1c27499df46227ddc7d3a5a48967a8c4ec))
6748

68-
69-
70-
71-
7249
## [1.2.7](https://github.com/nativescript-community/ui-webview/compare/v1.2.6...v1.2.7) (2021-09-18)
7350

74-
7551
### Bug Fixes
7652

7753
* had to rollback but now you can ignore ‘url’ if disabling normalizeUrls ([f8a733e](https://github.com/nativescript-community/ui-webview/commit/f8a733e7a8ed34ffb235a02902efa425f859b0b7))
7854

79-
80-
81-
82-
8355
## [1.2.6](https://github.com/nativescript-community/ui-webview/compare/v1.2.5...v1.2.6) (2021-09-18)
8456

85-
8657
### Bug Fixes
8758

8859
* “smaller” normalize url + normalizeUrls && normalizeUrlsOptions options ([082c032](https://github.com/nativescript-community/ui-webview/commit/082c032d015d99c670af20c1107fc3b30bdb2bbe))
8960

90-
91-
92-
93-
9461
## [1.2.5](https://github.com/nativescript-community/ui-webview/compare/v1.2.4...v1.2.5) (2021-08-05)
9562

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

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.3.4"
20+
"version": "1.3.5"
2121
}

packages/webview-rtc/CHANGELOG.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,40 @@
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.3.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.3...v1.3.4) (2021-12-26)
6+
## [1.3.5](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.4...v1.3.5) (2022-05-25)
77

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

10+
## [1.3.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.3...v1.3.4) (2021-12-26)
1011

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

1414
## [1.3.3](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.2...v1.3.3) (2021-12-24)
1515

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

18-
19-
20-
21-
2218
## [1.3.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.1...v1.3.2) (2021-11-05)
2319

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

26-
27-
28-
29-
3022
## [1.3.1](https://github.com/nativescript-community/ui-collectionview/compare/v1.3.0...v1.3.1) (2021-11-01)
3123

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

34-
35-
36-
37-
3826
# [1.3.0](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.7...v1.3.0) (2021-10-15)
3927

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

42-
43-
44-
45-
4630
## [1.2.7](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.6...v1.2.7) (2021-09-18)
4731

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

50-
51-
52-
53-
5434
## [1.2.6](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.5...v1.2.6) (2021-09-18)
5535

56-
5736
### Bug Fixes
5837

5938
* “smaller” normalize url + normalizeUrls && normalizeUrlsOptions options ([082c032](https://github.com/nativescript-community/ui-collectionview/commit/082c032d015d99c670af20c1107fc3b30bdb2bbe))
6039

61-
62-
63-
64-
6540
## [1.2.5](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.4...v1.2.5) (2021-08-05)
6641

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

0 commit comments

Comments
 (0)