Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
7.1.0
What's Changed
- Fix #4902: 🐛 Fix the click of week numbers when the first day of the week is not enabled by @balajis-qb in #4903
- Fix: DatePickerProps by @yuki0410-dev in #4905
Full Changelog: v7.0.0...v7.1.0
7.0.0
Breaking changes
This release includes a Typescript migration. This has been a big overhaul of the code base. This is the biggest release ever with 447 commits and 104 files changed! Massive thanks to @mirus-ua, @yuki0410-dev, @Olenka-Yurchuk, @alvaromartinez986, and @ryantanrk. We've done our best to document the breaking changes:
- fix: #4558 Rename calendarIconClassname props to calendarIconClassName props by @yuki0410-dev in #4643
- Fix typo of the name of the function getHightLightDaysMap w… by @martijnrusschen in #4808
- newDate helper always returns a date, if the initial params were invalid, then it returns just a new Date Line; #4707
What's Changed
- feat: added package manager property by @Olenka-Yurchuk in #4727
- fix: invalid time error when selecting excluded month with keyboard by @ryantanrk in #4732
- feat: add .editorconfig and .prettierrc.js by @yuki0410-dev in #4748
- Fix keyboard keydown event handler by @alvaromartinez986 in #4742
- Fix #4514: 🐛 Retain the Time Input focus on change of the time input value by @balajis-qb in #4798
- Allow for the keyboard preselection to skip excluded dates/weeks/months by @ryantanrk in #4817
- Fix #4011: 🐛 Handle Arrow Navigation on calendar days even when the minDate/maxDate is nul by @balajis-qb in #4848
- Fix #4844: 🔨 Retain the open state of the calendar popup on document visibility change by @balajis-qb in #4878
New Contributors
- @Olenka-Yurchuk made their first contribution in #4727
- @ryantanrk made their first contribution in #4732
- @alvaromartinez986 made their first contribution in #4742
- @yasuaki640 made their first contribution in #4827
Full Changelog: v6.9.0...v7.0.0
6.9.0
What's Changed
- Use locale for month aria labels by @lasseklovstad in #4697
- feature: add aria-disabled to Month component by @MatteoPieroni in #4702
- Fix #4446: ✨ Added support for up and down arrow key movement in the year picker by @balajis-qb in #4698
New Contributors
- @MatteoPieroni made their first contribution in #4702
Full Changelog: v6.8.0...v6.9.0
6.8.0
What's Changed
- fix: #4400 Keyboard accessibility MonthYearPicker by @lasseklovstad in #4692
- Add support for seconds in date_utils by @yykcool in #4690
- fix: Add aria-label to read the day of the week instead of the shorthand by @plahteenlahti in #4693
New Contributors
- @lasseklovstad made their first contribution in #4692
- @plahteenlahti made their first contribution in #4693
Full Changelog: v6.7.1...v6.8.0
6.7.1
What's Changed
Full Changelog: v6.7.0...v6.7.1
6.7.0
What's Changed
- Fix #4644: Handle the visibility of the previous and the next year navigation when showQuarterYearPicker is enabled by @balajis-qb in #4652
- (feature) swapRange optional prop by @mirus-ua in #4654
- Add support second-level granularity to injectTimes by @yykcool in #4683
New Contributors
Full Changelog: v6.6.0...v6.7.0
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