Skip to content

Releases: mskocik/svelty-picker

v5.2.9

19 May 03:56
Compare
Choose a tag to compare

Fixes:

  • fix date suffix also for standard format type (#173)

v5.2.8

16 May 14:34
Compare
Choose a tag to compare

Fixes:

  • fix date suffix (#173)

v5.2.7

11 May 14:54
Compare
Choose a tag to compare

New:

  • add svelte 5 support (#170)

v5.2.6

17 Mar 17:07
Compare
Choose a tag to compare

Fixes:

  • show keyboard on mobile when manualInput is set (#166)
  • correctly interpolate minute value with custom minuteIncrement when clicked on button (#167)
  • update quadrant size to correctly compute 'misclicked' minute value (#168)

v5.2.5

06 Mar 17:22
Compare
Choose a tag to compare

Fixes:

  • removed forgotten console.log (#163)

v5.2.4

21 Feb 13:09
Compare
Choose a tag to compare

Fixes:

  • Clicking on "today" button in range mode set whole range (#161) (PR #162)

v5.2.3

21 Feb 13:07
Compare
Choose a tag to compare

Fixes:

  • Always set right to next month if daterange selection is in the same month #159 (PR #160)

v5.2.2

19 Feb 12:41
Compare
Choose a tag to compare

Fixes

  • add missing css class is-minute-view to differentiate between hour and minute view

v5.2.1

16 Jan 15:23
Compare
Choose a tag to compare

New

  • add simplified chinese 🇨🇳 (zh_CN) i18n (#149)
  • add arabic ar_DZ, ar_MR, ar_YE i18n (#154)

Fixes

  • use of sdt-bg-selected as fallback value for --sdt-clock-selected-bg & --sdt-table-selected-bg CSS variables (#155)
  • docs update related to CSS properties (#156)
  • properly reflect values of startDate|endDate in header nav buttons (#151)

v5.2.0

06 Nov 13:30
Compare
Choose a tag to compare

New:

  • add option positionResolver to provide custom popup positioning action. Needed to solve use-case mentioned in #148