v1.0.0
Hey ho!
1.0.0 release is here 🎉
We are happy to proceed with the stable version. Thanks for every user of this package 👍
We have a lot of changes for you there.
Big thanks to 7 contributors especially @TrySound and @rosskevin for their awesome work! 🔥
Breaking changes
-import MuiPickersUtilsProvider from 'material-ui-pickers/utils/MuiPickersUtilsProvider'
+import MuiPickersUtilsProvider from 'material-ui-pickers/MuiPickersUtilsProvider'
Features
- Rewrote codebase in typescript @rosskevin
- Opt in to es module build @TrySound
- Update to [email protected]
- Make inline pickers dispatch
onChange
before close - Fix alignment of today button in IE11 @ahce