Releases: pedrovgs/Renderers
Move from AdapteeCollection<T> to List<T>
AndroidX migration
4.0.0 AndroidX migration
ListAdapter support
Thanks to @vjgarciag96 we are now able to provide a new RVRenderer implementation based on ListAdapter 🔝
Release 3.4.0
Add support for ViewPagers. Now we can use Renderers with ViewPagerAdapters. Thanks @JcMinarro for your contribution 😃
Release 3.3.3
Fix another performance bug in our DiffCallback
implementation.
Release 3.3.2
Fix another performance bug in our DiffCallback
implementation.
Release 3.3.1
Fix a performance bug in our DiffCallback
implementation. More information can be found here
Release 3.3.0
Added a new method to RVRendererAdapter
named diffUpdate
to be able to update a list refreshing just the elements modified and not the whole list. This feature provides a huge improvement in performance terms.
Release 3.2.0
Add a new method to RVRendererAdapter
and RendererAdapter
to be able to configure the collection used inside the adapter using a setter method.
Release 3.1.0
Binding improvements on top of the RendererBuilder
bind
method.