Releases: GeekyAnts/NativeBase
Releases · GeekyAnts/NativeBase
v2.4.1
v2.4.0
New Features
- NativeBase is now available for web.
Upgraded Features
Bug Fixes
- Button: Fixed ripple / highlight effect on a rounded button with respect to its border radius. PR (#1684), closes (#1206)
- CardItem: Fixed Text color of CardItem with
bordered
. Fixed Footer text when used withbordered
CardItem. PR (#1694) - FAB: Fixed FAB container
flexDirection
code. PR (#1711), closes (#1707) - Label: Fixed usage of
StyleSheet
withLabel
. PR (#1699), closes (#1687) - ListItem: ListItem pass down
delayPressOut
& other TouchableHighlight props. PR (#1702), closes (#1701) - Theme:
- Typescript:
v2.3.10
Upgraded Features
- General: Included NativeBase support for Ignite in ReadMe. PR (#1613)
- Icons: Added EvilIcons support for Icons. PR (#1652), closes (#1468)
Bug Fixes
- General: NativeBase components resolved in
PhpStorm / WebStorm
. PR (#1604), closes (#1075) - FAB: Added stylesheet support for styling Fab child buttons. PR (#1623), closes (#1618)
- Icons: Icons render wrt
type
when fetching names across different font families. PR (#1596), closes (#1640) - Input: Fix for Input underline color (Android). PR (#1655), closes (#611)
- ListItem: Fixed
selected
style for ListItem. PR (#1657) - Picker: Changed FlatList keytype from number to string. PR (#1607), closes (#1571)
- Tabs: Keyboard double click issue fixed with Tabs. PR (#1613), closes (#1601)
- Theme:
- TypeScript:
v2.3.9
General
- Button: TouchableNativeFeedback supports Android Platform Version 21 onwards. PR (#1581), closes (#1580)
Enhancement Features
- Theme: Fix/remove platform dependency/materialjs. PR (#1563)
- Toast:
- Refactored ToastContainer to DRY-up calls to
Animated.timing
. - Save a timeout when fading the toast out by using the
Animated.timing completion
callback.
PR (#1562)
- Refactored ToastContainer to DRY-up calls to
- Typescript:
- Added
thumbnail
prop in ListItem Typescript. PR (#1583) - Added
small
andlarge
properties to Thumbnail. PR (#1590) - Added
leftOpenValue
property to interface List. PR (#1569), closes (#1565) - Added few Card and CardItem types. PR (#1588)
- Added
type
prop to Icon. PR (#1594) - Added button icon types for ActionSheet options. PR (#1589)
- Added
Bug Fixes
v2.3.8
General
- Dev-dependencies: Upgraded
react-native-easy-grid
from 0.1.15 to 0.1.17
Enhancement Features
- Button: Improved Button theme structure to remove code redundancies. PR (#1515), closes (#1137)
- CardItem: Improved CardItem theme structure to remove code redundancies. PR (#1516)
- Icon: Accept Icon Type as a prop. PR (#1319), closes (#1346)
- List: Added enable EmptySections flag to List to render empty section headers. PR (#1339)
- Toast:
- TypeScript: Added optional
SwipeRow
properties to prevent tslint error. PR (#1507)
Bug Fixes
- Input: FLoating Label is cropped from top while it floats on top. PR (#1547), closes (#1532)
- H1, H2, H3:
H1
,H2
,H3
now takes number along with string as input. PR (#1539), closes (#516) - Segment: Fixed segment overlapping with Right element in Header. PR (#1554), closes (#1160)
- Theme: Fixed menu icon color for Android. PR (#1538), closes (#1537)
- TypeScript:
v2.3.7
v2.3.6
New Features
- Font:
Enhancement Features
- ActionSheet: Replaced ListView with FlatList in ActionSheet. PR (#1447)
- CardItem: Added activeOpacity prop for CardItem. PR (#1454), closes (#1453)
- Picker: Replaced ListView with FlatList in Picker. PR (#1442), closes (#1239)
- SwipeRow: Added style implementation for SwipeRow. PR (#1451), closes (#1430)
- Theme:
- Updated Shoutem theme from 0.2.1 to 0.2.2. PR (#4 GeekyAnts theme), closes (#1359)
- Removed unused theme variables. PR (#1463, #1480), closes (#1481)
- Sorted variables component-wise alphabetically.
- Type definition:
Bug Fixes
v2.3.5
Bug Fixes
- Release Crash: Fixed PropTypes issue, which caused Release Crash for iOS and Android.
PR (#1382), closes (#1348) - Actionsheet:
- Card: Fixed UI breakage with Card for iPhoneX view.
PR (#1417), closes (#1234) - Icon: Wrong icon name mapping for Android.
PR (#1404), closes (#1331) - Picker: Added placeholderStyle to Picker. Customizable color for Icon with Picker
PR (#1414), closes (#1413) - Searchbar: Text vertically centered in Header SearchBar.
PR (#1403), closes (#1028) - Tabs: Fixed
overlayTop
position for Tabs.
PR (#1405), closes (#1330) - Toast: Text and Button-text supports empty string. Added default duration of 1500.
PR (#1395), closes (#1351) - Theme:
v2.3.4
v2.2.1
General
Dependencies
- Supports React Native >= v0.46.0