Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v6.1.0
Breaking 💥
- breaking: parameters passed to
actionRow
are now object for easier usage as discussed here (#181)
New:
- feat: add
children
slot as requested in #184
- feat: add
.picker-active
class to main component wrapper for easier styling of children
when popup visible
v6.0.1
Fixes:
- remove
console.log
calls (#182)
💫 Svelte 5 Ready
💥Breaking:
- svelte 5 only
- remove
initialDate
property in favor of function bindings (https://svelte.dev/docs/svelte/bind#Function-bindings)
- fix wrapper class names typos:
std-component-wrap
to sdt-component-wrap
and std-calendar-wrap
to sdt-calendar-wrap
- event emitting logic (on every change there is event emitted, if it's not desired, disable autocommit)
For more details check migration guide
v5.2.11
Fixes
- fix exported type for
value
, initialDate
(add missing null
to type definition) and placeholder
(remove undefined
) properties (#175)
v5.2.10
Fixes:
- trigger change even on setting hour value when in
pickerOnly
mode (#174)
- enable keyboard dismiss on mobile, when
manualInput
is set (#178)
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)