Releases: wojtekmaj/react-date-picker
Releases · wojtekmaj/react-date-picker
v8.3.5
Bug fixes
- Work around an issue that prevented Firefox users from typing new value over the old one (#389).
- Improve TypeScript typings (#391, #392). Thanks, @IsbahAhmed!
v8.3.4
Bug fixes
- Fix crash after make-event-props update (#387).
v8.3.3
Bug fixes
- Fixed Calendar opening behind month dropdown (#328).
- Fixed autoselect on focus not working on Internet Explorer 11.
- Fixed typing over values not working on Internet Explorer 11.
v8.3.2
Bug fixes
- Fixed internal propTypes.
v8.3.1
Bug fixes
- Fixed internal propTypes.
v8.3.0
What's new?
- Added support for closing calendar in shadow DOM. Thanks, @jorrit!
What's changed?
- Refactored handling internal refs in DateInput to use
React.createRef
.
Bug fixes
- Added
autoFocus
prop to TypeScript definitions.
v8.1.1
Bug fixes
- Fixed leading zero not added when input value was "0".
v8.1.0
What's new?
- Use strings instead of numbers in internal input state (#350).
- Added ARIA labels to TypeScript definitions. Thanks, @tenKinetic!
Bug fixes
- Fixed double leading zeros displayed if the user typed leading zero themselves (#185, #350).