v2.0.0
The new major release of material-ui-pickers has come.
We have moved our utils to the separate monorepo (star it here) and for now do
-import Utils from 'material-ui-pickers/utils/date-fns-utils'
+import Utils from '@date-io/date-fns'
And also we have added some fixes like
- Fix clearing time to 12:00 AM on each date change in DatePicker
- Fix intersection of hightlighted date in the last row
- Add
sideEffects: false
topackage.json
for better webpack treeshakability - Use tsdoc comments with types for docs site proptypes