Skip to content

Releases: mskocik/svelty-picker

v3.1.0

29 Aug 18:45
Compare
Choose a tag to compare

New:

  • new prop minuteIncrement enabling specific minute interval selection (#46)

v3.0.1

28 Aug 08:59
Compare
Choose a tag to compare

New

  • new localizations: 🇮🇩 id (#45), 🇨🇿 cs, 🇸🇰 sk

Fixes

  • docs: use only one layout

v3.0.0

10 Aug 14:58
Compare
Choose a tag to compare

New:

  • [breaking] exports only some files, not whole package. Namely locales are available in svelty-picker/i18n import.
  • let sveltekit autogenerate types

Fixes:

  • fixed dev error on missing HTMLElement when importing component in sveltekit project (#44)
  • correctly expose global config property

v2.1.2

03 Aug 09:55
Compare
Choose a tag to compare

Fixes:

  • fix check for disabled dates in year/decade view (#43)
  • show disabled date with custom color (new CSS variable --sdt-disabled-date)
  • fix warning about not set expected property

v2.1.1

23 Jul 16:19
Compare
Choose a tag to compare

Fixes:

  • off styling in year and decade view (#41)

v2.1.0

23 Jul 16:15
Compare
Choose a tag to compare

New:

  • animation of decade view (8b1d239)
  • extend <input type="text"> for custom element (#39) [BC break]

Fixes:

  • setting default date on keyboard nav (22b690a)
  • minute view selection after first keystroke in hour view (4c7d807)

v2.0.1

21 Jul 13:12
Compare
Choose a tag to compare

Fixes:

  • fix not updating of table caption (#37)

🤩 2.0.0

18 Jul 20:44
Compare
Choose a tag to compare

Long time desired....

New:

  • extend startDate and endDate to include also time (#14)
  • better time animation when switching from hour to minute view
  • moved to svelte/kit

Fixes:

  • completely rewritten date handling logic, fixed various issues(#23, #28, #29)
  • updated date parsing/formatting with addition of php date format, (#30, #34, #35)
  • fix logic behind setting of readonly property

v1.3.0

07 May 14:04
Compare
Choose a tag to compare

New:

  • add clearToggle property (#25)

Fixes:

  • fix crippling initial value (#27)

v1.2.4

25 Jan 18:42
Compare
Choose a tag to compare

Fixes:

  • reverting breaking change from v1.2.3 (#16)