Skip to content

v2.3.0 release with a list of features and improvements

Compare
Choose a tag to compare
@motss motss released this 13 Mar 13:23
· 902 commits to main since this release
  • 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..