You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug related to our DiffCallback performance. This new implementat…
…ion is not perfect but more precise than the previous one.
More information about the implementation can be found here: #38
Release 3.3.0
Added a new method to RVRendererAdapter 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 RendererAdap…
…ter to be able to configure the collection used inside the adapter using a setter method.