- Type of selected date fixed in MapDaysProps
- Clearing internal state after resetting the value #261
-
Prevent showing the week of the next month #294
-
Better type support for TypeScript
-
MapDaysProps added to the index.d.ts #288
-
Calling onYearChange after year change in fullYear mode #277
-
RTL support for Keyboard accessibility
- Added isOpen type to DatePickerRef #246
- Using media query to apply hover style for days. #202
- rangeHover prop is now supported in the multiple-range mode. #234
- Ignore hover class for selected day in the mobile mode #202
- TimePicker plugin now prevents selecting disabled dates from the input #230
- DatePicker now prevents selecting disabled dates from the input #230
- CalendarRef & DatePickerRef added to the types #232
- Fixed a bug in the hour input of the AnalogTimePicker plugin #233
- onChange type in typescript fixed #186
- typingTimeout prop added to the DatePicker
- tabIndex bug fix in range mode
- Keyboard accessibility #139
- multipleRangeSeparator type fix
- steps added to the time picked and analog time picker #201
- multiple range picker.
- custom mobile labels bug fixed in default locale.
- monthYearSeparator added. #98-1
- formatMonth & formatYear added #98-2
- in datepicker onChange method has (date, {validatedValue, input, isTyping}) arguments for validations.
- highlightToday added. #145
- dateSeparator added.
- input is now editable in multiple & range mode. #147
- multipleRangeSeparator added.
- allow users to change the order of the header items by headerOrder prop.
- CustomComponentProps type exported for typescript. #175
- Bug in timepicker if number keeps being pressed fixed. #155
- The Calendar component accepts the HTMLDivElement props along with its own props.
- missed rangeHover prop added to index.d.ts.
- range hover effect added in onlyYearPicker and onlyMonthPicker.
- rangeHover added. #133
- Removed placeholder from input icon value. #130
- mobileButtons added to props.
- Dependencies updated. (React 18.2.0 and ...)