Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v3.4.3
New
- add korean 🇰🇷 (
ko
) translation by (@susemi99 in #84)
Fixes
- fix error when importing component into non
type=module
component (by @MarkNerdi in #85)
v3.4.2
Fixes:
- fix order of parsing string date which could result into different date selected
v3.4.1
Fixes;
- prevent form submit on time picker button click
v3.4.0
New:
- add
startView
property to set initial view. Following values are allowed: (#79)
0
- decade view
1
- year view
2
- month view (default
3
- time picker
v3.3.0
New:
- no virtual keyboard on mobile (#78)
Fixes:
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