Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

v1.1.0

Latest

Choose a tag to compare

@elderfo elderfo released this 05 Jan 01:37

<a name"1.1.0">

1.1.0 (2017-01-05)

Features

  • Header: Added support for a single child component. If the child is a Text component without a style, it will have the default title style applied. The title property has been deprecated. Use a Text component instead. (c15e18e7)
  • Header: The isSearch, onSearch, searchPlaceholder, isFixedSearch, searchRightIcon and onSearchRightIcon properties have been deprecated. A warning will be be displayed if these properties are used. Please use the SearchHeader instead.
  • SearchHeader: Added SearchHeader to simplify the Header component. (90dc20a1)