v0.9.0
·
16 commits
to main
since this release
Change-log
- Configuration options for DatePicker like the first day of the week
- Year Picker dropdown
- Month Picker dropdown
- New and modern styling for DatePicker and TimePicker
- Performance optimisation
Breaking Changes
- Both
DatePicker
andTimePicker
now acceptvalue
prop instead ofselected
prop - like other input components - DatePicker is a controlled component, so you need to pass a working onChange function which update the state in the parent component and re-render the DatePicker