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
A list of new features being added in the release:
inputDate - To allow date change from the external, #7.
invalidDate - Comes with inputDate to indicate valid input date.
noAnimation - To disable/ enable animations and transitions within the datepicker.
pageEntryAnimation - To customize entry animation when page switching between months.
pageExitAnimation - To customize exit animation when page switching between months.
enforceDateChange - By default, a datepicker will not trigger date change when a date is being tapped on. Buttons are required to confirm before propagate the changes. This method is now open to update selected date without respecting the confirmation.
Dynamically generate non-critical elements further reduces the element nodes generated behind the screen.
Added support for IE11 and Edge by fixing the layout issue (at long last!!!)
CSS tweaks.
Improved how codes run inside a datepicker.
Sneak peek: To provide minified version of all files inside a new directory dist for production in the upcoming release..