yarn recyclerlistview 3.0.0
Version 3.0.0

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

Breaking Changes:

  • distanceFromWindow is deprecated and removed, use applyWindowCorrection instead.

New Features:

  • Recyclerlistview has now been moved to react 16 however, it still remains compatible with older versions of react.
  • Moved GridLayoutProvider into recylerlistview. Refer this while we update samples.
    You can now do import { GridLayoutProvider } from "recyclerlistview" (recommended)
  • renderStickyContainer introduced in StickyContainer, used to provide custom styling options for StickyObjects.
  • applyWindowCorrection introduced, used to provide correctional values for the visible window bound for RecyclerListView.
  • renderContentContainer provided to wrap the list items inside a custom component for custom use cases.

Improvements:

  • #387 Compat component to maintain compatibility across react version.

Bug Fixes:

  • #400 Fix zero height start or end being prevented from inflating.
  • #401 Fix breaks if layout provider and data providers are changed in the same pass.

Don't miss a new recyclerlistview release

NewReleases is sending notifications on new releases.