You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is the first alpha release of version 6! There still some work to do around the documentation and I need to do some additional testing but it seems to work well enough.