Skip to content

Releases: mskocik/svelty-picker

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

v5.1.1

05 Nov 16:02
Compare
Choose a tag to compare

Fixes:

v5.1.0

18 Oct 19:11
Compare
Choose a tag to compare

New:

  • add cancel event (PR #143)

Fixes:

  • re-introduce clearToggle functionality (#142)
  • set "end" calendar to proper end date when toggling modes (#144)

v5.0.0

30 Sep 17:27
Compare
Choose a tag to compare

New

  • add hour only mode (hourMode prop) (#136) (#140) by @dreinert1994
  • add thai 🇹🇭 (th) i18n (#139)
  • add dateChange event on change with additional details.

Breaking changes

  • change CSS properties. Completely refactored and unified, with cleaner description. Refer to Theme page for current props (#137). Huge thanks to @Mero-Plaform for it.

Fixes

  • apply todayBtnClasses and clearBtnClasses to OK and Cancel buttons as well (#132)
  • properly init value from initialDate date prop

v4.1.4

30 Aug 19:24
Compare
Choose a tag to compare

Fixes

  • add file extensions to all files, #131

v4.1.3

29 Aug 08:22
Compare
Choose a tag to compare

Fixes:

  • add default entry for exports > . (#116) while solution has been mentioned in #128