Version 3.2.0-beta.1
Pre-release
Pre-release
naqvitalha
released this
30 Mar 19:36
·
30 commits
to master
since this release
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
- Fix undefined index while rendering sticky by @naqvitalha in #674
- Adding capability to set final offset after progressive list view updates by @naqvitalha in #685
ProgressiveListView
should render after first onLayout 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
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...3.2.0-beta.1