Releases: Simdea/gmlrva
Releases · Simdea/gmlrva
Version 1.4.3
Added
- #13 Added onViewRecycled option to cleanup elements for better performance of recycler view.
- #8 Added a base architecture for adding RecyclerView Item Decorations.
Version 1.4.2
[1.4.2] - 2017-10-06
Added
- New carousel item with a single text sample.
Fixed
- #5, Not updating view types when changes occurred.
Version 1.4.1
[1.4.1] - 2017-10-05
Fixed
- #5, Not updating view types when add, remove or update the recycler view elements.
1.4
[1.4] - 2017-10-05
Added
- CHANGELOG.md file
- All DiffUtil calculations are
currently processed in a background worker thread, while preserving adapter state consistency.
Fixed
Version 1.3
[1.3] - 2017-10-03
Added
- DiffUtil support.
Changed
- GMLRVA Sample's list data to support items with an inner option panel.