- Added Accordion component. (28b1033), closes #1721
- Added Date Picker component. (b7968c4), closes #882
- Added Jest test cases to components. (b267c1c)
- 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 - Segment: Added icon support with segments. PR #1929
- Typescript:
- ActionSheet:
- Button:
View
renders Block style button inForm
for Android. PR #1900, closes #1852 - Input: Floating Label reset its position when input is cleared. PR #1606, closes #1079, #1605
- ListItem:
- Picker:
- Segment: Removed segment button horizontal padding. PR #1926, closes #1917
- Toast:
- Typescript: CheckBox interface extends Touchableopacity props. PR #1912, closes #1906