v2.7.2
In this release:
- Add fast simple first insert for
GroupAdapter.updateAsync
similar to howandroidx.recyclerview.widget.ListAdapter
behaves. (Issue #311, PR #313 ) - Fix outdated ExpandableContentItem name in documentation (PR #306)
- Add
@NonNull
annotations to payloads argument ofBindableItem.bind
method (PR #307) - Add
@NonNull
annotations toItem.isSameAs
andItem.hasSameContentAs
methods (PR #312) - Update library RecyclerView dependency to 1.1.0
❤ Thank you to @angusholder & @satoshun for contributing to this release.