Skip to content

Releases: nativescript-community/ui-collectionview

v6.0.1

08 Nov 12:22
f367f6f

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

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

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

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

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

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

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)

v5.3.41

30 Sep 13:43

Choose a tag to compare

5.3.41 (2024-09-30)

Bug Fixes

  • vue3 childs not passed appContext (5011662)

v5.3.40

22 Aug 12:59

Choose a tag to compare

5.3.40 (2024-08-22)

Bug Fixes

  • vue3: itemTemplateSelector don't select correct template in recycling, closes #78 - in (410ef74)

v5.3.39

18 Jun 12:20

Choose a tag to compare

5.3.39 (2024-06-18)

Features

  • new findFirstVisibleItemIndex method (76db3c8)