Skip to content

2017-12-17

Compare
Choose a tag to compare
@rilyu rilyu released this 17 Dec 07:39
· 49 commits to master since this release

Breaking changes

  • Use measure instead of measureInWindow (Mandatory in Android 4.4+) (1a3574b, 8b734d6)
  • buildProps will be deprecated and should not be used

Features

  • NavigationBar: Translucent StatusBar supported (for Android 4.4+) (1a3574b) @auven
  • SearchInput: add focus, blur, isFocused and clear method, inherited from TextInput (0e16864)
  • Overlay: add transformRoot and restoreRoot method (370e262)
  • Select: add icon prop (2d64c00)
  • iPhoneX supported (2dcd698)

Bugfixes

  • SegmentedBar: fix badge display problem in Android (716adff)