All Versions
7
Latest Version
Avg Release Cycle
68 days
Latest Release
2894 days ago

Changelog History

  • v2.0.1 Changes

    May 18, 2016
    • ๐Ÿ›  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)
  • v2.0.0 Changes

    April 07, 2016

    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.
  • v1.2.1 Changes

    February 04, 2016
    • Using addOnScrollListener instead of setOnScrollListener
    • RecyclerView support library package no longer included in the library
  • v1.2.0 Changes

    April 13, 2015
    • StaggeredGridLayoutManager support
    • Reversed LayoutManagers support
    • Fix: scrolling with touch starting on a focusable element of the header
  • v1.1.0 Changes

    April 08, 2015
    • Decreased minSdk version
    • Support Libraries version updated
    • Fix: Removed unnecessary things
  • v1.0.1 Changes

    April 08, 2015
    • ๐Ÿ›  Fix: Header clickability fixed
  • v1.0.0 Changes

    April 08, 2015

    ๐ŸŽ‰ Initial release.