Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
4.14.0
What's Changed
- Fix typos in test by @ansgarprause in #4077
- fix: Uneven margin in inline calendar by @navedqb in #4044
- fix: fix selects range acts as default picker by @RawandDev in #4052
- Fixes off centered clear button by @navedqb in #4051
- aria-selected true for range selected as well by @EimantasBlazevicius in #4068
- [FEAT][Year calendar] Add range modifiers for year calendar by @KevinFabre-ods in #4083
- ensure provided onMonthChange handlers are called when month change is caused by keyboard navigation by @dpuhlmann in #4080
New Contributors
- @ansgarprause made their first contribution in #4077
- @navedqb made their first contribution in #4044
- @RawandDev made their first contribution in #4052
- @EimantasBlazevicius made their first contribution in #4068
Full Changelog: v4.13.0...v4.14.0
4.13.0
What's Changed
- [FIX][A11Y] Inescapable tabbing on month by @KevinFabre-ods in #4049
- [FIX][A11Y] Close calendar when unfocused by @KevinFabre-ods in #4050
- [FIX][A11Y] Keyboard navigation for month year picker by @KevinFabre-ods in #4037
- Revert "Replace all
rem
units withem
units" by @martijnrusschen in #4058
New Contributors
- @KevinFabre-ods made their first contribution in #4049
Full Changelog: v4.12.0...v4.13.0
4.12.0
What's Changed
- Fix range selection highlight for month/quarter range picker by @p-rogas in #3968
- Added check for date-fns set by @AstroProjection in #4036
- prevent focusing of hidden duplicate days by @dpuhlmann in #4017
- Replace all
rem
units withem
units by @Ugoku in #3998
New Contributors
- @p-rogas made their first contribution in #3968
- @AstroProjection made their first contribution in #4036
- @dpuhlmann made their first contribution in #4017
- @Ugoku made their first contribution in #3998
Full Changelog: v4.11.0...v4.12.0
4.11.0
What's Changed
- chore(deps): bump react-datepicker from 4.9.0 to 4.10.0 in /examples/hello-world by @dependabot in #3913
- chore(deps-dev): bump sass from 1.57.1 to 1.58.0 in /docs-site by @dependabot in #3916
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #3920
- Calendar icon fix #3525 by @febababy in #3915
- chore(deps-dev): bump sass from 1.58.0 to 1.59.3 in /docs-site by @dependabot in #3965
- Fix regressions pull/3582 by @martijnrusschen in #3975
- Revert "fix: Inconsistent/broken behavior in
parseDate
" by @martijnrusschen in #3976
New Contributors
Full Changelog: v4.10.0...v4.11.0
4.10.1
What's Changed
- chore(deps): bump react-datepicker from 4.9.0 to 4.10.0 in /examples/hello-world by @dependabot in #3913
- chore(deps-dev): bump sass from 1.57.1 to 1.58.0 in /docs-site by @dependabot in #3916
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #3920
- Calendar icon fix #3525 by @febababy in #3915
- chore(deps-dev): bump sass from 1.58.0 to 1.59.3 in /docs-site by @dependabot in #3965
New Contributors
Full Changelog: v4.10.0...v4.10.1
4.10.0
What's Changed
- Fix: Screen reader does not announce selected date, current month by @SpaNb4 in #3817
- fix openToDate causes month shifting (#3779) by @yuki0410-dev in #3799
- Fix(year dropdown options): Year dropdown scroll defaults to center of list by @SashaRepin2 in #3844
- Enable keyboard navigation of quarters (fixes #3464) by @RoryStokes in #3726
- added change to fix Select Time Only "Invalid Date" bug by @fudgieboy in #3788
- fix(months): monthClassName is passed the month instead of the current day by @DanielSharp01 in #3709
New Contributors
- @SpaNb4 made their first contribution in #3817
- @yuki0410-dev made their first contribution in #3799
- @SashaRepin2 made their first contribution in #3844
- @RoryStokes made their first contribution in #3726
- @DanielSharp01 made their first contribution in #3709
Full Changelog: v4.9.0...v4.10.0
4.9.0
What's Changed
- Fix class not applied on day component for datepicker with
selectsRange
prop by @c-falardeau in #3595 - Fix same date time only prop by @Scanerrr in #3594
- Bump
react-onclickoutside
to 6.12.1 by @patrykboch in #3653 - fix: formatFunc should take source params by @YuCJ in #3582
- fixed dropdowns overlap issue by @shreekeshmurkar in #3568
- Navigate in month-year picker using up and down arrow keys by @bidahmetov02 in #3713
- fixed time and date picker overlay issue by @shreekeshmurkar in #3668
- fixed children alignment issue by @shreekeshmurkar in #3656
- Cleanup table formatting by @ctgraham in #3701
- Fixes #3723: Calendar does not jump back to today's date when using inline and Today button by @AthiraKadampatta in #3737
- fix: adjust Installation section by @dancesWithCycles in #3736
- modified &--keyboard-selected to be lighter in color than regular selected by @fudgieboy in #3782
- Update deps react-onclickoutside & react-popper by @Mudbill in #3793
- fix: fix accessibility issues adding tab loop to datepicker with portal by @gcoayla in #3787
- Monthpicker month disabled class by @mathos77 in #3822
- Offset top crash fix 2 by @niktechnopro in #3786
- fix for crash that may occur on different timezones by @niktechnopro in #3702
- fix contributing docs minimum node version by @kendebacker in #3879
- Fix month and year picker disabled by @shu1007 in #3888
- fix(months): disabledKeyboardNavigation not hiding classname in month picker by @Hvesyr in #3887
- fix: Inconsistent/broken behavior in
parseDate
by @maranomynet in #3903 - Add prop
form
- input form attribute by @Sam-Apostel in #3896
New Contributors
- @c-falardeau made their first contribution in #3595
- @Scanerrr made their first contribution in #3594
- @patrykboch made their first contribution in #3653
- @YuCJ made their first contribution in #3582
- @shreekeshmurkar made their first contribution in #3568
- @bidahmetov02 made their first contribution in #3713
- @ctgraham made their first contribution in #3701
- @AthiraKadampatta made their first contribution in #3737
- @dancesWithCycles made their first contribution in #3736
- @Mudbill made their first contribution in #3793
- @gcoayla made their first contribution in #3787
- @mathos77 made their first contribution in #3822
- @niktechnopro made their first contribution in #3786
- @kendebacker made their first contribution in #3879
- @tomavanc made their first contribution in #3881
- @shu1007 made their first contribution in #3888
- @Hvesyr made their first contribution in #3887
- @maranomynet made their first contribution in #3903
- @Sam-Apostel made their first contribution in #3896
Full Changelog: v4.8.0...v4.9.0
4.8.0
- React 18 support
- Enable specifying aria-label prefix for month
4.7.0
- Fix accessibility issues of calendar
- use globalThis instead of global
- fix(date-utils): use current locale for strict parsing
4.6.0
- Fix year dropdown scroll on open
- Accessibility: current date should use aria-current="date"
- Accessibility: add aria-selected to current selection
- Fix multi months on fixedHeight