Skip to content

Releases: nativescript-community/ui-collectionview

v6.0.4

19 Dec 15:31
Compare
Choose a tag to compare

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

13 Dec 15:00
a8cbfa7
Compare
Choose a tag to compare

6.0.3 (2024-12-13)

Note: Version bump only for package ui-collectionview

v6.0.2

25 Nov 10:31
Compare
Choose a tag to compare

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

08 Nov 12:22
f367f6f
Compare
Choose a tag to compare

6.0.1 (2024-11-08)

Bug Fixes

  • ios: itemOverlap zIndex fix (289f1b9)
  • laignedflowlayout: ios support for itemOverlap (a6ddfa8)

v6.0.0

07 Nov 10:17
Compare
Choose a tag to compare

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

25 Oct 21:16
Compare
Choose a tag to compare

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

21 Oct 13:35
6f7d0ea
Compare
Choose a tag to compare

5.3.45 (2024-10-21)

Bug Fixes

  • collectionview: ios fix for canvas not redrawing (12b0b55)

v5.3.44

21 Oct 13:17
1a56f35
Compare
Choose a tag to compare

5.3.44 (2024-10-21)

Features

  • ios: newestimatedItemSize 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

07 Oct 15:08
bc530ed
Compare
Choose a tag to compare

5.3.43 (2024-10-07)

Bug Fixes

  • ios: prevent error on observableArray item update (0f75191)

v5.3.42

04 Oct 12:21
e6e880c
Compare
Choose a tag to compare

5.3.42 (2024-10-04)

Bug Fixes

  • ios: prevent error while modifying ObservableArray while collectionview is in a non presented controller (521d105)