RecyclerViewHeader v2.0.1 Release Notes
Release Date: 2016-05-18 // over 8 years ago-
- ๐ Fix: Scroll jump bug
- ๐ Fix: Header not displaying if there are no items in the adapter
- ๐ Headers exceeding
RecyclerView's
height (for vertical) or width (for horizontal) are no longer supported (you cannot scroll them if there are no items in the adapter)
Previous changes from v2.0.0
-
Version 2.0.0 is the last, planned major release. It focuses on fixing all of the previously reported issues.
- Attaching
RecyclerViewHeader
simplified. There's only one approach left (previously namedHeader-already-aligned approach
). - ๐ New: Horizontal
RecyclerViews
support added - ๐ Fix: Header in wrong position after reusing fragment with
RecyclerView
- ๐ Fix: Removing an item misplacing header.
๐
StaggeredGridLayoutManager
support has been temporarily disabled. This is planned to be re-enabled in a future release.Important:
๐ฆ 1.
RecyclerViewHeader
2 uses a different package (com.bartoszlipinski.recyclerviewheader2
), to make it easier to migrate gradually- Maven
group
andartifact
has been changed.
- Attaching