Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1b76a34
refactor: migrate calendar from react-aria to react-day-picker
renejfc Aug 19, 2025
7e8e8a0
refactor: calendar current features
renejfc Aug 22, 2025
2ebe9aa
feat: add multiple date selection mode to Calendar component
renejfc Aug 22, 2025
8433326
fix: add react-day-picker dep
renejfc Aug 25, 2025
d38ec81
fix: lint warns
renejfc Aug 25, 2025
d9b8f73
refactor: rename classNames prop in Calendar to avoid naming conflicts
renejfc Aug 25, 2025
20db5d1
fix: improve Calendar and DatePicker components integration
renejfc Aug 27, 2025
9af1505
feat: add minValue prop to DatePicker to disable dates before threshold
renejfc Sep 2, 2025
7f32278
feat: date components refactor
AlanFnz Oct 13, 2025
5b01cb6
fix: typing
AlanFnz Oct 13, 2025
4b2d193
chore: replace type using date-fns format
AlanFnz Oct 14, 2025
9737fbc
chore: replace useMemo usage with React.memo for DayButton
AlanFnz Oct 14, 2025
40aa8e7
chore: calendar day button refactor
AlanFnz Oct 15, 2025
69e0367
feat: support auto focus
AlanFnz Oct 15, 2025
07fa4e4
feat: make segments the default config for date picker
AlanFnz Oct 15, 2025
9e9ff38
chore: small refactor
AlanFnz Oct 15, 2025
0274984
fix: support disabled prop in text variant
AlanFnz Oct 15, 2025
b32f54d
chore: add type overloads
AlanFnz Oct 15, 2025
c2d4a81
fix: support on blur and make mode param optional for single props
AlanFnz Oct 15, 2025
12ccb45
feat: allow uncontrolled value on every mode
AlanFnz Oct 15, 2025
4ad4cf9
feat: support modifiers and on day click props
AlanFnz Oct 16, 2025
81d471f
chore: cleanup
AlanFnz Oct 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"date-fns": "^2.11.1",
"react-aria": "3.39.0",
"react-aria-components": "1.8.0",
"react-day-picker": "^9.9.0",
"react-popper": "^2.3.0",
"react-transition-group": "^4.3.0",
"styled-system": "^5.1.5",
Expand Down
Loading
Loading