Releases: Shopify/flash-list
Releases · Shopify/flash-list
v2.0.0-alpha.19
What's Changed
- Fix incorrect rendering when StrictMode is enabled by @j0sip in #1695
- Use callbacks instead of promises in
scrollToIndex
to block paint before scroll begins.
New Contributors
Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19
v2.0.0-alpha.18
What's new
- Improve layout recompute to have a more accurate total height
- Fix some items expanding upwards when resizing
Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18
v2.0.0-alpha.17
What's new
- Fix tallest item compute when checking for span changes
Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17
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
getItemType
to 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