v1.0.0-rc.13
Good day! We apologize for long break with such critical changes :(
But we are ready to move on and big thanks to 6 contributors, that worked hard on this release 🚀
Breaking changes
container
prop was removed, now use newDialogProps
property to pass container to dialog
- <DatePicker container={...} />
+ <DatePicker DialogProps={{ container: ... }} />
Fixes / enhancmenents
- Add new
DialogProps
property - Fix not working 24hours mode @sakulstra
- Migrate to react-transition group v2 to reduce bundle size @sakulstra
- Fix not displaying arrow icons in IOS safari
- Improve finding closest enabled date algorithm @Philipp91
- Fix warning on duplicate keys with luxon utils @jarib
- Fix not applying materail-ui font-family change to days components