v2.2.0
Big thanks for 5 contributors, that made this release possible! 🥇
Breaking changes:
Rename classnames of Day
component to disable material-ui warning:
- classes={ selected: {}, disabled: {} }`
+ classes={ isSelected: {}, isDisabled: {} }`
Features:
- Add month picker and
views
props to combine different views @OleksiiKukuruza - Add
minutesStep
prop @etairi - Support
@material-ui/styles
- [#900] Dispatch onChange for inline pickers if value was null (#904)
- [#886] Fix not dispatching on clearing input of inline datepicker (#902)
- Support
@material-ui/core
v2.3.9
Also we are working hard on improving soundness of this project. So we started work on e2e
coverage. We are using cypress to automate regression. Here you can see real-time regression results 😎