Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 2.53 KB

Version 2.5.2

Upgraded Features

  • Accordion: Added border style to accordion along with customisable from theme. PR #2010
  • Card: Added card borderRadius to theme. PR #2008, closes #1845
  • DatePicker:
    • Exposed onDateChange method for iOS. PR #1987
    • Added placeHolderTextStyle props to DatePicker. PR #1972, closes #1991
  • Header: Added transparent prop with Header. PR #1995, closes #1981
  • Typescript: Added definitions for Accordion and DatePicker. PR #1997, closes #1986

Bug Fixes

  • General: NativeBase passes flow check. 4663af0, closes #633
  • Header: Fix header padding issue on iphoneX in case of inline styles. PR #2012, closes #1985
  • Input:
    • StackedLabel supports multiline prop. PR #1927, closes #1924
    • Fixed back StackedLabel input scroll. PR #2007, closes #2006
    • FloatingLabel supports multiline prop. PR #1935
    • Added check to filter out Input. PR #1922, closes #1915
  • Tabs: Tab button text font size is customizable from theme. PR #1996, closes #1992
  • Typescript: