Releases: Shopify/flash-list
Releases Β· Shopify/flash-list
v1.6.0
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
- @gvarandas made their first contribution in #890
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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
- @iamshadmirza made their first contribution in #826
- @SherifMega made their first contribution in #851
Full Changelog: v1.4.3...v1.5.0
v1.4.3
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
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
v1.4.0
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
v1.3.0
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