Skip to content

v2.3.9

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 16 Feb 12:13
· 4760 commits to master since this release

General

  • Button: TouchableNativeFeedback supports Android Platform Version 21 onwards. PR (#1581), closes (#1580)

Enhancement Features

  • Theme: Fix/remove platform dependency/materialjs. PR (#1563)
  • Toast:
    • Refactored ToastContainer to DRY-up calls to Animated.timing.
    • Save a timeout when fading the toast out by using the Animated.timing completion callback.
      PR (#1562)
  • Typescript:
    • Added thumbnail prop in ListItem Typescript. PR (#1583)
    • Added small and large properties to Thumbnail. PR (#1590)
    • Added leftOpenValue property to interface List. PR (#1569), closes (#1565)
    • Added few Card and CardItem types. PR (#1588)
    • Added type prop to Icon. PR (#1594)
    • Added button icon types for ActionSheet options. PR (#1589)

Bug Fixes

  • ActionSheet:
    • Fixed warning issue. Changed Flatlist keytype from number to string. PR (#1573), closes (#1571)
    • Defined bounds of ActionSheet modal to restrict within the Root container in case of huge list of options for ActionSheet modal. PR (#1597), closes (#1595)
  • Footer: Styled child components of Footer. PR (#1582), closes (#1576)
  • Input: Fixed overlapsping of Stack label with Input text field when wrapped without Content. PR (#1585), closes (#1533)
  • Typescript:
    • Changed SubTitle to Subtitle. PR (#1586)