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

Releases: elderfo/elderfo-react-native-components

v1.1.0

05 Jan 01:37
Compare
Choose a tag to compare

<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)

v1.0.1

30 Dec 05:42
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-12-30)

Bug Fixes

  • merging-styles: Fixed issue with missing lodash.merge dep (51541286)

v1.0.0

30 Dec 05:21
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-12-30)

Features

  • CenterView: Added more fine grained centering (44f2c8b7)
  • Container: Added scroll property (082700b9)

Breaking Changes

  • CenterView and all it's reliant components don't work how you think they

should. Try playing with method and fillParent properties to achieve the result you want.

(44f2c8b7)

  • Container: Previous behavior was to scroll by default

    (082700b9)

v0.1.0

30 Dec 01:57
Compare
Choose a tag to compare

<a name"0.1.0">

0.1.0 (2016-12-30)

Bug Fixes

  • style-merging: Switched to lodash.merge (e3573b19)

Features

  • container: Added ability to style (1e19e949, closes #1)
  • style-merging: Added computeStyle (fe6b1c27)