Skip to content

v6.0.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 01 Oct 09:18
· 1121 commits to main since this release

React-Date-Picker is now on NPM and Yarn! πŸŽ‰

As React-Date-Picker name was previously used by another library, to avoid confusion, versioning had to be aligned with preexisting npm package.

What's new?

  • Introduced automated unit testing for enhanced quality.
  • You can now use DateInput as a standalone component.
  • Calendar now won't be rendered in the background until needed for the first time.
  • DatePicker will now open/close the calendar when isOpen flag changes.
  • Various architectural improvements and optimizations.

Bug fixes

  • Fixed inputs being validated too quickly resulting in inability to write certain numbers.