Skip to content

Commit d4769fe

Browse files
Supriya KalghatgiSupriya Kalghatgi
Supriya Kalghatgi
authored and
Supriya Kalghatgi
committed
Transpiled, updated Changelog
1 parent 7931d10 commit d4769fe

11 files changed

+22
-22
lines changed

CHANGELOG.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
# Version [2.7.2](https://github.com/GeekyAnts/NativeBase/releases/tag/v2.7.2)
1+
# Version [2.8.0](https://github.com/GeekyAnts/NativeBase/releases/tag/v2.8.0)
2+
23

34
### General Features
45

5-
* **lodash:** Upgraded lodash to 4.17.0 to fix low severity vulnerability. Commit ([c2fe1e7](https://github.com/GeekyAnts/NativeBase/commit/c2fe1e70f923d9283cf4f5f227bcc0e1a38b8183)), closes [#2118](https://github.com/GeekyAnts/NativeBase/issues/2118)
6+
* **lodash:** Upgraded lodash to 4.17.10 to fix vulnerability issue. Commit [dc9ac11](https://github.com/GeekyAnts/NativeBase/commit/dc9ac1131432ba1cac21f900a61f31af848b68ea), closes [#2118](https://github.com/GeekyAnts/NativeBase/issues/2118)
67

78

89
### Upgraded Features
910

10-
* **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)
11-
* **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)
12-
* **Typescript:** Updated extended prop names. PR [#2070](https://github.com/GeekyAnts/NativeBase/pull/2070)
11+
* **Drawer:** Added back Drawer. PR [#2243](https://github.com/GeekyAnts/NativeBase/pull/2243)
12+
* **Form:** Added `disabled` prop with TextArea. Commit [c3d9d72](https://github.com/GeekyAnts/NativeBase/commit/c3d9d72318f14181a1ecab68c7cd9cd13d14529c)
1313

1414

1515

1616
### Bug Fixes
1717

18-
* **Card:** Fixe Card flexes with wrapping Content. PR [#2148](https://github.com/GeekyAnts/NativeBase/pull/2148), closes [#2136](https://github.com/GeekyAnts/NativeBase/issues/2136)
19-
* **Footer:** Vue Native - Footer issue fixed for iPhoneX. Commits ([a4a077d](https://github.com/GeekyAnts/NativeBase/commit/a4a077d1fa59aa049ab093d0e32a5c6def0ff5e1))
20-
* **Header:**
21-
- 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)
22-
- Vue Native - Header issue fixed for iPhoneX. Commits ([a4a077d](https://github.com/GeekyAnts/NativeBase/commit/a4a077d1fa59aa049ab093d0e32a5c6def0ff5e1))
23-
* **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)), ([7a42759](https://github.com/GeekyAnts/NativeBase/commit/7a42759513706f60546ce3045376a6a93f574a48)), closes [#2138](https://github.com/GeekyAnts/NativeBase/issues/2138), [#2153](https://github.com/GeekyAnts/NativeBase/issues/2153)
24-
* **Input:** Modified assertion on the `Item` component to use the `displayName` prop to support HOC. PR [#2001](https://github.com/GeekyAnts/NativeBase/pull/2001), closes [#2011](https://github.com/GeekyAnts/NativeBase/issues/2011)
25-
* **Tabs:** Allow overriding of theme variable with explicit styles prop on Tab. PR [#2144](https://github.com/GeekyAnts/NativeBase/pull/2144), closes [#2134](https://github.com/GeekyAnts/NativeBase/issues/2134)
26-
* **TypeScript:** Fixed date picker props. PR [#2132](https://github.com/GeekyAnts/NativeBase/pull/2132), closes [#2126](https://github.com/GeekyAnts/NativeBase/issues/2126)
18+
* **Form:**
19+
- Fixed floatingLabel input label cuts on Android Plus devices. PR [#2149](https://github.com/GeekyAnts/NativeBase/pull/2149), closes [#2117](https://github.com/GeekyAnts/NativeBase/issues/2117)
20+
- Fixed modifying the assertion on the Item component to use displayName prop. PR [#2001](https://github.com/GeekyAnts/NativeBase/pull/2001), closes [#2011](https://github.com/GeekyAnts/NativeBase/issues/2011)
21+
* **Gravatar:** Added missing import `prop-types` package. PR [#2175](https://github.com/GeekyAnts/NativeBase/pull/2175)
22+
* **Header:** Fixed Icon size for Left and Right component of Header. Commit [c232bb6](https://github.com/GeekyAnts/NativeBase/commit/c232bb69c7071c3e194480f83f16bc219e5dd030), closes [#2205](https://github.com/GeekyAnts/NativeBase/issues/2205)
23+
* **ListItem:** Fixed Left component alignment for ListItem avatar when the content in Body is in multiple lines. Commit [007fabb](https://github.com/GeekyAnts/NativeBase/commit/007fabb3a3cd44a44d9553b0b78f40140aabd4bb), closes [#2226](https://github.com/GeekyAnts/NativeBase/issues/2226)

dist/src/basic/Drawer/index.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/basic/Drawer/index.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/basic/Gravatar.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)