Skip to content

v1.0.0-rc.3

Compare
Choose a tag to compare
@dmtrKovalenko dmtrKovalenko released this 16 Mar 13:12
b94a753

First of all thanks to all contributors :)
Here are release highlights ✨

🎉 Check out our new documentation website

Breaking changes

Utils class have been redone from static class to the instance-based, so now override utils via extends.

import DateFnsUtils from 'material-ui-pickers/utils/date-fns-utils';

export class CustomUtils extends DateFnsUtils {
...
}

Features

  • Localization - checkout out documentation for date-fns and moment
  • Disabling month navigation buttons depends on disabled days in the next/prev month #236
  • Add onOpen and onClose callbacks #234
  • Add ability to get the ref of rendered picker wrapper with pickerRef prop #265

Fixes

  • Fix DialogActions align when clearable is set to true in IE11 #267
  • [Typescript] Remove importing moment, add missing props definitions. #257
  • [Moment] Fix incorrectly working parsing keyboard input #274
  • [Moment] Fix mutation of moment object with startOfDay, endOfDay #266