Skip to content

Releases: marcocesarato/react-native-big-list

Release 1.3.12

20 Jun 15:19
Compare
Choose a tag to compare

Features

  • Show header and footer on empty
  • Add some props to permit to hide marginal header and footer on empty

Bug Fixes

  • onViewableItemsChanged now called even if no items changed but additionals items are viewed

Release 1.3.10

20 Jun 10:02
Compare
Choose a tag to compare

Bug Fixes

  • Fix some issues related to typing

Release 1.3.9

19 Jun 21:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix static header with sections

Release 1.3.8

16 Jun 22:44
Compare
Choose a tag to compare

Features

  • Add placeholder (experimental feature) #7
  • Add onViewableItemsChanged support (experimental feature) #8
  • Add columnWrapperStyle
  • Change header and footer to static render (not re-render on scroll)

Bug Fixes

  • Issue on performances using sections

Release 1.3.1

11 Jun 19:25
Compare
Choose a tag to compare

Bug Fixes

  • Add numColumns typing

Release 1.3.0

11 Jun 18:02
Compare
Choose a tag to compare

Feature

  • Add batchSizeThreshold prop
  • Add numColumns prop #5

Release 1.2.5

10 Jun 19:57
Compare
Choose a tag to compare

Features

  • Add onRefresh prop
  • Add refreshing prop

Release 1.2.4

11 Jun 18:06
Compare
Choose a tag to compare

Features

  • Add onEndReached prop trigger
  • Add onEndReachedThreshold prop

Release 1.2.0

09 Jun 21:37
Compare
Choose a tag to compare

Features

  • Add stickySectionHeadersEnabled prop

Bug Fixes

  • Sticky headers sections on web

BREAKING CHANGES

  • renderSection renamed to renderSectionHeader
  • sectionHeight renamed to renderSectionHeaderHeight

Release v1.1.10

08 Jun 09:09
Compare
Choose a tag to compare

Bug Fixes

  • Improve typescript compatibility #2 (Thanks to @aminerol)