Releases: Shopify/flash-list
Releases Β· Shopify/flash-list
v2.0.0-alpha.20
What's changed
- Multiple improvements to
autoScrollToBottomThreshold
handling - Added a way to skip animated scroll while using
autoScrollToBottomThreshold
- Bug fixes for
startRenderingFromBottom
implementation.
Full Changelog: v2.0.0-rc.9...v2.0.0-alpha.20
v2.0.0-rc.9
What's Changed
- Fix list auto scroll to bottom with threshold -1 by @pakerwreah in #1737
- Fix build on RN 0.80 #1724
New Contributors
- @pakerwreah made their first contribution in #1737
Full Changelog: v2.0.0-rc.8...v2.0.0-rc.9
v1.8.3
What's Changed
- Fix Build on RN 0.80 by @riteshshukla04 in #1724
New Contributors
- @riteshshukla04 made their first contribution in #1724
Full Changelog: v1.8.2...v1.8.3
v2.0.0-rc.8
What's Changed
- Fix web viewability with paging enabled by @naqvitalha in #1725
Full Changelog: v2.0.0-rc.7...v2.0.0-rc.8
v2.0.0-rc.7
What's Changed
- Fix outdated props in ref by @naqvitalha in #1722
Please note that the rc track is now ahead of the alpha. We're no longer releasing alpha's. Please move to rc track.
Full Changelog: v2.0.0-rc.6...v2.0.0-rc.7
v2.0.0-rc.6
What's Changed
- Fix crash in StickyHeders on data change by @naqvitalha in #1718
Full Changelog: v2.0.0-rc.5...v2.0.0-rc.6
v2.0.0-rc.5
What's Changed
- Fix additional strict mode issues by @naqvitalha in #1710
- Disable startRendering from bottom when list is empty by @naqvitalha in #1713
- Export useFlashListContext by @naqvitalha in #1714
- Disable offset corrections when animation is scheduled by @naqvitalha in #1715
Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5
v2.0.0-rc.4
What's Changed
- Added layout complete check before recording first visible index by @naqvitalha in #1708
Full Changelog: v2.0.0-rc.3...v2.0.0-rc.4
v2.0.0-rc.3
What's Changed
- Fix stale callbacks in viewability implementation. Commit
- Relayout list if item spans are modified with a data change
- Added option to skip layout work in state hooks
- Fix tallest item compute when checking for span changes
- Improve layout recompute to have a more accurate total height
- Fix some items expanding upwards when resizing
- Fix incorrect rendering when StrictMode is enabled by @j0sip in #1695
- Use callbacks instead of promises in scrollToIndex to block paint before scroll begins.
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
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