SectionedRecyclerViewAdapter v3.0.0 Release Notes

Release Date: 2019-09-07 // over 4 years ago
    • โœ‚ Remove class StatelessSection
    • โž• Add class SectionAdapter
    • โž• Add class SectionedRecyclerViewAdapterV2Compat
    • ๐Ÿ“ฆ Move inner class EmptyViewHolder to package utils

    SectionedRecyclerViewAdapter class

    • โž• Add method getAdapterForSection
    • Removed notify* and get*Position* methods
    • โœ‚ Remove EmptyViewHolder inner class

    SectionAdapter class

    • Add notify* and get*Position* methods from SectionedRecyclerViewAdapter

    Section class

    • โœ‚ Remove method onBindContentViewHolder
    • โž• Add overloaded methods onBind*ViewHolder with payloads as parameter
    • ๐Ÿ”„ Change getHeaderViewHolder, getFooterViewHolder, getLoadingViewHolder, getFailedViewHolder and getEmptyViewHolder to throw UnsupportedOperationException instead of returning an EmptyViewHolder by default

    SectionedRecyclerViewAdapterV2Compat

    • Add notify* and get*Position* removed methods from SectionedRecyclerViewAdapter