All Versions
14
Latest Version
Avg Release Cycle
39 days
Latest Release
1514 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v8.0.5 Changes
November 30, 2020๐ Bug fixes
- ๐ Fixed crash in SSR environment (#323).
-
v8.0.4 Changes
November 30, 2020๐ Bug fixes
- ๐ Fixed text keyboard shown on iOS
- ๐ Fixed focus/select loop when iOS Safari autofill is triggered
-
v8.0.3 Changes
September 15, 2020๐ Bug fixes
- ๐ Fixed workspaces warning when installing React-Date-Picker using yarn (#305).
-
v8.0.2 Changes
September 11, 2020 -
v8.0.1 Changes
April 06, 2020๐ Bug fixes
- Disallow non-numeric characters from being entered in number field (#252).
- ๐ Fixed TypeScript type definitions missing React-Calendar-specific properties (#254). Thanks, @thornyweb!
-
v8.0.0 Changes
March 30, 2020๐ฑ โ๏ธ = breaking change
What's new?
- ๐ Updated React-Calendar to v3.0.0 (#238). This will reduce your bundle size and allow access to new exciting functions.
- โ Added
closeCalendar
prop which, when set tofalse
, will overwrite default behavior of Calendar closing on value selection. - โ Added support for handling dates in year < 1000 (#240).
What's changed?
- ๐ฑ โ๏ธ React-Date-Picker no longer supports React versions lower than 16.3 (#182).
- โก๏ธ Typings were updated to add missing props (#223, #227). Thanks, @ismaeliberal!
๐ Bug fixes
- ๐ Fixed native form validation triggered on input.
-
v7.11.1
March 30, 2020 -
v7.11.0
March 30, 2020 -
v7.10.0 Changes
January 02, 2020What's new?
- You can no longer enter numbers longer than maximum number (e.g. if maximum year is 2019, you can't enter 12345) (#187).
What's changed?
- 0๏ธโฃ Default styling was slightly changed to prevent React-Date-Picker from shrinking too much & to expand it correctly when
width
CSS is applied to.react-date-picker
.
๐ Bug fixes
- ๐ Fix focus not jumping to the next field if e.g.
"01"
was entered in day field (#219).
-
v7.9.0 Changes
November 28, 2019What's new?
- โ Added support for
autoFocus
prop. More details in README (#208).
What's changed?
- โ Remove
role="presentation"
from DateInput which may have caused accessibility issues. Thanks, @emilyuhde! - React-Date-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#204).
- ๐ Implemented optimizations which should decrease build size (#202).
- โ Added support for