Skip to content

Releases: Eonasdan/tempus-dominus

v6.2.7

05 Nov 02:32
5e04fcc
Compare
Choose a tag to compare

6.2.7

Bug fixes

  • Fixed customDateFormat shows 'undefined' when you manually erase the date #2693
  • Fixed calendar header not updating correctly #2685
  • Fixed clock components disappearing when using side by side #2684
  • Fixed some doc issues #2706

New

v6.2.6

29 Oct 01:31
4741bf7
Compare
Choose a tag to compare

6.2.6

Bug fixes

  • Fixed disabled/enabled dates performance issue. This also should fix the next/previous month selection #2658
  • Fixed view date syncing across options and not updating correctly #2611

6.2.5

25 Oct 00:18
3868ddf
Compare
Choose a tag to compare

6.2.5

New

  • Added Polish localization #2673
  • Updated locales to include formats
  • Export (re-export?) Options interface

v6.2.4

28 Sep 21:48
86d50b4
Compare
Choose a tag to compare

Bug fixes

  • Fix misspelling #2667
  • Fix issue with customFormatPlugin

v6.2.3

27 Sep 19:44
9d28d5b
Compare
Choose a tag to compare

Bug fixes

  • Fix popper reference

v6.1.2

22 Sep 18:56
7fbf2a1
Compare
Choose a tag to compare

New

  • Added custom date format plugin docs.
  • It is now possible to replace popperjs with another positioning system via #2643.

Bug fixes

  • Imports should work again. #2652
  • Fixes for FR, FI, and IT locales. #2650

v6.0.1

30 Aug 20:03
1e839c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

16 Aug 01:01
1a7a34b
Compare
Choose a tag to compare

It's FINALLY here! 6.0 is released!

v6.0.0-beta9

11 Jul 14:27
929a556
Compare
Choose a tag to compare
v6.0.0-beta9 Pre-release
Pre-release

What's Changed

Full Changelog: v6-beta8...v6.0.0-beta9

v6-beta8

13 Jun 14:42
7214b82
Compare
Choose a tag to compare
v6-beta8 Pre-release
Pre-release
Development (#2585)

* make viewMode optional (#2551)

* introduce a simple overridable function parseInput (#2552)

so that you don't have to know all the internal details when overriding
this just gets 1 input and can return another
Just as formatInput also works (its the opposite)

* fixed #2487, #2495

* fixed #2487, #2495

* fix for #2506

* fix for #2549

* fix for #2549

* pub npm

* pub npm

* package update

* * added locale from pr
* updated github templates
* updated link nav

* fixes #2583, #2578

Co-authored-by: Johan Compagner <[email protected]>