Releases: wojtekmaj/react-date-picker
Releases · wojtekmaj/react-date-picker
v6.3.3
v6.3.2
What's new?
- Updated documentation to reflect new functionalities of React-Calendar dependency.
v6.3.1
What's new?
- Updated React-Calendar dependency.
Bug fixes
- Fixed an issue that caused calendar to close when clicking on drilldown buttons on it on macOS (#21). Thanks, @joebourne!
v6.3.0
What's new?
- Added TypeScript definitions (#17). Thanks, @third774!
- Added more classes for easier styling. Now, depending on whether React-Date-Picker has calendar opened, it additionally gets
react-date-picker--openorreact-date-picker--closedclass.
Bug fixes
- Fixed an issue that caused calendar to close when clicking on navigation buttons on it on macOS (#15). Thanks, @joebourne!
- Fixed an issue causing keyboard focus not to jump to the next field when pressing a key with current divider.
v6.2.4
What's new
- Dividers are now wrapped in their own
<span>s with className defined for easier styling. Thanks for suggestion, @DaveyEdwards!
Bug fixes
- Fix dividers misaligned with default styling (#12). Thanks again, @DaveyEdwards!
v6.2.2
v6.2.1
Enhancements
- React-Date-Picker no longer relies on
<form>for data validation, resulting in increased reliability when placed inside a form.
Bug fixes
- Fixed a bug that caused Calendar button to submit the form when React-Date-Picker was placed in one. Thanks, @marcofugaro!
v6.2.0
What's new?
- You can now pass custom class names to React-Date-Picker and React-Calendar. Accepted formats? Pretty much anything.
- className that will be added along with "react-date-picker" to the main React-Date-Picker
<div>element. - calendarClassName that will be added along with "react-calendar" to the main React-Calendar
<div>element.
- className that will be added along with "react-date-picker" to the main React-Date-Picker