Skip to content

v1.0.0-alpha.12

Compare
Choose a tag to compare
@dmtrKovalenko dmtrKovalenko released this 04 Nov 09:38
cdd7475

First of all want to thanks @BGuthrieJr he made this release possible 🥇

Here are some highlights ✨

Features

<DateTimePicker
   dateRangeIcon={<DateIcon />} // can be a component from material-ui-icons
   timeIcon={<TimeIcon />}
   leftArrowIcon="add_alarm"
   rigtArrowIcon="snooze"
/>

Component Fixes / Enhancements

  • Fix not working am/pm selection outside the hour view [TimePicker] [DatePicker]
  • Fix not applying am/pm without changing time [TimePicker] [DatePicker]
  • Fix horizontal scrolling issue for mobile devices
  • Fix keyboard focusing on close issue for mobile