Releases: probablykasper/date-picker-svelte
Releases · probablykasper/date-picker-svelte
v2.2.3
- Improve Tailwind compatibility
v2.2.2
- Fix accessibility hints
- Improve Tailwind compatibility
v2.2.1
- Fix month dropdown left/right arrow shortcuts
v2.2.0
- Add
disabled
property
v2.1.1
- Fix broken month dropdown on Firefox
- Fix unreliable clamping to min/max dates
- Fix month
Up/Down
arrow key shortcuts
v2.1.0
- Add
browseWithoutSelecting
property - Use well-supported
:focus
instead of:focus-within
v2.0.0
- Breaking: Allow DateInput/DatePicker value to be
null
- Breaking: The value is now
null
by default - Use
rem
for sizing the DatePicker - Make the DatePicker slightly larger
- Make the calendar tabbable
- Add
Shift/Alt+Up/Down
shortcut for changing year - Add
Shift/Alt+Left/Right
shortcut for changing month - Fix styling issue for languages with long month names
v1.3.0
- Add
closeOnSelection
property for DateInput
v1.2.0
- Hide disabled dates
- Fix disabled dates not reacting to
min
andmax
being updated
v1.1.1
- Fix some dates showing as wrong weekdays
- Fix invalid input fields resetting when clicked