6.0.0-alpha1.0.13
Pre-release
Pre-release
Eonasdan
released this
15 Sep 20:43
·
156 commits
to master
since this release
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.