Skip to content

Releases: nativescript-community/ui-collectionview

v4.0.19

23 Jan 14:58

Choose a tag to compare

4.0.19 (2021-01-23)

Bug Fixes

  • android: prevent blink on reorder done (9007953)
  • ios: prevent blink after reorder done (76dbc95)
  • ios: startDragging pointer argument to fix drag translate (a08789e)

v4.0.18

21 Jan 20:30

Choose a tag to compare

4.0.18 (2021-01-21)

Features

  • reorderLongPressEnabled property (disabled by default) (c0c4e32)

v4.0.17

21 Jan 20:06

Choose a tag to compare

4.0.17 (2021-01-21)

Features

  • reorder feature is here (using reorderEnabled property) (600ae49)

v4.0.16

20 Dec 15:56

Choose a tag to compare

4.0.16 (2020-12-20)

Bug Fixes

  • support N Akylas fork layout improvements (345f64b)
  • ios: prevent unecessary refresh (cd72d3f)
  • always use NSCellView now (8b986cc)
  • ios dont trust getMeasuredWidth or getMeasuredHeight (9cc830e)

v4.0.15

04 Dec 14:34

Choose a tag to compare

4.0.15 (2020-12-04)

Bug Fixes

  • add back missing cssType. Would fail in production builds (ad92a72)

v4.0.14

02 Dec 11:08

Choose a tag to compare

4.0.14 (2020-12-02)

Bug Fixes

  • ios is multithread. Ensure operations are run on the main thread (f4e0b7d)
  • ios rollback breaking change (a301f0f)

v4.0.13

27 Nov 20:53

Choose a tag to compare

4.0.13 (2020-11-27)

Bug Fixes

  • for collectionview with iosOverflowSafeArea (ad504d7)

v4.0.12

27 Nov 15:52

Choose a tag to compare

4.0.12 (2020-11-27)

Bug Fixes

  • ios go back to old implementation. fix comming in Vue (f657afa)
  • vue remove uneeded refresh (43aff7f)

Features

  • new contentInsetAdjustmentBehavior for iOS (a8a2fe4)

v4.0.11

19 Nov 19:13

Choose a tag to compare

4.0.11 (2020-11-19)

Note: Version bump only for package @nativescript-community/ui-collectionview

v4.0.10

17 Nov 10:52

Choose a tag to compare

4.0.10 (2020-11-17)

Bug Fixes

  • ios fix for cell update (disabling animations) (52ffe5c)