Releases: probablykasper/date-picker-svelte
Releases · probablykasper/date-picker-svelte
v2.15.1
v2.15.0
- Default to the current year instead of 2020 for year-less date inputs
v2.14.1
- Fix value bindings not always causing updates (@asdfghjkkl11)
v2.14.0
- Add Svelte 5 support
v2.13.0
- Add MMM format to allow short month names (@peterbell215)
- Add date-fns 3 support
v2.12.0
v2.11.0
- Add component slot, for adding your own child elements
- Don't clamp time of day when settig date/month/year
- Fix time field sometimes showing a value outside
min
/max
- Fix time field losing highlight after pressing left/right arrow keys
- Use numeric keyboard in time field
- Fix time field not losing highlight
v2.10.1
- Fix view not updating when value changes externally with
browseWithoutSelecting
v2.10.0
- Add
required
prop (@ChromuSx) - Add
id
prop (@portfolioris)
v2.9.0
- Add
timePrecision
prop for showing a time picker (@nihanmubashshir)