Skip to content

Releases: Shopify/flash-list

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

1.2.0

18 Jul 16:24
Compare
Choose a tag to compare

Improvements/New Features

  • Added JS only fallbacks for unsupported platforms (windows/macOS)
  • Added footer correction in AutoLayoutView
  • Added viewPosition and viewOffset support to scrollTo methods
  • Upgrade recyclerlistview to v4.1.1

Bug Fixes

  • Fix inverted mode while being horizontal
  • Fixed out of bound read from data

1.1.0

07 Jul 00:23
Compare
Choose a tag to compare

Improvements / New features:

  • Added render target info to renderItem callback
  • Add Apple TV support
  • Clarify installation instructions in Expo projects
  • Upgrade recyclerlistview to v4.0.1

Bug fixes:

  • Add tslib as a dependency

1.0.4

02 Jul 02:00
Compare
Choose a tag to compare

Bug fix

  • Build fix for Android projects having kotlinVersion defined in build.gradle.