Version 2.7.2
- Accordion: Takes flexible dataArray input by passing
item
as callback parameter instead oftitle
andcontent
. PR #2125, closes #2116 - Toast: Added
hide
function for hiding toast. PR #2124, closes #1287 - Typescript: Updated extended prop names. PR #2070
- Card: Fixe Card flexes with wrapping Content. PR #2148, closes #2136
- Footer: Vue Native - Footer issue fixed for iPhoneX. Commits (a4a077d)
- Header:
- 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 thedisplayName
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