Skip to content

v2.4.4

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 11 May 07:32
· 4503 commits to master since this release

Upgraded Features

  • Font: Default font size changed to 16. PR (#1864)
  • ListItem:
    • Added noBorder style for ListItem with props namely icon, avatar and thumbnail. PR (#1855), closes (#1844)
    • Added noIndent props to listItem. PR (#1863), closes (#1847)
    • Added listItemSelected to theme variables. PR (#1873)
  • Radio: Added active and inactive color props to radio. PR (#1873), closes (#1481)

Bug Fixes

  • Card: Fixed CardItem bordered from displaying randomly for Android. PR (#1860), closes (#1818)
  • Font: Added Font rubicon-icon-font.ttf. PR (#1851), closes (#1850)
  • Footer: Fixed Button text color for all color shades when used in <Footer>. PR (#1876)
  • Input:
    • Fixed floating label input text from going onto second line. PR (#1857), closes (#1854)
    • Removed lineHeight dependency of Stackedlabel input. PR (#1872), closes (#1731)
  • Picker:
    • Added support to style iosIcon of picker (iOS). PR (#1861), closes (#1843)
    • Fixed Picker from disappearing for Android when displayed along with icon. PR (#1862), closes (#457)