Skip to content

Releases: mskocik/svelty-picker

v6.1.6

15 Sep 19:10

Choose a tag to compare

Fixes:

  • re-compute displayValue when value is changed from outside (#199)

v6.1.5

25 Feb 10:00

Choose a tag to compare

Fixes:

  • fix error when switching to year view (#190)

v6.1.3

09 Feb 13:17

Choose a tag to compare

Fixes:

  • reset seconds for calendar to properly show selected date (#186)

v6.1.2

08 Feb 17:17

Choose a tag to compare

New:

v6.1.1

08 Feb 13:37

Choose a tag to compare

Fixes:

  • correctly strip seconds, microseconds from initial time to show correct "display value" (#186)

v5.2.12

08 Feb 13:36

Choose a tag to compare

Fixes:

  • correctly strip seconds, microseconds from timestamp to correctly update UI (#186)

v6.1.0

17 Dec 11:21

Choose a tag to compare

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

Choose a tag to compare

Fixes:

  • remove console.log calls (#182)

💫 Svelte 5 Ready

12 Dec 18:16

Choose a tag to compare

💥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

Choose a tag to compare

Fixes

  • fix exported type for value, initialDate (add missing null to type definition) and placeholder (remove undefined) properties (#175)