Releases: Shopify/flash-list
Releases Β· Shopify/flash-list
v2.1.0
What's Changed
- Remove
disableRecycling
documentation to deter developers from using internal prop by @lmcrean in #1835 - Add warning when keyExtractor is not defined with maintainVisibleContentPosition by @naqvitalha in #1862
- Fix infinite loop when a lot of horizontal lists are inside a vertical one by @naqvitalha in #1899
- Remove test files from the published package by @Simek in #1902
- feat: expose functionality to start benchmarking manually by @tsdevshop in #1757
- Fix style prop in FlashListProps by @blazejkustra in #1888
- Update TypeScript compilation target to ES2018 by @naqvitalha in #1904
- Apply initialScrollOffset to it initial scroll position by @joluet in #1870
- fix: prevent accessing undefined ref in RecyclerView controller by @naqvitalha in #1922
New Contributors
- @lmcrean made their first contribution in #1835
- @tsdevshop made their first contribution in #1757
- @blazejkustra made their first contribution in #1888
- @joluet made their first contribution in #1870
Full Changelog: v2.0.3...v2.1.0
v2.0.4-alpha.1
What's Changed
- Fix #1773 (infinite loop when a large number of lists are nested).
Full Changelog: v2.0.3...v2.0.4-alpha.1
v2.0.3
What's Changed
- Fix Jest mock returning undefined in v2.0.0 by @naqvitalha in #1842
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.2-rc.1
What's Changed
- Prevent infinite render loop by @naqvitalha in #1826
Full Changelog: v2.0.0-rc.12...v2.0.2-rc.1
v2.0.1
v2.0.0
What's Changed
- Shipping v2 π . To understand what's new in v2 click here. Migration guide is available here.
- Removed v1 code and dropped old architecture support.
Full Changelog: v1.8.3...v2.0.0
v2.0.0-rc.12
What's Changed
- Use geometric progression while rendering progressively by @naqvitalha in #1779
- Fix footer flicker while scrolling to end. by @naqvitalha in #1781
Full Changelog: v2.0.0-rc.11...v2.0.0-rc.12
v2.0.0-alpha.22
What's Changed
- Remove v1 by @naqvitalha in #1756
Note: There's no old architecture support in this version. Expect typescript issues, refs need to be FlashListRef
instead of FlashList
.
Full Changelog: v2.0.0-alpha.21...v2.0.0-alpha.22
v2.0.0-alpha.21
What's Changed
- Use geometric progression while rendering progressively by @naqvitalha in #1779
- Fix footer flicker while scrolling to end. by @naqvitalha in #1781
Full Changelog: v2.0.0-rc.11...v2.0.0-alpha.21