Version 0.15.0
New Features
- Imperative animations are now possible with
@OnUpdateStateWithTransition
. InterceptTouchEvent
now provides aView
param, bringing it in line with other events. (759948e)@CommonProp
allows accessing shared props in components like margin/padding in the same way normal props work. (8535205)- ComponentRenderInfo now accepts Builders alongside Components. (ab1b237)
- Add
KeyUpEvent
toEditText
. (ad47d9c) - Several operations in RecyclerBinder now have asynchronous counterparts.
litho-fresco
has been upgraded to work with Fresco 1.9.0.- Many pool sizes can now be dynamically configured. (b6ada06)
- Letter spacing support in
Text
. (cdb428b)
Bug Fixes
- Several fixes regarding text rendering. (3b10ddc, 9efb2d6)
- Potential crash when inserting items during scroll. (2a4baa5)
- Recycler scroll restoration. (6098831)
More
For a full list of changes, see 0.14.0...v0.15.0