Skip to content

v2.4.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 02 May 18:59

What's new?

  • Added support for format prop which allows to overwrite default date format determined either from locale prop or automatically. See README for details.

What's changed?

  • Whitespace in dividers is now automatically preserved.
  • Simplified some internal methods.
  • Added more unit tests.

Bug fixes

  • Fixed issues where iterating an HTMLCollection would cause issues in older versions of Edge and IE. Thanks, @mathieumg!
  • Fixed jumping to previous/next input not working if leading zeros were present