v0.1.7
- Add
detectMoves: Booleanflag toRecycler.updateblock. For large list updates it can be set to false so diffing is done faster (specially when there's a lot of changes).
v0.1.6
- Fixed: when no layout manager lambda was provided the layout manager was nulled. That prevented pre-configured recyclers to be adopted
v0.1.5
- Adds a Config.extension(block): extensions can now b...