Skip to content

Releases: mskocik/svelty-picker

v3.4.3

20 Feb 14:13
Compare
Choose a tag to compare

New

  • add korean 🇰🇷 (ko) translation by (@susemi99 in #84)

Fixes

  • fix error when importing component into non type=module component (by @MarkNerdi in #85)

v3.4.2

01 Feb 12:44
Compare
Choose a tag to compare

Fixes:

  • fix order of parsing string date which could result into different date selected

v3.4.1

26 Jan 07:38
Compare
Choose a tag to compare

Fixes;

  • prevent form submit on time picker button click

v3.4.0

24 Jan 09:39
Compare
Choose a tag to compare

New:

  • add startView property to set initial view. Following values are allowed: (#79)
    • 0 - decade view
    • 1 - year view
    • 2 - month view (default
    • 3 - time picker

v3.3.0

15 Jan 12:49
Compare
Choose a tag to compare

New:

  • no virtual keyboard on mobile (#78)

Fixes:

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