v1.0.0-rc.5
Entirely thanks to 5 contributors, that makes this release possible ❤️
Here are release hightlights ✨
- Add
Today
button for pickers - Continue support of persian calendar system
- New animations 🎉
Breaking changes
N/A
Features
- Add
Today
button for date/time pickers #317 @tkachenko-tatiana - Continue support of persian calendar system #154 @alitaheri
- Add new animation of clock transitions #304 @dmtrKovalenko
- Add
onError
callback to add an ability #316 manage errors controllable @dmtrKovalenko
Fixes / Enhancements
- Fix dispatching error on clearing date in keyboard mode @dmtrKovalenko
- [typescript] Fix error on trying to inherit utils @dmtrKovalenko
- [typescript] Add lib-specific typed definitions for utils @dmtrKovalenko
- [docs] New navigation system @cherniavskii
- [docs] Document opening pickers progrmatically @dmtrKovalenko
- Make
MuiPickerUtilsProvider
plainComponent
instead of pure to make it work with React Router Hoc @dmtrKovalenko