Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v5.2.9
Fixes:
- fix date suffix also for
standard
format type (#173)
v5.2.7
New:
- add svelte 5 support (#170)
v5.2.6
Fixes:
- show keyboard on mobile when
manualInput
is set (#166)
- correctly interpolate minute value with custom
minuteIncrement
when clicked on button (#167)
- update quadrant size to correctly compute 'misclicked' minute value (#168)
v5.2.5
Fixes:
- removed forgotten
console.log
(#163)
v5.2.4
Fixes:
- Clicking on "today" button in range mode set whole range (#161) (PR #162)
v5.2.3
Fixes:
- Always set right to next month if daterange selection is in the same month #159 (PR #160)
v5.2.2
Fixes
- add missing css class
is-minute-view
to differentiate between hour and minute view
v5.2.1
New
- add simplified chinese 🇨🇳 (
zh_CN
) i18n (#149)
- add arabic
ar_DZ
, ar_MR
, ar_YE
i18n (#154)
Fixes
- use of
sdt-bg-selected
as fallback value for --sdt-clock-selected-bg
& --sdt-table-selected-bg
CSS variables (#155)
- docs update related to CSS properties (#156)
- properly reflect values of
startDate|endDate
in header nav buttons (#151)
v5.2.0
New:
- add option
positionResolver
to provide custom popup positioning action. Needed to solve use-case mentioned in #148