v1.0.0-rc.8
We are mostly on the way to the first long-term supported (1.0.0) release 🎉
Thanks to 2 contributors, supporting this release ❤️
Here what's changed:
Breaking changes
N / A
Features
- Auto selection of closest enabled date, if selected date is disabled in current calendar #392 @dmtrKovalenko
Fixes / Improvements
- Fix not disabled datepicker icon button in keyboard mode if whole input is disabled #392 @lolJS
- Fix not including year of maxDate in date-fns utils #399
- Disable scrolling on touch on Android
- Disable text selection on dragging over time clock
- Add cursor type when dragging clock pointer on desktop browsers
- [typescript] Fix missing isNull & parse in utils inteface #381
- [typescript] Improved utils typing overall. Utils are now a generic class instead of one reused.