Skip to content

Releases: GeekyAnts/NativeBase

v0.5.13

04 Apr 10:19
Compare
Choose a tag to compare

Bug Fixes

  • ListItem: Fixed bug in case of null child.

Upgraded Features

  • Ref: Added _root ref to all components.

v0.5.12

04 Apr 10:19
Compare
Choose a tag to compare

Bug Fixes

Upgraded Features

  • CardItem: Fixed padding between card items for iOS and Android.

New Features

  • Badge with FooterTab Button: NativeBase Badge with Buttons in FooterTab; much like Facebook notifications.
  • FABs: A special type of promoted action, which when clicked may contain more related actions.
  • Shallow Merge: NativeBase switched to shallow merge.
  • Top TabBar

v0.5.11

04 Apr 10:18
Compare
Choose a tag to compare

Upgraded Features

  • Header: Improved alignment.

v0.5.10

04 Apr 09:54
Compare
Choose a tag to compare

Upgraded Features

  • Badge: Updated Text style for Badge.
  • Button: Improved alignment.
  • Card: Button in Card renders with proper size.
  • FooterTab: Improved alignment.
  • Header:
    • Supports Title to be used as single component in Header with proper alignment for iOS and Android.
    • Updated Buttons in Header.
  • ListItem:
    • Improved alignment.
    • Alignment for Badge.
    • Alignment for Button.
  • Picker: Improved alignment.
  • Searchbar: Alignment of Icon and placeholder text in Searchbar.

v0.5.9

12 Oct 13:49
Compare
Choose a tag to compare

Bug Fixes

  • Picker: Updates Picker.Item value dynamically (b03f0e5), closes #169, #156
  • Keyboard-aware-scroll-view:
  • resetScrollToCoords: This is an user definable prop. Coordinates that will be used to reset the scroll when the keyboard hides. Also restores scroll position after keyboard hides if resetScrollToCoords is not set. (bc98be8)
  • disableKBDismissScroll: Disables automatic scroll on focus. (d92aa1b)
  • Content: Eliminates margin on the top of Content which includes any fields inside of it. (9dce714), closes #182

Enhancement Features

  • FooterTab: Added onPress support for elements of FooterTab (47a5ae7), closes #180, #188
  • InputGroup: Allows null block inside InputGroup Component. (94c7913), closes #137, #202
  • Tabs: Helps to switch between the Tabs component programatically. Say page = 1. (3253fe8), closes #181, #203
  • Tabs: Ensures that Tabs component's props.children is an array, else creates a single item array if it is not. Thus allows calls to .filter() and .map(). (c9bc57d), closes #207
  • ES Lint: Config ESLint (airbnb) to enforce coding style. (dee1deb)

New Features

  • Deck Swiper: Tinder-like swipe cards to select/reject data set with features to swipe left and right.
  • Generate Image from Icon: Generates an Image resource for NativeBase Icons. (eb2e79a), closes #183
  • filter() for null values: Usually if a null value is passed as a child to Component, it throws few errors. This .filter() removes all false values from this.props.children, preventing the errors, and returning the correct result. (9690468)

v0.5.8

10 Sep 06:18
Compare
Choose a tag to compare

Bug Fixes

  • Badge: Badge supports font-size, lineHeight, width and color (1a68173), closes #159
  • Checkbox: Checkbox responds on user's click (0f10729), closes #168
  • Footer: Footer is functional as before. (880250c)
  • H1, H2, H3 LineHeight: Added lineHeight to H1, H2, H3 components. (f1aaa70), closes #166
  • LisItem: LisItem height removed && scrollView added to container (80a3c2b), closes #151
  • LisItem: LisItem supports both iconLeft and iconRight used together. (4a4297c), closes #155
  • Radio Button: Radio Button responds on user's click (0f10729), closes #164

Enhancement Features

New Features

  • FooterTab: Button Tabs in Footer (880250c)

v0.5.7

30 Aug 13:56
Compare
Choose a tag to compare

Bug Fixes

  • Icon: Theme applied to icon (034f00e), closes #132
  • Button: Removing null or not valid child components from props.children (26388d0), closes #144, #137

New Features

  • Picker: List now supports Picker as ListItem (7699d4a)