Skip to content

Releases: nativescript-community/ui-collectionview

v4.0.21

26 Jan 19:02
Compare
Choose a tag to compare

4.0.21 (2021-01-26)

Bug Fixes

  • prevent crash on CLog when passing native views (4bd28b4)

Features

v4.0.20

24 Jan 12:41
Compare
Choose a tag to compare

4.0.20 (2021-01-24)

Bug Fixes

  • android: fix crash on dispose (2cd9afb)

v4.0.19

23 Jan 14:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)