Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 1.88 KB

Version 2.4.0

New Features

  • NativeBase is now available for web.

Upgraded Features

  • Theme:
    • Removed excess marginLeft with List. PR (#1712), closes (#1274)

Bug Fixes

  • Button: Fixed ripple / highlight effect on a rounded button with respect to its border radius. PR (#1684), closes (#1206)
  • CardItem: Fixed Text color of CardItem with bordered. Fixed Footer text when used with bordered CardItem. PR (#1694)
  • FAB: Fixed FAB container flexDirection code. PR (#1711), closes (#1707)
  • Label: Fixed usage of StyleSheet with Label. PR (#1699), closes (#1687)
  • ListItem: ListItem pass down delayPressOut & other TouchableHighlight props. PR (#1702), closes (#1701)
  • Theme:
    • Fixed FooterTab variables for Android. PR (#1693), closes (#1688)
  • Typescript:
    • Added refreshing and refreshControl to Content definition. PR (#1680), closes (#1674)
    • Added textStyle field to Picker. PR (#1646)