forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Supriya Kalghatgi
authored and
Supriya Kalghatgi
committed
Jul 19, 2018
1 parent
f93b115
commit 7a42759
Showing
3 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,20 @@ | ||
# Version [2.7.1](https://github.com/GeekyAnts/NativeBase/releases/tag/v2.7.1) | ||
# Version [2.7.2](https://github.com/GeekyAnts/NativeBase/releases/tag/v2.7.2) | ||
|
||
### General Features | ||
|
||
* **React Native Vector Icons:** Upgraded from 4.5.0 to 4.6.0. Commit ([4420ec3](https://github.com/GeekyAnts/NativeBase/commit/4420ec37ee8e802b38237703e82824307fcf7d13)), ([9963c3e](https://github.com/GeekyAnts/NativeBase/commit/9963c3e2055fcbefb58a2d9df87e655fb43c1409)) | ||
|
||
|
||
### Upgraded Features | ||
|
||
* **ActionSheet:** Added hide() to close actionsheet on command (Android). PR [#2099](https://github.com/GeekyAnts/NativeBase/pull/2099), closes [#2090](https://github.com/GeekyAnts/NativeBase/issues/2090) | ||
* **Date Picker:** | ||
- Show default date if `placeHolderText` prop is not defined. PR [#2087](https://github.com/GeekyAnts/NativeBase/pull/2087), closes [#2086](https://github.com/GeekyAnts/NativeBase/issues/2086) | ||
- Added `disabled` prop to prevent user making selection of date. PR [#2114](https://github.com/GeekyAnts/NativeBase/pull/2114), closes [#2113](https://github.com/GeekyAnts/NativeBase/issues/2113) | ||
- Allow formatting of DatePicker chosen date text. Commit ([0b59fb7](https://github.com/GeekyAnts/NativeBase/commit/0b59fb7eab77c51b36508f3ba842911260426ffd)), closes [#2056](https://github.com/GeekyAnts/NativeBase/issues/2056) | ||
* **Drawer:** Deprecated NativeBase Drawer. PR [#2100](https://github.com/GeekyAnts/NativeBase/pull/2100) | ||
* **Tab:** Tab button text font size is customizable from theme. PR [#2051](https://github.com/GeekyAnts/NativeBase/pull/2051), closes [#1992](https://github.com/GeekyAnts/NativeBase/issues/1992) | ||
* **Theme:** Added default background color (white) for container component. PR [#2068](https://github.com/GeekyAnts/NativeBase/pull/2068) | ||
* **Accordion:** Takes flexible dataArray input by passing `item` as callback parameter instead of `title` and `content`. PR [#2125](https://github.com/GeekyAnts/NativeBase/pull/2125), closes [#2116](https://github.com/GeekyAnts/NativeBase/issues/2116) | ||
* **Toast:** Added `hide` function for hiding toast. PR [#2124](https://github.com/GeekyAnts/NativeBase/pull/2124), closes [#1287](https://github.com/GeekyAnts/NativeBase/issues/1287) | ||
* **Typescript:** Updated extended prop names. PR [#2070](https://github.com/GeekyAnts/NativeBase/pull/2070) | ||
|
||
|
||
|
||
### Bug Fixes | ||
|
||
* **Checkbox:** Checkbox icon takes `CheckboxIconMarginTop` theme variable. PR [#1944](https://github.com/GeekyAnts/NativeBase/pull/1944) | ||
* **Picker:** Supports different `Picker.Item` generation. PR [#2074](https://github.com/GeekyAnts/NativeBase/pull/2074), closes [#983](https://github.com/GeekyAnts/NativeBase/issues/983) | ||
* **Theme:** Theme files support transform (array of objects). PR [#2106](https://github.com/GeekyAnts/NativeBase/pull/2106), closes [#2103](https://github.com/GeekyAnts/NativeBase/issues/2103) | ||
* **Typescript:** | ||
- Added prop "mode" in Picker. PR [#2021](https://github.com/GeekyAnts/NativeBase/pull/2021) | ||
- Added Content `keyboardShouldPersistTaps` and `keyboardDismissMode` typings. Commit ([bf33038](https://github.com/GeekyAnts/NativeBase/commit/bf3303876f9f7cb9d66f9e9a9c73315e26f655e8)) | ||
* **Footer:** Vue Native - Footer issue fixed for iPhoneX. Commits ([a4a077d](https://github.com/GeekyAnts/NativeBase/commit/a4a077d1fa59aa049ab093d0e32a5c6def0ff5e1)) | ||
* **Header:** | ||
- Fixed vertical alignment of elements in Header on iPhoneX. PR [#2133](https://github.com/GeekyAnts/NativeBase/pull/2133), closes [#2128](https://github.com/GeekyAnts/NativeBase/issues/2128) | ||
- Vue Native - Header issue fixed for iPhoneX. Commits ([a4a077d](https://github.com/GeekyAnts/NativeBase/commit/a4a077d1fa59aa049ab093d0e32a5c6def0ff5e1)) | ||
* **Icon:** Fixed Ionicons, Feather and MaterialCommunityIcons font issue of 2.7.1. Commits ([951f154](https://github.com/GeekyAnts/NativeBase/commit/951f154d2a10d5459801ddce57addf3ee867e0ac)), ([f93b115](https://github.com/GeekyAnts/NativeBase/commit/f93b11530e572431ffd3148bcd65063609896e2f)), closes [#2138](https://github.com/GeekyAnts/NativeBase/issues/2138), [#2153](https://github.com/GeekyAnts/NativeBase/issues/2153) | ||
* **TypeScript:** Fixed date picker props. PR [#2132](https://github.com/GeekyAnts/NativeBase/pull/2132), closes [#2126](https://github.com/GeekyAnts/NativeBase/issues/2126) |
Binary file not shown.
Binary file not shown.