Skip to content

Releases: nativescript-community/ui-collectionview

v5.3.8

27 Nov 21:43

Choose a tag to compare

5.3.8 (2023-11-27)

Bug Fixes

  • ios: prevent edge case error in onLayout (native view disposed) (c927520)

v5.3.7

24 Nov 21:00
19ca7e1

Choose a tag to compare

5.3.7 (2023-11-24)

Features

v5.3.6

22 Nov 20:36
07c36b3

Choose a tag to compare

5.3.6 (2023-11-22)

Bug Fixes

  • ios: correctly measure and layout cell when changed (using autoReloadItemOnLayout) (0d71f8f)

v5.3.5

20 Nov 15:33

Choose a tag to compare

5.3.5 (2023-11-20)

Bug Fixes

  • android: reduce the number of refresh calls a collectionview goes through on start (c5f55ff)
  • android: try to prevent unecessary requestLayout (3457cc1)

v5.3.4

05 Nov 13:27

Choose a tag to compare

5.3.4 (2023-11-05)

Bug Fixes

  • ios: revert breaking change with reordering (9174def)

v5.3.3

02 Nov 21:58
9083d71

Choose a tag to compare

5.3.3 (2023-11-02)

Bug Fixes

  • ios: allow overlap (e1b3fb1)
  • ios: correctly measure when no rowHeight in horizontal or no colWidth in vertical (20c86db)

v5.3.2

20 Oct 15:31

Choose a tag to compare

5.3.2 (2023-10-20)

Bug Fixes

  • android: disable update animation (ed97594)
  • android: ignore recycled holders in eachChild calls (996bee4)

v5.3.1

18 Oct 13:45

Choose a tag to compare

5.3.1 (2023-10-18)

Note: Version bump only for package ui-collectionview

v5.3.0

18 Oct 12:01

Choose a tag to compare

5.3.0 (2023-10-18)

Bug Fixes

  • a bunch of fixes to make collectionview faster (cc550d7)
  • android: regression fixes (fda4f74)
  • android: removed animation lib for now (b0343f8)
  • vue3 component improvement. Should be much faster (7bc0498)

Features

  • android: layoutCompleted event (3a239a3)

v5.2.0

12 Sep 10:40

Choose a tag to compare

5.2.0 (2023-09-12)

Bug Fixes

  • Android: animated scrollToIndex (a1c8624)

Features

  • add ScrollToIndex demo in Vue3 (28fcb5f)
  • android: smooth scrolling to position now allows to choose snap to top or bottom (b742d08)