Skip to content

Releases: pedrovgs/Renderers

Move from AdapteeCollection<T> to List<T>

13 Jun 15:03
Compare
Choose a tag to compare
4.1.0

Deprecate adaptee collection and start working with lists

AndroidX migration

13 Jun 14:56
71ea754
Compare
Choose a tag to compare
4.0.0

AndroidX migration

ListAdapter support

17 Nov 19:17
Compare
Choose a tag to compare

Thanks to @vjgarciag96 we are now able to provide a new RVRenderer implementation based on ListAdapter 🔝

Release 3.4.0

23 Dec 12:20
49ce0f6
Compare
Choose a tag to compare

Add support for ViewPagers. Now we can use Renderers with ViewPagerAdapters. Thanks @JcMinarro for your contribution 😃

Release 3.3.3

19 Jul 23:13
c723046
Compare
Choose a tag to compare

Fix another performance bug in our DiffCallback implementation.

Release 3.3.2

19 Jul 23:04
192daf4
Compare
Choose a tag to compare

Fix another performance bug in our DiffCallback implementation.

Release 3.3.1

19 Jul 22:54
Compare
Choose a tag to compare

Fix a performance bug in our DiffCallback implementation. More information can be found here

Release 3.3.0

01 May 12:21
Compare
Choose a tag to compare

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

29 Aug 10:11
Compare
Choose a tag to compare

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

05 Aug 10:33
Compare
Choose a tag to compare

Binding improvements on top of the RendererBuilder bind method.