Releases: GeekyAnts/NativeBase
Releases · GeekyAnts/NativeBase
v2.0.2
New Features
- View: Added
- Separator: Added.
v2.0.0
Upgraded Features
- With
StyleProvider
, all components are fully customizable. - CardItem, Header and ListItem: Use of
Left
,Body
andRight
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
Bug Fixes
- FABs: Fixed scrolling issue.
- Footer Tabs: Fixed TabBar text size issue.
Upgraded Features
- List: Added refreshControl feature.
- Vector Icons: Fixed installation dependency of React Native Vector Icons.
v2.0.0-alpha1
Upgraded Features
- With
StyleProvider
, all components are fully customizable. - CardItem, Header and ListItem: Use of
Left
,Body
andRight
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
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
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
v0.5.16
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
Bug Fixes
- General: Widgets support null or undefined children.
- DeckSwiper: Fixed onSwiping feature.
Upgraded Features
- Added Linting rules to missing files
v0.5.14
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