Skip to content

Releases: Shopify/flash-list

1.0.2

30 Jun 14:12
Compare
Choose a tag to compare

Minor changes

1.0.1

30 Jun 14:12
Compare
Choose a tag to compare

Improvements / New Features

  • data prop change will force update items only if renderItem is also updated

v1.0.0

17 Jun 10:04
Compare
Choose a tag to compare

Improvements / New Features

  • Added web support
  • Added disableAutoLayout prop to prevent conflicts with custom CellRendererComponent
  • Upgrade recyclerlistview to v3.3.0-beta.2

v0.6.1

26 May 17:12
Compare
Choose a tag to compare

Bug Fixes

  • Fix amending layout on iOS

Improvements / New Features

  • Define FlashList props previously inherited from VirtualizedList and FlatList explicitly
  • Make estimatedItemSize optional
  • Added useBlankAreaTracker hook for tracking blank area in production
  • Added CellRendererComponent prop
  • Added automatic height measurement for horizontal lists even when parent isn't deterministic

Breaking changes

  • Change overrideItemType prop name to getItemType

v0.5.0

29 Apr 15:31
Compare
Choose a tag to compare
  • Fix finding props with testId
  • Reuse cached layouts on orientation change

v0.4.6

13 Apr 17:00
Compare
Choose a tag to compare

What's Changed

  • Match FlashList's empty list behavior with FlatList

Full Changelog: v0.4.5...v0.4.6

v0.4.5

13 Apr 14:49
3d2aa52
Compare
Choose a tag to compare

What's Changed

  • Upgrade recyclerlistview to v3.2.0-beta.4

  • Add viewability callbacks

  • Calculate average item sizes automatically

Full Changelog: v0.4.4...v0.4.5

v0.4.4

06 Apr 14:17
Compare
Choose a tag to compare

What's Changed

  • Fix FlashList mock when no data is provided

Full Changelog: v0.4.3...v0.4.4

v0.4.3

04 Apr 16:37
Compare
Choose a tag to compare

What's Changed

  • Reduce number of render item calls

  • Upgrade recyclerlistview to v3.2.0-beta.2

Full Changelog: v0.4.1...v0.4.3

v0.4.1

29 Mar 21:09
Compare
Choose a tag to compare

What's Changed

  • Crash fix for android activity switching (#256)

  • initialScrollIndex, scrollTo methods will now account for size of header

  • Added a new mock for easier testing of components with FlashList

Full Changelog: v0.4.0...v0.4.1