Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
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
v5.1.0
New:
- add
cancel
event (PR #143)
Fixes:
- re-introduce
clearToggle
functionality (#142)
- set "end" calendar to proper end date when toggling modes (#144)
v5.0.0
New
- add hour only mode (
hourMode
prop) (#136) (#140) by @dreinert1994
- add thai 🇹🇭 (
th
) i18n (#139)
- add
dateChange
event on change with additional details.
Breaking changes
- change CSS properties. Completely refactored and unified, with cleaner description. Refer to Theme page for current props (#137). Huge thanks to @Mero-Plaform for it.
Fixes
- apply
todayBtnClasses
and clearBtnClasses
to OK
and Cancel
buttons as well (#132)
- properly init
value
from initialDate
date prop
v4.1.4
Fixes
- add file extensions to all files, #131
v4.1.3
Fixes:
- add
default
entry for exports > .
(#116) while solution has been mentioned in #128