Skip to content

Releases: Eonasdan/tempus-dominus

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]>

v6-beta7

15 May 18:03
b54bb33
Compare
Choose a tag to compare
v6-beta7 Pre-release
Pre-release

What's Changed

Full Changelog: v6-beta4...v6-beta7

6-beta4

22 Mar 22:51
6ba6696
Compare
Choose a tag to compare

6-beta2

15 Jan 23:36
cb21d5a
Compare
Choose a tag to compare
6-beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.17.47...v6.0.0-beta2

6-alpha17

22 Dec 13:52
46cebc3
Compare
Choose a tag to compare
6-alpha17 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.17.47...v6.0.0-alpha17

6.0.0-alpha14

10 Oct 15:10
84c6908
Compare
Choose a tag to compare
6.0.0-alpha14 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://getdatepicker.com/6/change-log.html
Compare 6.0.0-alpha1.0.13...v6.0.0-alpha14

6.0.0-alpha1.0.13

15 Sep 20:43
Compare
Choose a tag to compare
6.0.0-alpha1.0.13 Pre-release
Pre-release

New

  • Created a new method set(value: any, index?: number, from: string = 'date.set') that tries to conver the value provided and then tries to set that value to the index (or 0 if not using multidate).
  • Added esm output
  • Exposed Unit and DateTimeFormatOptions from the DateTime class.
  • Renamed togglePeriod to toggleMeridiem
  • Added toggleMeridiem class to AM/PM button
  • Cleaned up css a bit. Got rid of the popper arrow and aligned the picker to the start of the element.

Bug fixes

  • Fixed dealing with input values/changes.
  • Fixed issue when calling hide if the widget hasn't been built (or shown) yet.
  • Fixed meridiem issue. Thanks @hkvstore #2398
  • Merged PR 2396 to fix 24 hour hour selection. #2395
  • Fixed issue with time component grid. #2395

6.0.0-alpha1.0.5

09 Sep 18:40
Compare
Choose a tag to compare
6.0.0-alpha1.0.5 Pre-release
Pre-release

Fixed z-index, exposed Options interface

6.0.0-alpha1.0.4

09 Sep 02:04
Compare
Choose a tag to compare
6.0.0-alpha1.0.4 Pre-release
Pre-release
  • Fixed issue with meridiem (AM/PM) button clicks.
  • Fixed year display after selecting a decade. #2386
  • Fixed issue if the input field had a value. #2387
  • Fixed setting the defaultDate option with a Date object. #2391