Releases: StephenVinouze/AdvancedRecyclerView
Releases · StephenVinouze/AdvancedRecyclerView
2.0.5
1.1.6
Upgrade Kotlin and Appcompat version
1.1.4
- Upgrade Kotlin and Gradle plugins
- Refactor Kotlin code with newest patterns
- Fix notifyItemSetChanged on item click for sectioned list
1.1.3
- Upgrade Kotlin and Gradle plugins
- Prevent calling
notifyDataSetChanged
on item click - Various fix
1.1.2
- Upgrade Kotlin and Gradle plugins
- Remove design dependency to resolve version conflicts and reduce method count
sectionAt()
returns a<SECTION>?
model instead ofAny?
- Rename some section arguments
1.1.1
Clean appcompat dependencies
1.1.0
Clean appcompat dependencies
Release 1.0.3
Make default callback implementation overridable
Release 1.0.2
Upload artifacts to Jitpack
Release 1.0.1
Create different modules to separate main features from core