Skip to content

v4.2.0

Choose a tag to compare

@chmln chmln released this 04 Jan 21:08
· 861 commits to master since this release

Changelog

  • New config options: minTime and maxTime(#750)
    • New plugin: minMaxTimePlugin
    • Docs coming soon
  • Performance optimizations - flatpickr now inits in 0.0007s (#1096)
  • Fixed vertical positioning edgecase, causing calendar to render incorrectly
  • Style: better differentiate between disabled days and days from other months
    • this means a disabled cursor and dimmed text
  • Revamped time input logic | #1166
  • clear() - now resets time values to defaults
  • Resolved focus issue - focus is restored on input before closing | #1149
  • Year input - text cursor | #965
  • Removed invalid attributes from inputs | resolves #1114
  • Fixed missing triggerChange() in selectDate
  • Removed ugly arrow on inputs in IE
  • Removed a few passive event listener violations | #1062