Releases: wojtekmaj/react-date-picker
Releases · wojtekmaj/react-date-picker
v9.0.0
14 Sep 09:59
Compare
Sorry, something went wrong.
No results found
❗️ = breaking change
What's new?
Improved Preact compatibility.
Added support for portalContainer prop (#91 ).
What's changed?
❗️ React-Date-Picker no longer supports React versions lower than 16.8.
Bug fixes
Fixed inputs sometimes not properly sized until focused.
Fixed Calendar closing on value selection even if closeCalendar was set to false (#361 ).
Fixed memory leak when calling getFormatter (#405 ).
v8.4.0
04 Feb 12:11
Compare
Sorry, something went wrong.
No results found
What's new?
Added support for React 18.
Default to current year if year input is missing.
Calendar now closes when Escape key is pressed.
What's changed?
Improved performance of date formatters.
Bug fixes
Fixes styles not reset on Calendar close (#200 ).
v8.3.6
23 Nov 20:17
Compare
Sorry, something went wrong.
No results found
v8.3.5
03 Nov 09:50
Compare
Sorry, something went wrong.
No results found
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
09 Oct 06:35
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix crash after make-event-props update (#387 ).
v8.3.3
27 Sep 09:31
Compare
Sorry, something went wrong.
No results found
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
13 Aug 11:59
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixed internal propTypes.
v8.3.1
13 Aug 11:59
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixed internal propTypes.
v8.3.0
13 Aug 11:42
Compare
Sorry, something went wrong.
No results found
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.2.0
28 May 15:54
Compare
Sorry, something went wrong.
No results found