🐛 Bug Fixes
- Fixed wrong aria-label calendar cell from aria-pressed to aria-selected by (#1102) @sahilrajthapa
- Fixed issue where you can't type date when text-input and auto-apply are enabled (#1106) by @JoaoPedroAS51
- Fixed issue with disabled-dates function not working in year-picker mode (#1107) by @sahilrajthapa
- Fixed wrong css variable on time picker arrow icon (#1109) by @ayrtonandino
- Fixed issue with selectable months if year is out of range in
month-pickermode (#1145) by @spider-hand - Removed extra padding from the input when
clearableis set tofalse(#1150) by @Amirkian2023 - Fixed missing value and text props in
yearslot when using themonth-pickermode (#1154) by @mayswind - Fixed a11y typo in aria-selected logic for range end dates (#1167) by @brandonlavello