Skip to content

v2.3.5

Compare
Choose a tag to compare
@shivrajkumar shivrajkumar released this 09 Dec 11:07
· 4933 commits to master since this release

Bug Fixes

  • Release Crash: Fixed PropTypes issue, which caused Release Crash for iOS and Android.
    PR (#1382), closes (#1348)
  • Actionsheet:
    • Actionsheet for Android returns buttonIndex as number.
      PR (#1401), closes (#1353)
    • Fixed Actionsheet returning different buttonIndex for different platforms when on touch outside
      PR (#1407)
  • Card: Fixed UI breakage with Card for iPhoneX view.
    PR (#1417), closes (#1234)
  • Icon: Wrong icon name mapping for Android.
    PR (#1404), closes (#1331)
  • Picker: Added placeholderStyle to Picker. Customizable color for Icon with Picker
    PR (#1414), closes (#1413)
  • Searchbar: Text vertically centered in Header SearchBar.
    PR (#1403), closes (#1028)
  • Tabs: Fixed overlayTop position for Tabs.
    PR (#1405), closes (#1330)
  • Toast: Text and Button-text supports empty string. Added default duration of 1500.
    PR (#1395), closes (#1351)
  • Theme:
    • Removed unused variable listItemHeight.
      PR (#1412), closes (#1398)
    • Use theme to turn off uppercase buttons on Android
      PR (#1422), closes (#1235)