You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.