Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 2.77 KB

Version 2.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: Fixe 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