Releases: GeekyAnts/NativeBase
Releases · GeekyAnts/NativeBase
v2.9.3
Upgraded Features
- TypeScript: Header
noLeft
added to TypeScript. Commit 3b7fe7e
- Added missing Font files. Commit 05e1d63
v2.9.2
Bug Fixes
- iPhoneX family height issue fixed. Commit b509691
v2.9.1
Upgraded Features
- TypeScript:
- Added tabs property to TypeScript definition. PR #2381. Commit cd7db3d
- Added radio property to TypeScript definition. PR #2333. Commit 15f59c6
- Added
expanded
property of <Accordion>
to Typescript definition. Commit 7b8a09b, closes #2490
- Added
AntDesign
and FontAwesome5
to TypeScript. Commit 984d2b3
- Theme: passed
variables
param to cardTheme. PR #2399. Commit 6152ba4
- Updated .travis.yml (ci:test Node.js). PR#2445. Commit 18378e4
- Updated index.d.ts. PR#2389. Commit 405c77a
- Removed commented console log statements. Commit 629e2c5
Bug Fixes
- ListemItem: Fixed
testID
for ListItem. PR#2367. Commit 8005412, closes#2366
- Drawer: Android drawer overlay fix. PR#2335. Commit 96c6cff, closes#2312
- Typescript:
- Fixed Typescript definition for
picker
property of <Item>
. PR#2473. Commit 4fc6607, closes #2325, #2332
- Fixed Typescript error for
<Picker>
prop supportedOrientations
. Commit e4028e3, closes #2324
- Fixed circular dependencies and eslint warnings. PR#2394. Commit 6b7ce2b, closes #2320
- Lint fix. Commit 23434c5
v2.9.0
General Features
- react-native-vector-icons: Upgraded from 6.0.2 to 6.1.0. Commit 34a99bd
Upgraded Features
- Added
AntDesign
and FontAwesome5
icons. Commit 34a99bd
- Updated icon names as per
Ionicons
family of react-native-vector-icons
. Commit bdc8fbf
v2.8.2
General Features
- react-native-vector-icons: Upgraded from 4.6.0 to 6.0.2. Commit f841390, closes #2290, #2351
Upgraded Features
- ListItem:
- Used 'undefined' instead of 'null' for exports.ListItem. Commit 78bedc6
- Fixed
testID
for ListItem. Commit e0315f4
- Typescript:
- Added radio property to Typescript definition. Commit 051c977
- Added tabs property to Typescript definition. Commit 072a612
- TextArea: Added
bordered
attribute in index.d.ts. PR #2400. Commit 9becd07
- Theme: passed
variables
param to cardTheme. Commit 2ddd402
- TabBar: Removed circular dependency. Commit d23c76c
- DatePicker:
- Removed circular dependency. Commit 86597e2
- Added prop
supportedOrientations
. Commit 2d61495, closes #2376
- List: Added functions openLeftRow() & openRightRow() in Swipeable List. PR #2474, Commit eb110b9, closes #1611
Bug Fixes
- Checkbox:
- Checkbox Icon display issue fixed. Commit 86da164, closes #2368
- “transparent” tick/alpha issue in Android fixed. Commit 4e4450e, closes #2344
- Drawer: Android drawer overlay fix. Commit 9468dcc
- Picker: Landscape mode orientation issue fixed with prop
supportedOrientations
. Commit 613023b, closes #2339
- Item: FloatingLabel animation issue fixed. Commit f4689f7, closes #2248
- Fixed linter warnings. Commit 4656803
v2.8.1
Upgraded Features
- Theme: Added
// @flow
support to ejected Theme. Commit 1fb273b, closes #2188
- Typescript:* Added Header
transparent
prop. Commit 3f97dce, closes #2253
- Added transpiled flow-typed. Commit 237958d
Bug Fixes
- Item:
- FloatingLabel color issue fixed. Commit 3e3ba4e, closes #2248
- FloatingLabel broken issue fixed. Commit c491ecc, closes #2264
- Thumbnail support for FloatingLabel. Commit 2e4d414, closes #2271
- Button: Background bug issue fixed. Commit 4167cbf, closes #2251
- Accordion: TypeScript error for
expanded
property on renderHeader issue fixed. Commit 6153ad5, closes #2160
v2.8.0
General Features
- lodash: Upgraded lodash to 4.17.10 to fix vulnerability issue. Commit dc9ac11, closes #2118
Upgraded Features
- Drawer: Added back Drawer. PR #2243
- Form: Added
disabled
prop with TextArea. Commit c3d9d72
- Gravatar: Added missing import
prop-types
package. PR #2175
Bug Fixes
- Form:
- Fixed floatingLabel input label cuts on Android Plus devices. PR #2149, closes #2117
- Fixed modifying the assertion on the Item component to use displayName prop. PR #2001, closes #2011
- Header: Fixed Icon size for Left and Right component of Header. Commit c232bb6, closes #2205
- ListItem: Fixed Left component alignment for ListItem avatar when the content in Body is in multiple lines. Commit 007fabb, closes #2226
v2.7.2
General Features
- lodash: Upgraded lodash to 4.17.0 to fix low severity vulnerability. Commit (c2fe1e7), closes #2118
Upgraded Features
- Accordion: Takes flexible dataArray input by passing
item
as callback parameter instead of title
and content
. PR #2125, closes #2116
- Toast: Added
hide
function for hiding toast. PR #2124, closes #1287
- Typescript: Updated extended prop names. PR #2070
Bug Fixes
- Card: Fixed card flexes with wrapping Content. PR #2148, closes #2136
- Footer: Vue Native - Footer issue fixed for iPhoneX. Commits (a4a077d)
- Header:
- Fixed vertical alignment of elements in Header on iPhoneX. PR #2133, closes #2128
- Vue Native - Header issue fixed for iPhoneX. Commits (a4a077d)
- Icon: Fixed Ionicons, Feather and MaterialCommunityIcons font issue of 2.7.1. Commits (951f154), (f93b115), (7a42759), closes #2138, #2153
- Input: Modified assertion on the
Item
component to use the displayName
prop to support HOC. PR #2001, closes #2011
- Tabs: Allow overriding of theme variable with explicit styles prop on Tab. PR #2144, closes #2134
- TypeScript: Fixed date picker props. PR #2132, closes #2126
v2.7.1
General Features
- React Native Vector Icons: Upgraded from 4.5.0 to 4.6.0. Commit (4420ec3), (9963c3e)
Upgraded Features
- ActionSheet: Added hide() to close actionsheet on command (Android). PR #2099, closes #2090
- Date Picker:
- Show default date if
placeHolderText
prop is not defined. PR #2087, closes #2086
- Added
disabled
prop to prevent user making selection of date. PR #2114, closes #2113
- Allow formatting of DatePicker chosen date text. Commit (0b59fb7), closes #2056
- Drawer: Deprecated NativeBase Drawer. PR #2100
- Tab: Tab button text font size is customizable from theme. PR #2051, closes #1992
- Theme: Added default background color (white) for container component. PR #2068
Bug Fixes
- Checkbox: Checkbox icon takes
CheckboxIconMarginTop
theme variable. PR #1944
- Picker: Supports different
Picker.Item
generation. PR #2074, closes #983
- Theme: Theme files support transform (array of objects). PR #2106, closes #2103
- Typescript:
- Added prop "mode" in Picker. PR #2021
- Added Content
keyboardShouldPersistTaps
and keyboardDismissMode
typings. Commit (bf33038)
v2.7.0
Dependencies
- React >= 16.4.1
- React Native >= 0.56.0
Upgraded Features
- Upgraded react-native-easy-grid to 0.2.0
- Upgraded babel-jest to 23.2.0
- Upgraded babel-preset-react-native to 4.0.0
- Upgraded jest to 23.3.0
- Upgraded react to 16.4.1
- Upgraded react-native to 0.56.0
- Upgraded react-native-vector-icons to 4.6.0
- Upgraded react-test-renderer to 16.4.1
Bug Fixes
- Compatible with React Native 0.56.0, fixed
ReactNativePropRegistry
issue.