yarn recyclerlistview 1.3.0
Version 1.3.0

latest releases: 4.2.0, 4.1.4, 4.1.3...
6 years ago

New Features:

  • ItemAnimator interface added, customize to your will how RLV handles layout changes. Allows you to modify animations that move cells. You can do things like smoothly move an item to a new position when height of one of the cells has changed. StableId work is in progress which will further strengthen this. Works on all supported platforms.

Changes:

  • Default flex direction is being optimized on pure web version to match React Native. This will lead to more consistent ports. Can be a breaking change for some use cases. Please test before upgrading.
  • Performance improvements on web and react-native-web version.
  • In case of non deterministic rendering DefaultItemAnimator is used to shift items from estimated positions to actual. This looks better and avoids the need to skip frames while layout settles down. This also improves load time by atleast 2 frames.

Bug Fixes

  • Missing scrollTo method on web fixed.

Don't miss a new recyclerlistview release

NewReleases is sending notifications on new releases.