Skip to content

Commit 75a2970

Browse files
author
farfromrefug
committed
Merge remote-tracking branch 'origin/master'
2 parents fb62ab5 + 22c45f3 commit 75a2970

File tree

71 files changed

+2092
-8122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2092
-8122
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript
22
hooks/
33
node_modules/
4-
/platforms/
4+
platforms
55

66
# NativeScript Template
77
*.js.map
@@ -43,8 +43,10 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
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+
## [5.3.20](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.19...v5.3.20) (2024-02-13)
7+
8+
### Bug Fixes
9+
10+
* **swipemenu:** prevent errors in `closeCurrentMenu` ([2615de2](https://github.com/@nativescript-community/ui-collectionview/commit/2615de29a96c5d803a10e7f0655a4e7de62c36ca))
11+
12+
## [5.3.19](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.18...v5.3.19) (2024-02-13)
13+
14+
### Bug Fixes
15+
16+
* **ios:** prevent crash on ObservableArray change while the CollectionView is not “visible” ([188d8e1](https://github.com/@nativescript-community/ui-collectionview/commit/188d8e1d31fdeaf85a1db97e01c58307e1d0de90))
17+
18+
## [5.3.18](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.17...v5.3.18) (2024-02-06)
19+
20+
**Note:** Version bump only for package ui-collectionview
21+
22+
## [5.3.17](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.16...v5.3.17) (2024-02-06)
23+
24+
**Note:** Version bump only for package ui-collectionview
25+
26+
## [5.3.16](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.15...v5.3.16) (2024-02-06)
27+
28+
### Bug Fixes
29+
30+
* **ios:** ensure we refresh visible items ([8b39db9](https://github.com/@nativescript-community/ui-collectionview/commit/8b39db9ed9e91752302a36068ccdcf9471189bb5))
31+
32+
## [5.3.15](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.14...v5.3.15) (2024-01-17)
33+
34+
### Bug Fixes
35+
36+
* **swipemenu:** ios broken after latest gesturehandler release ([cb11edc](https://github.com/@nativescript-community/ui-collectionview/commit/cb11edced38e897b784876d8ba16c31c171979bd))
37+
38+
## [5.3.14](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.13...v5.3.14) (2024-01-16)
39+
40+
### Bug Fixes
41+
42+
* **collectionview:** ios regression after last version ([481ea3c](https://github.com/@nativescript-community/ui-collectionview/commit/481ea3cbdcf49ae34d8ee8bc83bc63270d0ea93d))
43+
44+
## [5.3.13](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.12...v5.3.13) (2024-01-15)
45+
46+
### Bug Fixes
47+
48+
* **ui-collectionview:** iOS fix when changing rowHeight/colWidth dynamically ([d643e6a](https://github.com/@nativescript-community/ui-collectionview/commit/d643e6a16cc33b5c7077102bba5ec456ddaa397e))
49+
650
## [5.3.12](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.11...v5.3.12) (2024-01-14)
751

852
### Bug Fixes

demo-ng

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)