Version 0.17.0
New Features
- Add fillViewport to VerticalScroll (34dad31)
- Smooth scrolling alignment options. (fd60d1e)
- Support smooth scrolling to child by key. (6438850)
- Support smooth scrolling with offset. (62fa98e)
- TextInput: a single-line text field (7a445f7)
- Add ability to clear focus on an EditText. (af3c862, ca9a073, f3e244e, etc.)
- Implements text truncation with custom ellipsis in litho TextSpec. (9bb5b83)
Bug Fixes
- Fix layout diffing when layout state is calculated twice before mount. (5508612)
- Fix race condition during tracing in sections setRoot. (b6b4006)
- Fix Android crash in VerticalScroll on pre-Lollipop versions. (19e3582)
- Clean-up parent / owner reference of children during clonning. (a444dc0)
- Remove recycling from TreeProps. (e0c635d)
- Clear components in LayoutState.releaseRef() (481e486)
- Do not start already started renderthread animation. (dc123d0)
- Fix docs around shouldUpdate. (bda08a1)
Docs
- Tooltip api doc (7c2b1cd)
More
For a full list of changes, see v0.16.0...v0.17.0