Releases: nativescript-community/ui-collectionview
Releases · nativescript-community/ui-collectionview
v6.0.4
6.0.4 (2024-12-19)
Bug Fixes
- collectionview: ios fix for cells not resizing after system font change (d8a2699)
- collectionview: ios fix in some extreme cases (40328ae)
v6.0.3
6.0.3 (2024-12-13)
Note: Version bump only for package ui-collectionview
v6.0.2
6.0.2 (2024-11-25)
Features
- collectionview: ios
autoSize
property to say the collectionview should auto size itself. Use only when really needed (b5a92ed)
v6.0.1
6.0.1 (2024-11-08)
Bug Fixes
- ios: itemOverlap zIndex fix (289f1b9)
- laignedflowlayout: ios support for itemOverlap (a6ddfa8)
v6.0.0
6.0.0 (2024-11-07)
⚠ BREAKING CHANGES
itemOverlap
is now a function returning [top,right,bottom,left]. So you need to change your code. This allows per item overlap.
Bug Fixes
itemOverlap
is now a function returning [top,right,bottom,left] (2a17115)
v5.3.46
5.3.46 (2024-10-25)
Features
- add findLastVisibleItemIndex to android and ios and fix sort NSIndexPath in findFirstVisibleItemIndex for ios (ce71bfa)
Bug Fixes
v5.3.45
5.3.45 (2024-10-21)
Bug Fixes
- collectionview: ios fix for canvas not redrawing (12b0b55)
v5.3.44
5.3.44 (2024-10-21)
Features
- ios: new
estimatedItemSize
property to disable estimatedItemSize
on the UICollectionView. This can fix wrong layout of items when NOT using rowHeight
and using spanSize
(35e5839)
Bug Fixes
- ios:
findFirstVisibleItemIndex
fix (16ecba1)
v5.3.43
5.3.43 (2024-10-07)
Bug Fixes
- ios: prevent error on observableArray item update (0f75191)
v5.3.42
5.3.42 (2024-10-04)
Bug Fixes
- ios: prevent error while modifying ObservableArray while collectionview is in a non presented controller (521d105)