Releases: GeekyAnts/NativeBase
Releases · GeekyAnts/NativeBase
v0.5.13
Bug Fixes
- ListItem: Fixed bug in case of null child.
Upgraded Features
- Ref: Added _root ref to all components.
v0.5.12
Bug Fixes
- Tabs: Updated Tabs background color.
- Vector Icons: Fixed installation dependency of React Native Vector Icons.
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
Upgraded Features
- Header: Improved alignment.
v0.5.10
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.
- Supports
- ListItem:
- Improved alignment.
- Alignment for Badge.
- Alignment for Button.
- Picker: Improved alignment.
- Searchbar: Alignment of Icon and placeholder text in Searchbar.
v0.5.9
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
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
andiconRight
used together. (4a4297c), closes #155 - Radio Button: Radio Button responds on user's click (0f10729), closes #164
Enhancement Features
- Keyboard-Aware-ScrollView: Upgraded react-native-keyboard-aware-scroll-view from 0.1.2 to 0.2.0, (2a74737)
- Button: Button supports prop
capitalize
(54d0121) - Content: Added ref_scrollview to Content (1d88a86)
- Theme: Theme variables added for Footer, Toolbar for android, StatusBar for android (52d45d6)
New Features
- FooterTab: Button Tabs in Footer (880250c)