Releases: mskocik/svelty-picker
Releases · mskocik/svelty-picker
v6.1.6
15 Sep 19:10
Compare
Sorry, something went wrong.
No results found
Fixes:
re-compute displayValue when value is changed from outside (#199 )
v6.1.5
25 Feb 10:00
Compare
Sorry, something went wrong.
No results found
Fixes:
fix error when switching to year view (#190 )
v6.1.3
09 Feb 13:17
Compare
Sorry, something went wrong.
No results found
Fixes:
reset seconds for calendar to properly show selected date (#186 )
v6.1.2
08 Feb 17:17
Compare
Sorry, something went wrong.
No results found
v6.1.1
08 Feb 13:37
Compare
Sorry, something went wrong.
No results found
Fixes:
correctly strip seconds, microseconds from initial time to show correct "display value" (#186 )
v5.2.12
08 Feb 13:36
Compare
Sorry, something went wrong.
No results found
Fixes:
correctly strip seconds, microseconds from timestamp to correctly update UI (#186 )
v6.1.0
17 Dec 11:21
Compare
Sorry, something went wrong.
No results found
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
14 Dec 09:54
Compare
Sorry, something went wrong.
No results found
Fixes:
remove console.log calls (#182 )
💫 Svelte 5 Ready
12 Dec 18:16
Compare
Sorry, something went wrong.
No results found
💥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
12 Dec 09:45
Compare
Sorry, something went wrong.
No results found
Fixes
fix exported type for value, initialDate (add missing null to type definition) and placeholder (remove undefined) properties (#175 )