Skip to content

v2.5.0

Compare
Choose a tag to compare
@SupriyaKalghatgi SupriyaKalghatgi released this 08 Jun 10:30
· 4399 commits to master since this release

New Features

  • Added Accordion component. (28b1033), closes #1721
  • Added Date Picker component. (b7968c4), closes #882
  • Added Jest test cases to components. (b267c1c)

Upgraded Features

  • Upgraded dev dependencies to support Jest test cases. (b267c1c)
  • Safearea implementation for Header, Content and Footer. PR #1614, #1920, closes #1951
  • Icon: Added type Icon Proptypes. PR #1797
  • Picker:
    • Added back modalStyle for iOS picker. PR #1928, closes #1923
    • Added enabled prop to picker for iOS. PR #1899, closes #1825
  • Segment: Added icon support with segments. PR #1929
  • Typescript:
    • Added Icon typing to Button. PR #1902
    • Added noIndent typing to ListItem. PR #1902
    • Updated with new types which supports latest of react-native types (16.3+). PR #1913, closes #1905

Bug Fixes

  • ActionSheet:
    • Update ActionSheet refs, if application root is reinitialized. PR #1700, closes #1397, #1315, #937, #1895
    • Title space added to Actionsheet only in presence of title prop. PR #1945, closes #1938
  • Button: View renders Block style button in Form for Android. PR #1900, closes #1852
  • Input: Floating Label reset its position when input is cleared. PR #1606, closes #1079, #1605
  • ListItem:
    • Added touchableHighlightStyle props for listItem. PR #1890, closes #1799
    • ListItem supports all touchablenativefeedback props. PR #1950, closes #1946
  • Picker:
    • Picker renders with single item defined in its Item list. PR #1921, closes #1918
    • Picker radio button aligned to right. PR #1953, closes #1952
  • Segment: Removed segment button horizontal padding. PR #1926, closes #1917
  • Toast:
    • Update Toast refs, if application root is reinitialized. PR #1700, closes #1121, #1895, #1790
    • Set Toast without timeout along with reason for onClose. PR #1737, closes #1706, closes #1708
  • Typescript: CheckBox interface extends Touchableopacity props. PR #1912, closes #1906