RecyclerViewHeader v2.0.1 Release Notes

Release Date: 2016-05-18 // almost 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 named Header-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

    1. Maven group and artifact has been changed.