Skip to content

Releases: flatpickr/flatpickr

v4.6.13

14 Apr 01:44
Compare
Choose a tag to compare

What's Changed

  • Fix change events not firing from the month select plugin
  • Fix week numbers being calculated incorrectly in some cases
  • Fix erroneous change events firing in edge cases (#2668 )
  • Run Prettier check in the CI to reject unformatted code by @mshibuya in #2663
  • translated more strings into albanian by @dianfishekqi in #2674
  • fixes #2669 monthSelectPlugin doesnt highlight correct month, when data is loaded by @koesper in #2676

New Contributors

  • @dianfishekqi made their first contribution in #2674
  • @koesper made their first contribution in #2676

Full Changelog: v4.6.11...v4.6.13

v4.6.11

12 Mar 18:41
Compare
Choose a tag to compare

There was a bug with time selection since so much stuff got merged in.
New tests have been added to prevent this from happening again.

What's Changed

  • Fix #2419 breaking with altInput and altFormat Enabled by @mshibuya in #2662
  • Bug fix: error thrown and calendar UI broken by invalid input value when allowInput is true and allowInvalidPreload is true by @barszczmm in #2650

New Contributors

Full Changelog: v4.6.10...v4.6.11

v4.6.10

06 Mar 14:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.9...v4.6.10

v4.6.9

25 Dec 20:30
3985cc8
Compare
Choose a tag to compare

Fixes bugs around clickOpens (#2365) and default date setting for time pickers (#2342)

v4.6.8

20 Dec 20:46
3db565d
Compare
Choose a tag to compare
4.6.8

v4.6.7

19 Dec 19:14
6925c93
Compare
Choose a tag to compare
4.6.7

v4.6.6

10 Aug 13:05
34111b5
Compare
Choose a tag to compare
4.6.6

v4.6.5

10 Aug 03:34
97e7f85
Compare
Choose a tag to compare
4.6.5

v4.6.3

26 Sep 08:10
Compare
Choose a tag to compare

This release fixes:
#1841 monthSelectPlugin and maxDate or minDate
#1805 Right most positioning incorrect
#1754 Timepicker hours or minutes not automatically updating
#1887 Using altInput breaks keyboard input for date selection
#1938 Only update weekdayContainer when initialized

Added:
#1911 min/max time will support second resolution
#1913 feat(locale key): export locale key type

v4.6.2

15 Jul 11:30
Compare
Choose a tag to compare

Changlog

(this is a patch version)

  • #1826 - Added monthSelectorType option
  • #1852 - Add Georgian (ka) locale
  • #1854 - Month dropdown improvements
  • #1856 - Fixed shorthandCurrentMonth not working for month dropdown
  • #1846 - Setting Monday as firstDayOfWeek for Japanese
  • Fixed Month Select Plugin not working in Internet Explorer
  • #1825 - Added aria labels to hour and minute inputs