Skip to content

Releases: GeekyAnts/NativeBase

v2.0.2

04 Apr 10:57
Compare
Choose a tag to compare

New Features

  • View: Added
  • Separator: Added.

v2.0.0

04 Apr 10:52
Compare
Choose a tag to compare

Upgraded Features

  • With StyleProvider, all components are fully customizable.
  • CardItem, Header and ListItem: Use of Left, Body and Right components for proper alignments and customization.

New Features

  • Tab: Uncontrolled Tabs similar to FooterTabs.
  • Icon: Gives platform specific icons.
  • Form Components
    • Item: Much like InputGroup with added features of inline label, stacked label, and floating label.
    • Label: Label / Placeholder for the Input.
  • Left, Body, Right: Views which aligns its content to the left, center, right respectively.
  • StyleProvider: To apply themes and customize any components.

v0.5.21

04 Apr 10:45
Compare
Choose a tag to compare

Bug Fixes

  • FABs: Fixed scrolling issue.
  • Footer Tabs: Fixed TabBar text size issue.

Upgraded Features

v2.0.0-alpha1

04 Apr 10:30
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

Upgraded Features

  • With StyleProvider, all components are fully customizable.
  • CardItem, Header and ListItem: Use of Left, Body and Right components for proper alignments and customization.

New Features

  • Tab: Uncontrolled Tabs similar to FooterTabs.
  • Icon: Gives platform specific icons.
  • Form Components
    • Item: Much like InputGroup with added features of inline label, stacked label, and floating label.
    • Label: Label / Placeholder for the Input.
  • Left, Body, Right: Views which aligns its content to the left, center, right respectively.
  • StyleProvider: To apply themes and customize any components.

v0.5.20

04 Apr 10:37
Compare
Choose a tag to compare

Bug Fixes

  • Button: Fixed for null children condition.
  • Vector Icons: Fixed installation dependency of React Native Vector Icons.
  • Input: InlineLabel Input fixed.

v0.5.19

04 Apr 10:29
Compare
Choose a tag to compare

Bug Fixes

  • InputGroup: Fixed issue when Button inside a InputGroup without Icon.

Upgraded Features

  • Picker:
    • Added new props.
    • Support inside an InputGroup when used with ListItem.

New Features

  • Gravatar: Thumbnail like feature which pulls out avatar of user if registered globally.

v0.5.17

04 Apr 10:28
Compare
Choose a tag to compare

Bug Fixes

  • General: Fixed Easy-Grid dependency.
  • Deck Swiper: Fixed onSwiping feature.

v0.5.16

04 Apr 10:28
Compare
Choose a tag to compare

Bug Fixes

  • General:
    • Changed import for ReactNativePropRegistry.
    • Fixed React and RN dependencies.
  • Deck Swiper: Fixed issues with RN 0.37
  • Spinner: Updated dimensions for spinner.

Upgraded Features

  • Picker:
    • Support inline label for Picker(Android).
    • Picker fills the view when defined as inlineLabel.

v0.5.15

04 Apr 10:26
Compare
Choose a tag to compare

Bug Fixes

  • General: Widgets support null or undefined children.
  • DeckSwiper: Fixed onSwiping feature.

Upgraded Features

  • Added Linting rules to missing files

v0.5.14

04 Apr 10:20
Compare
Choose a tag to compare

Bug Fixes

  • Button: Fixed toUpperCase error on Android.
  • FAB: Fixed alignment for FAB in all four direction.
  • Header: Support Title and/or Button.

Upgraded Features

  • DeckSwiper: Added new props onSwiping, renderTop, renderBottom.

New Features

  • Added Typings