Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
6.6.0
What's Changed
- feat: #3798 Replaced classnames with clsx by @yuki0410-dev in #4632
- feat: #3710 add yearClassName props by @yuki0410-dev in #4634
Full Changelog: v6.5.0...v6.6.0
6.5.0
What's Changed
- fix: #4489 Disable weekNumber highlighting when no click handler is assigned. by @yuki0410-dev in #4608
- fix: #4588 Allow time to be set via typing when minTime is set by @blanser-cc in #4610
- fix: #4455 Pass calendarStartDay props from week to day. by @yuki0410-dev in #4609
- fix: #4360 Cancel Event when clicked/MouseEnter on disabled months/quarters by @yuki0410-dev in #4607
- Fix #4623: Add dynamic Calendar Aria Labels for selection clarity by @balajis-qb in #4624
- fix: #3840 Rollup config by @yuki0410-dev in #4622
New Contributors
- @blanser-cc made their first contribution in #4610
Full Changelog: v6.4.0...v6.5.0
6.4.0
What's Changed
- chore(deps): bump date-fns from 3.4.0 to 3.5.0 by @dependabot in #4599
- fix: #4594 fix setSelected by @yuki0410-dev in #4602
- fix: #4581 and #4560 selected and preSelection with showWeekPicker by @yuki0410-dev in #4601
- fix: #4401 monthsShown with MonthYearPicker or QuarterYearPicker by @yuki0410-dev in #4603
- fix: #4561 remove triangle-arrow-up/down mixin by @yuki0410-dev in #4604
New Contributors
- @winchesHe made their first contribution in #4590
Full Changelog: v6.3.0...v6.4.0
6.3.0
What's Changed
- Fix #4518: 🔨 Add accessibility props like role and aria-modal to the Calendar popup by @balajis-qb in #4549
- Fix: default time selection by @kiselevskym in #4552
- feat : add usePointerEvent props by @yuki0410-dev in #4553
- Fix #4521: ♻️ Update ariaLabel format in month.jsx to display the selected month and year in "Month MMMM, yyyy" by @balajis-qb in #4565
- Add aria-label to calendar container for accessibility by @barettjfed in #4568
New Contributors
- @kiselevskym made their first contribution in #4552
- @barettjfed made their first contribution in #4568
- @asada-no4 made their first contribution in #4571
Full Changelog: v6.2.0...v6.3.0
6.2.0
What's Changed
- fix:enhance-code-syntax by @mary139 in #4505
- enhance code readability and syntax by @mary139 in #4506
- Update workflow actions by @martijnrusschen in #4507
- Fix #4482: Update Month Picker and Year Picker to select dates also on press of "SPACE" key by @balajis-qb in #4512
- Fix Localization example in README.md by @BreakBB in #4523
- Fix #4483: Enable onKeyDown handler for the month picker view and the year picker view by @balajis-qb in #4533
- Attempt to fix spec that breaks on last day of the month by @martijnrusschen in #4541
- Select multiple non-consecutive dates by @tbowmo in #4537
- Support selecting multiple dates by @nandorojo in #3999
New Contributors
- @BreakBB made their first contribution in #4523
- @tbowmo made their first contribution in #4537
- @nandorojo made their first contribution in #3999
Full Changelog: v6.1.0...v6.2.0
6.1.0
6.0.0
What's Changed
- Upgrade date-fns to v3 by @ethanve in #4481
- Switch workflows to Node 20 by @martijnrusschen in #4490
New Contributors
Full Changelog: v5.1.0...v6.0.0
5.1.0
What's Changed
- Fix options passed to date-fns/parse by @emilecantin in #4474
Full Changelog: v5.0.0...v5.1.0
5.0.0
Breaking changes
What's Changed
- 🐛 FIX: readability-isMonthinRange by @mary139 in #4421
- Fix #4431: Update the excludedDate to match the year to check of the isYearDisabled by @balajis-qb in #4432
- Fix #4420: Update home key and end key navigation in Calendar component by @balajis-qb in #4430
- Document #4420: 📝 Update the behavior of Home Key and End Key in the README file by @balajis-qb in #4438
- Fix #4076: Trigger onCalendarClose event and onChange even when the same date is selected as the start and the end date in a date range by @balajis-qb in #4394
- Excluded dates message by @dvelazquez1282 in #4437
- Fix #4456: Add shift+pageUp key and shift+pageDown key navigation in Calendar component by @balajis-qb in #4457
- Fix options passed to date-fns/format by @emilecantin in #4469
New Contributors
- @mary139 made their first contribution in #4421
- @G07cha made their first contribution in #4393
- @dvelazquez1282 made their first contribution in #4437
- @emilecantin made their first contribution in #4469
Full Changelog: v4.25.0...v5.0.0
4.25.0
What's Changed
- feature: Add day parameter to renderMonthContent function by @omarhoumz in #4405
- Update 'Local Development' instruction of README.md by @raceStarter in #4391
- Feature #4091 - Make the Calendar Icon clickable by @balajis-qb in #4417
New Contributors
- @omarhoumz made their first contribution in #4405
- @raceStarter made their first contribution in #4391
Full Changelog: v4.24.0...v4.25.0