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.