v1.0.0-rc.14
Good day! We have a lot of good news for you! 🥇
Breaking changes
- Updated to
[email protected]
, so date-fns users must update.
P.S. If you cannot update you can still useutils/date-fns-utils-old
for compatibility - We have reorganized a lot of files so if you are using some internal components, directory may
be changed
- import Calendar from 'material-ui-pickers/DatePicker/Calendar';
+ import Calendar from 'material-ui-pickers/DatePicker/components/Calendar';
Features
We are announcing new displaying mode - Inline popover view. This should be very useful for desktop experience. 🚀
import { InlineDatePicker } from 'material-ui-pickers/DatePicker';
<InlineDatePicker
label="Basic example"
value={selectedDate}
onChange={this.handleDateChange}
/>
Fixes / Enhancements
- Fix
transKey
prop type warning 😱 - Update
@babel/runtime
to much material-ui version and update wholebabel
to v7 - Increase coverage to > 80% 🎉
- Fix not working
animateYearScrolling
withopenToYearSelection
#565 - Fix clipping component vertically on small screens