Releases: Shopify/flash-list
Releases · Shopify/flash-list
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
1.2.2
1.2.1
1.2.0
Improvements/New Features
- Added JS only fallbacks for unsupported platforms (windows/macOS)
- Added footer correction in AutoLayoutView
- Added
viewPosition
andviewOffset
support to scrollTo methods - Upgrade recyclerlistview to v4.1.1
Bug Fixes
1.1.0
1.0.4
Bug fix
- Build fix for Android projects having
kotlinVersion
defined inbuild.gradle
.