Releases: gpbl/react-day-picker
Releases · gpbl/react-day-picker
v9.0.0-rc.6
What's Changed
- fix: remove unused
??
ingetNextMonth
by @RyanCavanaugh in #2275
New Contributors
- @RyanCavanaugh made their first contribution in #2275
Full Changelog: v9.0.0-rc.5...v9.0.0-rc.6
v9.0.0-rc.5
What's Changed
- build: date-fns as regular dependency by @benasher44 in #2249
- build: Update compatibility with React 16.8 by @gpbl in #2266
- fix(accessibility): remove aria-controls by @gpbl in 13c56ab
- fix(accessibility): update labels, add more tests by @gpbl in 3106ed5
- fix: add focus outline to dropdown selects by @gpbl in 8ef188b
- fix: add back
Root
to custom components by @gpbl in 6055e45
New Contributors
- @benasher44 made their first contribution in #2249
Full Changelog: v9.0.0-rc.4...v9.0.0-rc.5
v9.0.0-rc.4
What's Changed
- fix: focus and autofocus improvements by @gpbl in #2265
- docs: add typings to some examples by @dave-meyer in #2231
New Contributors
- @dave-meyer made their first contribution in #2231
Full Changelog: v9.0.0-rc.3...v9.0.0-rc.4
v9.0.0-rc.3
What's Changed
- feat: improve focus handling relying on data-attributes
- feat: merge hooks into one
useDayPicker
hook - feat: rollback to use HTML tables and button elements by @gpbl in #2253
- deprecate not used
onDay*
event handlers - consolidate use of
components
- now Is possible to extend all the internal components - improve ARIA labels for week number header, today date and selected dates
- update footer to be an
aria-live
region - fix: range includes disabled days by @gpbl in #2219
- fix: add type module in package.json by @ArthurGoupil in #2230
- feat: use back HTML table and Button element a button by @gpbl in #2253
New Contributors
- @ArthurGoupil made their first contribution in #2230
- @johnnysedh3lllo made their first contribution in #2252
- @xardit made their first contribution in #2254
Full Changelog: v9.0.0-rc.2...v9.0.0-rc.3
v9.0.0-rc.2
What's Changed
- CSS variables are now inside the
.rdp-caledar
scope - fix: chevron orientation on RTL direction by @gpbl in #2216
- fix: gradient in RTL by @gpbl in #2217
- fix: selection modes not working as expected
- fix: dropdown navigation not including year or month
Full Changelog: v9.0.0-rc.1...v9.0.0-rc.2
v9.0.0-rc.1
What's Changed
- feat: add support for UTC, Jalali calendar by @gpbl in #2213
- refactor: simplified props, contexts by @gpbl in #2211
Full Changelog: v9.0.0-beta.5...v9.0.0-rc.1
v9.0.0-beta.5
v9.0.0-beta.4
What's Changed
- style(typescript): improved Selection Mode types by @gpbl in #2195
- feat: dropdown options are disabled when navigating out of calendar range by @gpbl in #2194
Full Changelog: v9.0.0-beta.3...v9.0.0-beta.4
v9.0.0-beta.3
What's Changed
- Improved classNames / Tailwind support @gpbl in #2175
- fix(style): add
--rdp-dropdown-gap
css variable by @gpbl in #2176 - fix:
captionLayout
prop not working as expected by @gpbl in #2177 - fix: add
ChevronFlag
interface for disabled chevrons by @gpbl in #2178 - feat: add new
DayDate
component by @gpbl in #2179 - feat: update range styles by @gpbl in #2180
- fix: replace
data-
attribute withWeekNumberFlag
by @gpbl in #2181 - fix: accessibility improvements by @gpbl in #2183
Full Changelog: v9.0.0-beta.2...v9.0.0-beta.3
v9.0.0-beta.2
What's Changed
- build: React in scope, remove use of tslib by @gpbl in #2167
- build: fix CSS module support, added missing class names by @gpbl in #2168
- fix: disabled days can be selected with selected prop by @gpbl in #2171
- fix: onNextClick, onPrevClick not being called by @gpbl in #2172
- fix: today day is auto focused when available by @gpbl in #2174
Full Changelog: v9.0.0-beta.1...v9.0.0-beta.2