Releases: Flipkart/recyclerlistview
Releases · Flipkart/recyclerlistview
Version 4.2.1
What's Changed
- Bugfix(layoutSize) fix item not render after initial data size is empty by @shawnchendev in #781
- Implement
getNativeScrollRef
by @j-piasecki in #776
New Contributors
- @shawnchendev made their first contribution in #781
- @j-piasecki made their first contribution in #776
Full Changelog: 4.2.0...4.2.1
Version 4.2.0
What's Changed
- Increase tolerance inside layout manager by @naqvitalha in #744
Warning: This can be a breaking change in very specific use cases. Let's say you were rendering items with width < 1px. It's highly unlikely and that's why we feel okay increasing the tolerance. If you have a use case like the one mentioned, please test before upgrading.
Full Changelog: 4.1.4...4.2.0
Version 4.1.4
What's Changed
- Fix stable id extra compute and proptypes by @naqvitalha in #743
Full Changelog: 4.1.3...4.1.4
Version 4.1.3
Version 4.1.2
Version 4.1.1
What's Changed
- Fix arbitrary stop calls on JS item animator by @naqvitalha in #728
Full Changelog: 4.0.1...4.1.1
Version 4.0.1
Version 4.0.0
What's Changed
- Added bring to focus functionality by @anirudhagarwal365 in #585
- Making RLV render stack wait for pending offset by @ananyachandra14 in #604
- Update README.md by @bobychaudhary in #672
- Item container override by @naqvitalha in #675
- Undefined index while rendering sticky by @naqvitalha in #674
- Adding capability to set final offset after progressive list view updates by @naqvitalha in #685
- Plv render after first draw by @naqvitalha in #688
- Expose scrollable nodes by @naqvitalha in #690
- Web container override by @naqvitalha in #691
- Add a new prop - onEndReachedThresholdRelative by @ElviraBurchik in #695
- Skip forceRefresh when actualOffset < 0 by @fortmarek in #700
- Fix stable id collisions and provide alternate for optimiseForInsertDeleteAnimations by @naqvitalha in #696
- Fix offset when applyWindowCorrection is used by @naqvitalha in #699
- avoid skipping force refresh by @naqvitalha in #702
- removed no-op set state by @naqvitalha in #703
- Forcing size change in renderer if onLayout is missing by @naqvitalha in #705
- Fix no op set state by @naqvitalha in #706
- Added prop to suppress bounded size exception by @naqvitalha in #709
- remove unnecessary force refresh by @naqvitalha in #710
- Remove no data warning by @naqvitalha in #711
- Add resize detection on RNW mode by @naqvitalha in #719
- Handled pending resize observer updates by @naqvitalha in #720
API Changes
optimiseForInsertDeleteAnimations
is a no-op. Please useprepareForLayoutAnimationRender
insteadbringToFocus
API now readswindowShift
fromapplyWindowCorrection
output to correct its target offset
New Contributors
- @anirudhagarwal365 made their first contribution in #585
- @bobychaudhary made their first contribution in #672
- @ElviraBurchik made their first contribution in #695
- @fortmarek made their first contribution in #700
Full Changelog: 3.0.5...4.0.0
Version 3.3.0-beta.2
What's Changed
- Handled pending resize observer updates by @naqvitalha in #720
Full Changelog: 3.3.0-beta.1...3.3.0-beta.2
Version 3.3.0-beta.1
What's Changed
- Add resize detection on RNW mode by @naqvitalha in #719
Full Changelog: 3.2.0-beta.4...3.3.0-beta.1