Releases: kasper9n/date-picker-svelte
Releases · kasper9n/date-picker-svelte
Release list
v3.0.0
- Breaking: Require Svelte 5.19 or later
- Breaking: Enable DateInput
dynamicPositioningby default. If there's not enough space on the screen, this means the popup can appear above/below and right/left-aligned to the input. If yourDateInputis near the edge of a non-overflow/scollable container, check how it behaves. - Use
ClassValuetype forclassprop - Use
:focus-visibleinstead of:focus
v2.17.0
v2.16.0
v2.15.2
- Fix
timePrecisionnot always setting unused values to 0 (@stinger567)
v2.15.1
v2.15.0
v2.14.1
- Fix value bindings not always causing updates (@asdfghjkkl11)
v2.14.0
v2.13.0
- Add MMM format to allow short month names (@peterbell215)
- Add date-fns 3 support