Releases: Shopify/flash-list
Releases Β· Shopify/flash-list
v2.0.0-alpha.16
What's new
- Relayout list is item spans are modified with a data change
- Added option to skip layout work in state hooks
- Fix stale callback in viewability implementation
Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16
v1.8.2
What's changed
- Fix stale callbacks in viewability implementation. Commit
Full Changelog: v1.8.1...v1.8.2
v2.0.0-rc.2
What's new
- Clone stickyHeaderIndices before sorting to avoid mutating props
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-alpha.15
What's Changed
- Minor improvements to reconciliation algorithms
- Clone stickyHeaderIndices before sorting to avoid mutating props.
Full Changelog: 2.0.0-alpha.14...v2.0.0-alpha.15
v2.0.0-rc.1
What's Changed
- Cleanup pending timers after unmounting a component by @retyui in #1159
- FlashList v2 by @naqvitalha in #1617
New Contributors
Full Changelog: v1.8.0...v2.0.0-rc.1
2.0.0-alpha.14
What's changed
- Fix a minor bug causing
getItemTypeto be called with index -1 in some cases.
Full Changelog: v2.0.0-alpha.13...2.0.0-alpha.14
v1.8.1
What's new
- Cleanup pending timers after unmounting a component #1159
Full Changelog: v1.8.0...v1.8.1
v2.0.0-alpha.13
What's Changed
- Improve reconciliation algorithm when significant data changes are made to the list.
- Improvements to initial paint in cases where useLayoutEffect fails to block paint.
- Improvement to first load times by fixing few bugs in item size estimation.
Full Changelog: v2.0.0-alpha.12...v2.0.0-alpha.13
v2.0.0-alpha.12
What's changed
- Internal code improvements (mainly to sticky)
- Implement
clearLayoutCacheOnUpdateAPI from v1 in v2.
Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.12
v2.0.0-alpha.11
What's changed
- Fix crash on sticky when index given is more than data count
- Improved UI thread performance
- Bug fixes
- New prop
maxItemInRecyclePoolto control recycle pool size - Removed prop
disableRecycling - Export v2 as default for AnimatedFlashList and Jest.
For full list of changes/improvements in v2 click here.
Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11