Releases: Eonasdan/tempus-dominus
Releases · Eonasdan/tempus-dominus
v6.0.0-beta9
v6-beta8
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
What's Changed
Full Changelog: v6-beta4...v6-beta7
6-beta4
6-beta2
What's Changed
- fix useTwentyfourHour. by @ThiagoLAMF in #2396
- Compare date types with strongly typed names by @faatihi in #2408
- Localize number by @hkvstore in #2406
- V6 next by @Eonasdan in #2409
- Fix typos in documentation by @naglis in #2417
- Development by @Eonasdan in #2455
- Development by @Eonasdan in #2459
- Fixing frequent typo by @philipwhiuk in #2464
- Issue with time picker only & fixing range example by @miniben-90 in #2463
- Allow to change parent container for the widget v6 feature by @miniben-90 in #2462
- Development by @Eonasdan in #2468
- Development by @Eonasdan in #2469
New Contributors
- @ThiagoLAMF made their first contribution in #2396
- @faatihi made their first contribution in #2408
- @hkvstore made their first contribution in #2406
- @naglis made their first contribution in #2417
- @philipwhiuk made their first contribution in #2464
- @miniben-90 made their first contribution in #2463
Full Changelog: 4.17.47...v6.0.0-beta2
6-alpha17
What's Changed
- fix useTwentyfourHour. by @ThiagoLAMF in #2396
- Compare date types with strongly typed names by @faatihi in #2408
- Localize number by @hkvstore in #2406
- V6 next by @Eonasdan in #2409
- Fix typos in documentation by @naglis in #2417
- Development by @Eonasdan in #2455
- Development by @Eonasdan in #2459
New Contributors
- @ThiagoLAMF made their first contribution in #2396
- @faatihi made their first contribution in #2408
- @hkvstore made their first contribution in #2406
- @naglis made their first contribution in #2417
Full Changelog: 4.17.47...v6.0.0-alpha17
6.0.0-alpha14
What's Changed
- Compare date types with strongly typed names by @faatihi in #2408
- Localize number by @hkvstore in #2406
- V6 next by @Eonasdan in #2409
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
New
- Created a new method
set(value: any, index?: number, from: string = 'date.set')
that tries to conver thevalue
provided and then tries to set that value to theindex
(or 0 if not using multidate). - Added esm output
- Exposed
Unit
andDateTimeFormatOptions
from the DateTime class. - Renamed
togglePeriod
totoggleMeridiem
- 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
6.0.0-alpha1.0.5
Fixed z-index, exposed Options interface