Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v3.1.0
New:
- new prop
minuteIncrement
enabling specific minute interval selection (#46)
v3.0.1
New
- new localizations: 🇮🇩
id
(#45), 🇨🇿 cs
, 🇸🇰 sk
Fixes
- docs: use only one layout
v3.0.0
New:
- [breaking] exports only some files, not whole package. Namely locales are available in
svelty-picker/i18n
import.
- let sveltekit autogenerate types
Fixes:
- fixed dev error on missing HTMLElement when importing component in sveltekit project (#44)
- correctly expose global
config
property
v2.1.2
Fixes:
- fix check for disabled dates in year/decade view (#43)
- show disabled date with custom color (new CSS variable
--sdt-disabled-date
)
- fix warning about not set expected property
v2.1.1
Fixes:
- off styling in year and decade view (#41)
v2.1.0
New:
- animation of decade view (8b1d239)
- extend
<input type="text">
for custom element (#39) [BC break]
Fixes:
- setting default date on keyboard nav (22b690a)
- minute view selection after first keystroke in hour view (4c7d807)
v2.0.1
Fixes:
- fix not updating of table caption (#37)
🤩 2.0.0
Long time desired....
New:
- extend
startDate
and endDate
to include also time (#14)
- better time animation when switching from hour to minute view
- moved to svelte/kit
Fixes:
- completely rewritten date handling logic, fixed various issues(#23, #28, #29)
- updated date parsing/formatting with addition of
php
date format, (#30, #34, #35)
- fix logic behind setting of
readonly
property
v1.3.0
New:
- add
clearToggle
property (#25)
Fixes:
- fix crippling initial value (#27)
v1.2.4
Fixes:
- reverting breaking change from
v1.2.3
(#16)