Skip to content

Releases: mskocik/svelty-picker

v3.2.3

13 Oct 11:32
Compare
Choose a tag to compare

New:

v3.2.2

07 Oct 18:12
Compare
Choose a tag to compare

New:

  • added spanish 🇪🇸 (es) translation (by @markoan in #63)

v3.2.1

01 Oct 13:51
Compare
Choose a tag to compare

Fixes:

  • remove warning for undefined inputElement (#61)
  • fix styling issue with table cells in year/decade view (#62)

v3.2.0

28 Sep 11:59
Compare
Choose a tag to compare

New:

  • export date utilities parseDate and formatDate (#59)

Fixes:

  • add format-type property to custom element (#56)

v3.1.1

22 Sep 09:30
Compare
Choose a tag to compare

New:

  • added japanese 🇯🇵 (jp) localization (by @planetaska #55)
  • [docs] make all localizations available in playground

Fixed:

  • make calendar month caption reactive when changing locale

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)