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