Skip to content

Version 2.0.12

Compare
Choose a tag to compare
@naqvitalha naqvitalha released this 22 Aug 06:43

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.
  • forceRerender now available for custom use cases on web

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

Bug Fixes:

  • #299 Import was not from web
  • #301 Build Fix
  • #238 Add styles when using useWindowScroll={true}
  • #223 Fix scroll value issue when scrollOffset is less than distance
  • #219 Fix for scroll to offset api
  • #210 Stuck animator fix
  • #193 Fix missing onLayout
  • Other misc fixes