Skip to content

Releases: Shopify/flash-list

v1.6.0

13 Sep 17:10
Compare
Choose a tag to compare

What's Changed

  • Update types to match [email protected] view types (this may impact you if you're on old RN versions).
  • Add option to clear cached layouts on update

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

13 Jul 14:47
Compare
Choose a tag to compare

What's Changed

  • Update kotlin version to 1.8.10 for RN 0.72 compatibility
  • Add mock for animated flashlist
  • Fix inverted horizontal list performance laggy

New Contributors

Full Changelog: v1.4.3...v1.5.0

v1.4.3

24 Apr 16:37
Compare
Choose a tag to compare

What's Changed

  • Fix definition conflicts with previous value
  • Fix some build issues due to Android unit tests
  • Fix performance issues with inverted lists on Android

Full Changelog: v1.4.2...v1.4.3

v1.4.2

20 Mar 14:17
Compare
Choose a tag to compare

What's Changed

  • Apply layout correction only to consecutive cells, fixes overlaps with getItemType usage

Full Changelog: v1.4.1...v1.4.2

v1.4.1

24 Jan 12:02
Compare
Choose a tag to compare

What's Changed

  • Prevent overflow of sticky headers
  • Skip footer correction when layout correction is skipped

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

07 Nov 18:48
Compare
Choose a tag to compare

What's Changed

  • Add content padding support to FlashList, now you can provide horizontal padding in a vertical list and vice versa.
  • Upgrade recyclerlistview to v4.2.0 (resolves many warnings)

Full Changelog: v1.3.1...v1.4.0

v1.3.1

11 Oct 17:53
Compare
Choose a tag to compare

What's Changed

  • Expose columnIndex and columnSpan to MasonryFlashList.renderItem by @jamesism in #625

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Sep 14:59
Compare
Choose a tag to compare

New Features

  • Added MasonryFlashList which adds support for rendering masonry layouts

Bug Fixes

  • Viewability callbacks on web aren't precise on first load #455
  • Header component is unmounted and remounted when data changes #575

Known Issues

  • Warning about externalScrollView prop when using masonry (can be safely ignored till we fix it)

Full Changelog: v1.2.2...v1.3.0

1.2.2

06 Sep 10:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixes type checking error in AutoLayoutView due to children not being an explicit type

1.2.1

03 Aug 16:04
Compare
Choose a tag to compare

Bug Fixes

  • Fixed crash when estimatedListSize is used in an empty list