- DatePickerView uses setDate(year:month:day) to replace setYear, setMonth, setDay. This ensures that the values are set in order.
- Fix the UI bug when the date picker is set continuously.
- Fix the bug that the current time is wrong
- Use shorter month descriptions in DatePicker
- Fix the style bug of DatePicker that the date is disabled when modifying the month if the year is unchanged.
- Fix the bug of scrolling completion callback of WheelPickerRecyclerView.
- Fix the bug that when setting the time range of DatePicker, the vibration feedback will be triggered incorrectly.
- Fix the bug that all WheelPicker cannot disable vibration feedback
- Add DatePickerView