Skip to content

v2.2.0

Compare
Choose a tag to compare
@noties noties released this 08 Sep 12:31
· 235 commits to master since this release
ade6d45
  • create ItemGroup for easier nested RecyclerView support
  • create ItemLayoutWrapper for easier wrapping of an Item inside a different layout
  • add HasWrappedItem interface (2 implementations - ItemWrapper and ItemLayoutWrapper)
  • utility to automatically process nested RecyclerView state - NestedRecyclerState
  • add Adapt#getItem(position) method
  • add AdaptView#view() method
  • add StickyItemDecoration for sticky headers/sections