Version 2.0.0-beta.3
Pre-release
Pre-release
ananyachandra14
released this
11 Feb 12:36
·
103 commits
to master
since this release
Breaking Changes:
- onVisibleIndexesChanged deprecated. Use onVisibleIndicesChanged instead.
- Lot of internal changes. Test well before shipping.
New Features:
- ProgressiveListView with dynamic render ahead.
- Sticky items added. Wrap your RecyclerListView component with StickyContainer and pass header and footer indices to stick the items to the top or bottom.
- Support for debugging of difference in cell dimension.
Improvements:
- #272 Support IE11 window scroll offset
- #257 Building process simplified
- #237 Layout type check for computed layouts
- #231 OnRecreateParams added in default export
- #213 Optional anchoring
- #216 Removed all binds
- #212 Removed requestAnimationFrame polyfill
- #196 Accomodating content insets and content container padding in row calculations