Skip to content

v0.9.0

Compare
Choose a tag to compare
@siddharthborderwala siddharthborderwala released this 23 Aug 12:23
· 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 and TimePicker now accept value prop instead of selected 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

DatePicker
Date Picker

DatePicker with the Month Picker open
Month Picker

DatePicker with the Year Picker open
Year Picker