Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v3.2.1
Fixes:
- remove warning for undefined
inputElement
(#61)
- fix styling issue with table cells in year/decade view (#62)
v3.2.0
New:
- export date utilities
parseDate
and formatDate
(#59)
Fixes:
- add
format-type
property to custom element (#56)
v3.1.1
New:
- added japanese 🇯🇵 (
jp
) localization (by @planetaska #55)
- [docs] make all localizations available in playground
Fixed:
- make calendar month caption reactive when changing locale
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)