Releases: GeekyAnts/NativeBase
Releases · GeekyAnts/NativeBase
v2.6.1
Upgraded Features
- Accordion: Added
expanded
props to accordion. PR #1970 - ActionSheet: Fixed as per design guidelines. Commit 1a22d69
- Date Picker: Added
onDateChange
callback support for Android. PR #2027, closes #2016 - Picker: Fixed Header Left Button alignment as per design guidelines. Commit 0b4e5af
- Theme:
- Card:
- Input: Added Picker support with Input. Introduced
picker
prop with<Item>
. Commit 2138e2b
Bug Fixes
- Accordion: Added expanded parameter to renderHeader callback method. PR #2039, closes #2023
- Font: Added
Fonts/MaterialCommunityIcons.ttf
. Commit a8235c5 - Header: Added Statusbar color support for
transparent
Header on Android. PR #2032, closes #1981 - Input: Fixed FloatingLabel's float issue onFocus of Input. (everted #1606) PR #2030, closes #2000
v2.6.0
New Features
- Vue-Native: Added Vue-Native plugin for NativeBase.
v2.5.2
Upgraded Features
- Accordion: Added border style to accordion along with customisable from theme. PR #2010
- Card: Added card borderRadius to theme. PR #2008, closes #1845
- DatePicker:
- Header: Added
transparent
prop with Header. PR #1995, closes #1981 - Typescript: Added definitions for Accordion and DatePicker. PR #1997, closes #1986
Bug Fixes
v2.5.1
Upgraded Features
- Changes in
package.json
to improve install and jest performance
v2.5.0
New Features
- Added Accordion component. (28b1033), closes #1721
- Added Date Picker component. (b7968c4), closes #882
- Added Jest test cases to components. (b267c1c)
Upgraded Features
- Upgraded dev dependencies to support Jest test cases. (b267c1c)
- Safearea implementation for Header, Content and Footer. PR #1614, #1920, closes #1951
- Icon: Added
type
Icon Proptypes. PR #1797 - Picker:
- Segment: Added icon support with segments. PR #1929
- Typescript:
Bug Fixes
- ActionSheet:
- Button:
View
renders Block style button inForm
for Android. PR #1900, closes #1852 - Input: Floating Label reset its position when input is cleared. PR #1606, closes #1079, #1605
- ListItem:
- Picker:
- Segment: Removed segment button horizontal padding. PR #1926, closes #1917
- Toast:
- Typescript: CheckBox interface extends Touchableopacity props. PR #1912, closes #1906
v2.4.5
Fixed Header as per iOS and material design guidelines
Upgraded Features
- Added
noLeft
prop with Header. Irrespective of Left component defined or not, Android will display Body's Title component to left of display. Applicable for Android platform, no changes when used for iOS
Bug Fixes
- Fixed lineHeight for Left, Body, Right components
- Fixed alignment of child elements of Left, Body and Right components
- Fixed fontSize (text, icon) for child elements of Left and Right components
- Fixed
hasText
for Header's Button used with Left and Right components - Fixed Title fontSize and fontWeight
- Fixed Subtitle fontSize and fontWeight
- Header's Left component will not render Text button for Android
v2.4.4
Upgraded Features
- Font: Default font size changed to 16. PR (#1864)
- ListItem:
- Radio: Added active and inactive color props to radio. PR (#1873), closes (#1481)
Bug Fixes
v2.4.3
General
- Folder Structure: Renamed
Utils
toutils
. PR (#1795)
Upgraded Features
- Card: Added
noShadow
to card theme. PR (#1821), closes (#1819) - Input: FloatingLabel renders icon, label and input in its order of definition. PR (d51b2f9, #1796), closes (#1781)
Bug Fixes
- Button: Removed
lineHeight
dependency in button. PR (#1829), closes (#1827) - Card: Fixed CardItem header and footer border for Android. PR (#1820), closes (#1818)
- Header: Reduce space between left button and title for Android. PR (#1789), closes (#1550)
- Input:
- Picker: Removed Content warapping Flatlist. PR (#1817), closes (#1816)
- Typescript:
- Moved listview properties of interface ReactListViewProperties to Card interface. PR (#1785), closes (#1765)
- Added missing props to list interface. PR (#1802), closes (#1801)
- Added
getRef
to Input interface. PR (#1804), closes (#1803) - Added
span
andhasSubtitle
to Header interface. PR (#1828), closes (#1824) - Added missing props of Picker, Header, SwipeRow, Toast. PR (#1839), closes (#1838)
v2.4.2-2
Vue for NativeBase
v2.4.2
General
- Upgraded
react native vector icons
from 4.4.2 to 4.5.0. PR (#1718) - Upgraded
react-native-keyboard-aware-scroll-view
from 0.4.2 to 0.5.0. PR (#1719)