Skip to content

Commit 8698849

Browse files
committed
v2.0.19
1 parent 14abc4d commit 8698849

File tree

4 files changed

+13
-112
lines changed

4 files changed

+13
-112
lines changed

CHANGELOG.md

Lines changed: 6 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,134 +3,83 @@
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-
## [2.0.18](https://github.com/nativescript-community/gesturehandler/compare/v2.0.17...v2.0.18) (2023-11-08)
7-
6+
## [2.0.19](https://github.com/nativescript-community/gesturehandler/compare/v2.0.18...v2.0.19) (2023-11-21)
87

98
### Bug Fixes
109

11-
* override send all state events for app to handle ([b707c58](https://github.com/nativescript-community/gesturehandler/commit/b707c58f8d5e8989ce1124a9256b350fda22bf85))
12-
10+
* final N 8.4 refactoring ([2a61b37](https://github.com/nativescript-community/gesturehandler/commit/2a61b37f23e16b3e1735e81dba6c89020eee819c))
11+
* **ios:** prevent error while overriding N gestures ([bb04710](https://github.com/nativescript-community/gesturehandler/commit/bb04710355c4762feafbf83b651fe5dc808433d5))
1312

13+
## [2.0.18](https://github.com/nativescript-community/gesturehandler/compare/v2.0.17...v2.0.18) (2023-11-08)
1414

15+
### Bug Fixes
1516

17+
* override send all state events for app to handle ([b707c58](https://github.com/nativescript-community/gesturehandler/commit/b707c58f8d5e8989ce1124a9256b350fda22bf85))
1618

1719
## [2.0.17](https://github.com/nativescript-community/gesturehandler/compare/v2.0.16...v2.0.17) (2023-10-18)
1820

1921
**Note:** Version bump only for package gesturehandler
2022

21-
22-
23-
24-
2523
## [2.0.16](https://github.com/nativescript-community/gesturehandler/compare/v2.0.15...v2.0.16) (2023-10-18)
2624

27-
2825
### Bug Fixes
2926

3027
* **android:** fix for events not working after view unload/load ([46ce86c](https://github.com/nativescript-community/gesturehandler/commit/46ce86c4acc5163b1a3e4d4e7977de14e87dc5ec))
3128

32-
33-
34-
35-
3629
## [2.0.15](https://github.com/nativescript-community/gesturehandler/compare/v2.0.14...v2.0.15) (2023-10-17)
3730

38-
3931
### Bug Fixes
4032

4133
* **android:** build fix ([953b861](https://github.com/nativescript-community/gesturehandler/commit/953b861041b6543ce87a08c8c851cf42786d9d14))
4234

43-
44-
45-
46-
4735
## [2.0.14](https://github.com/nativescript-community/gesturehandler/compare/v2.0.13...v2.0.14) (2023-10-17)
4836

49-
5037
### Bug Fixes
5138

5239
* **android:** gradle improvement ([8a6f823](https://github.com/nativescript-community/gesturehandler/commit/8a6f823f74a2757d44fc4ec543ced5ea01da99c0))
5340

54-
55-
56-
57-
5841
## [2.0.13](https://github.com/nativescript-community/gesturehandler/compare/v2.0.12...v2.0.13) (2023-10-12)
5942

60-
6143
### Bug Fixes
6244

6345
* **android:** recycle MotionEvent when necessary ([d61e704](https://github.com/nativescript-community/gesturehandler/commit/d61e704c60f43c1daca00a362ed6584517958595))
6446
* **android:** support new optimized GridLayout (not yet released) ([8c03991](https://github.com/nativescript-community/gesturehandler/commit/8c03991bbee26e160c8328aabcf7f0afd099c2f8))
6547
* ensure we release all callbacks (N gesture override) ([dcd430a](https://github.com/nativescript-community/gesturehandler/commit/dcd430a5bc1e061a879e159eceb75ce121b17d66))
6648

67-
68-
69-
70-
7149
## [2.0.12](https://github.com/nativescript-community/gesturehandler/compare/v2.0.11...v2.0.12) (2023-06-27)
7250

73-
7451
### Bug Fixes
7552

7653
* **android:** broken build ([0a42307](https://github.com/nativescript-community/gesturehandler/commit/0a423078a415d113222fa745b3666cd64d58b0ce))
7754

78-
79-
80-
81-
8255
## [2.0.11](https://github.com/nativescript-community/gesturehandler/compare/v2.0.10...v2.0.11) (2023-06-27)
8356

84-
8557
### Bug Fixes
8658

8759
* **android:** fix for latest N and getting application context ([d1fa49f](https://github.com/nativescript-community/gesturehandler/commit/d1fa49f7fbd23d312f3ae2e55d9b145ac7cf9ca2))
8860

89-
90-
91-
92-
9361
## [2.0.10](https://github.com/nativescript-community/gesturehandler/compare/v2.0.9...v2.0.10) (2023-04-28)
9462

95-
9663
### Bug Fixes
9764

9865
* **android:** prevent gesture activation when outside the visible rect of a view ([5426539](https://github.com/nativescript-community/gesturehandler/commit/54265393d4f626ebac34c0eacbcbe56ed71a3bdb))
9966

100-
101-
102-
103-
10467
## [2.0.9](https://github.com/nativescript-community/gesturehandler/compare/v2.0.8...v2.0.9) (2023-03-08)
10568

106-
10769
### Bug Fixes
10870

10971
* GestureRootView layout fix ([611b4e2](https://github.com/nativescript-community/gesturehandler/commit/611b4e210d9b40044026fd7981d2ca4d2a72e1a3))
11072

111-
112-
113-
114-
11573
## [2.0.8](https://github.com/nativescript-community/gesturehandler/compare/v2.0.7...v2.0.8) (2022-12-16)
11674

117-
11875
### Bug Fixes
11976

12077
* N 8.4 final fix ([19b554d](https://github.com/nativescript-community/gesturehandler/commit/19b554d004967b23068eb558e5dd042813b23bca))
12178

122-
123-
124-
125-
12679
## [2.0.7](https://github.com/nativescript-community/gesturehandler/compare/v2.0.6...v2.0.7) (2022-12-01)
12780

12881
**Note:** Version bump only for package nativescript-gesturehandler
12982

130-
131-
132-
133-
13483
## [2.0.6](https://github.com/nativescript-community/gesturehandler/compare/v2.0.5...v2.0.6) (2022-11-04)
13584

13685
### 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": "2.0.18",
2+
"version": "2.0.19",
33
"packages": [
44
"packages/*"
55
],

packages/gesturehandler/CHANGELOG.md

Lines changed: 5 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,120 +3,72 @@
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-
## [2.0.18](https://github.com/nativescript-community/gesturehandler/compare/v2.0.17...v2.0.18) (2023-11-08)
7-
8-
**Note:** Version bump only for package @nativescript-community/gesturehandler
6+
## [2.0.19](https://github.com/nativescript-community/gesturehandler/compare/v2.0.18...v2.0.19) (2023-11-21)
97

8+
### Bug Fixes
109

10+
* **ios:** prevent error while overriding N gestures ([bb04710](https://github.com/nativescript-community/gesturehandler/commit/bb04710355c4762feafbf83b651fe5dc808433d5))
1111

12+
## [2.0.18](https://github.com/nativescript-community/gesturehandler/compare/v2.0.17...v2.0.18) (2023-11-08)
1213

14+
**Note:** Version bump only for package @nativescript-community/gesturehandler
1315

1416
## [2.0.17](https://github.com/nativescript-community/gesturehandler/compare/v2.0.16...v2.0.17) (2023-10-18)
1517

1618
**Note:** Version bump only for package @nativescript-community/gesturehandler
1719

18-
19-
20-
21-
2220
## [2.0.16](https://github.com/nativescript-community/gesturehandler/compare/v2.0.15...v2.0.16) (2023-10-18)
2321

2422
**Note:** Version bump only for package @nativescript-community/gesturehandler
2523

26-
27-
28-
29-
3024
## [2.0.15](https://github.com/nativescript-community/gesturehandler/compare/v2.0.14...v2.0.15) (2023-10-17)
3125

32-
3326
### Bug Fixes
3427

3528
* **android:** build fix ([953b861](https://github.com/nativescript-community/gesturehandler/commit/953b861041b6543ce87a08c8c851cf42786d9d14))
3629

37-
38-
39-
40-
4130
## [2.0.14](https://github.com/nativescript-community/gesturehandler/compare/v2.0.13...v2.0.14) (2023-10-17)
4231

43-
4432
### Bug Fixes
4533

4634
* **android:** gradle improvement ([8a6f823](https://github.com/nativescript-community/gesturehandler/commit/8a6f823f74a2757d44fc4ec543ced5ea01da99c0))
4735

48-
49-
50-
51-
5236
## [2.0.13](https://github.com/nativescript-community/gesturehandler/compare/v2.0.12...v2.0.13) (2023-10-12)
5337

54-
5538
### Bug Fixes
5639

5740
* **android:** recycle MotionEvent when necessary ([d61e704](https://github.com/nativescript-community/gesturehandler/commit/d61e704c60f43c1daca00a362ed6584517958595))
5841

59-
60-
61-
62-
6342
## [2.0.12](https://github.com/nativescript-community/gesturehandler/compare/v2.0.11...v2.0.12) (2023-06-27)
6443

65-
6644
### Bug Fixes
6745

6846
* **android:** broken build ([0a42307](https://github.com/nativescript-community/gesturehandler/commit/0a423078a415d113222fa745b3666cd64d58b0ce))
6947

70-
71-
72-
73-
7448
## [2.0.11](https://github.com/nativescript-community/gesturehandler/compare/v2.0.10...v2.0.11) (2023-06-27)
7549

7650
**Note:** Version bump only for package @nativescript-community/gesturehandler
7751

78-
79-
80-
81-
8252
## [2.0.10](https://github.com/nativescript-community/gesturehandler/compare/v2.0.9...v2.0.10) (2023-04-28)
8353

84-
8554
### Bug Fixes
8655

8756
* **android:** prevent gesture activation when outside the visible rect of a view ([5426539](https://github.com/nativescript-community/gesturehandler/commit/54265393d4f626ebac34c0eacbcbe56ed71a3bdb))
8857

89-
90-
91-
92-
9358
## [2.0.9](https://github.com/nativescript-community/gesturehandler/compare/v2.0.8...v2.0.9) (2023-03-08)
9459

95-
9660
### Bug Fixes
9761

9862
* GestureRootView layout fix ([611b4e2](https://github.com/nativescript-community/gesturehandler/commit/611b4e210d9b40044026fd7981d2ca4d2a72e1a3))
9963

100-
101-
102-
103-
10464
## [2.0.8](https://github.com/nativescript-community/gesturehandler/compare/v2.0.7...v2.0.8) (2022-12-16)
10565

10666
**Note:** Version bump only for package @nativescript-community/gesturehandler
10767

108-
109-
110-
111-
11268
## [2.0.7](https://github.com/nativescript-community/gesturehandler/compare/v2.0.6...v2.0.7) (2022-12-01)
11369

11470
**Note:** Version bump only for package @nativescript-community/gesturehandler
11571

116-
117-
118-
119-
12072
## [2.0.6](https://github.com/nativescript-community/gesturehandler/compare/v2.0.5...v2.0.6) (2022-11-04)
12173

12274
**Note:** Version bump only for package @nativescript-community/gesturehandler

packages/gesturehandler/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/gesturehandler",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
55
"main": "gesturehandler",
66
"sideEffects": false,

0 commit comments

Comments
 (0)