04dd1134ab
feat: add year navigation and month selection to SingleWeekPicker component
2025-02-20 19:14:18 +11:00
5c03b4ce50
fix: refactor layout and styling for SingleWeekPicker component
Publish to npm / publish (push) Successful in 29s
2025-02-20 19:12:21 +11:00
ac798d2e67
fix: update type annotations in SingleDatePicker and SingleWeekPicker components
Publish to npm / publish (push) Successful in 25s
2025-02-20 17:04:50 +11:00
768d68951b
feat: add SingleWeekPicker component and integrate with SingleDatePicker in the app
2025-02-20 16:36:13 +11:00
f4df007fa1
fix: remove unused color application effect in SingleDatePicker component
2025-02-20 15:56:45 +11:00
ef0b2e03c3
fix: enhance SingleDatePicker layout with grid styling and update component description
2025-02-20 15:47:05 +11:00
d7feff5e37
fix: update import path for SingleDatePicker and add type annotation to component
Publish to npm / publish (push) Successful in 24s
2025-02-20 15:35:47 +11:00
69dcbd282f
feat: update TypeScript configuration and enhance SingleDatePicker component with improved typing
Publish to npm / publish (push) Successful in 25s
2025-02-20 13:46:44 +11:00
d779898318
docs: update SingleDatePicker prop documentation to clarify date format and examples
2025-02-20 10:34:19 +11:00
6c5f1e0c18
fix: validate date object and ensure month and day are within valid ranges
2025-02-20 10:14:56 +11:00
9c6f2fcea3
fix: adjust year limits in SingleDatePicker to prevent invalid navigation
...
The min value of the year is 100, and remove the max limitation.
If user input the year number less than 100, it will be treated as a two-digit year of 21st century.
2025-02-20 10:09:45 +11:00
ea73c1c108
feat: add year adjustment functionality to SingleDatePicker
2025-02-20 10:07:43 +11:00
4513d9a1ce
fix: disable date selection for non-current months
2025-02-20 10:02:37 +11:00
09b7f0b997
feat: add mainColor prop to SingleDatePicker and replace arrow icons with inline SVGs
2025-02-20 09:52:45 +11:00
a7d9c62fd5
feat: add color customization options to SingleDatePicker and implement unique ID generation for styling
2025-02-20 09:47:54 +11:00
9b420232a3
fix: update SingleDatePicker to use onClose prop for closing functionality and improve accessibility
2025-02-19 22:32:26 +11:00
e6ebe8ded1
fix: add closable feature to SingleDatePicker and enhance documentation for new props
2025-02-19 22:20:59 +11:00
c6d7d49ae4
fix: enhance documentation in SingleDatePicker for props clarity and localization details
2025-02-19 22:12:40 +11:00
44ace7cddb
fix: enhance accessibility in SingleDatePicker by adding roles and improving aria-labels
2025-02-19 22:07:03 +11:00
7b20bcbf14
fix: improve accessibility by adding aria-labels to SingleDatePicker components
2025-02-19 21:51:52 +11:00
b17a95c47b
fix: update documentation in SingleDatePicker to clarify screen reader behavior with localization
2025-02-19 21:43:35 +11:00
7a76aecb30
fix: clarify localization note in SingleDatePicker documentation regarding screen reader impact
2025-02-19 21:42:59 +11:00
c758deda1f
feat: enhance SingleDatePicker with localization support and improved accessibility
2025-02-19 21:42:30 +11:00
047b36bd56
chore: update some debugging code
2025-02-19 21:06:57 +11:00
1c532851ac
feat: add localization support to SingleDatePicker for date formatting
2025-02-19 21:04:49 +11:00
51a49e1165
feat: implement year/month selection in SingleDatePicker with updated styling
2025-02-19 21:00:08 +11:00
92f22d1331
feat: add onSelect callback to SingleDatePicker and integrate with WeekPicker
2025-02-19 19:55:36 +11:00
a7e7cbe3fa
refactor: remove console log from SingleDatePicker component
2025-02-19 19:41:05 +11:00
2cadaae650
fix: update key prop in SingleDatePicker to avoid same key issue
2025-02-19 19:41:05 +11:00
f55c72b535
add: support value prop to control the selected date
2025-02-19 19:38:57 +11:00
d8a38786fb
refactor: enhance localization support in SingleDatePicker component
2025-02-19 19:38:22 +11:00
52e4695ad5
refactor: add month navigation functionality to SingleDatePicker component
2025-02-19 19:38:10 +11:00
1b204b8dc0
refactor: enhance SingleDatePicker button styles and improve hover effects
2025-02-19 19:37:58 +11:00
1a9cb24e6e
refactor: simplify state management and enhance styling for SingleDatePicker component
2025-02-19 19:37:41 +11:00
4aa4c8f4e7
add: SingleDatePicker component with simple style and layout
2025-02-19 19:36:23 +11:00
47b565fcdf
initial commit
2025-02-19 19:36:11 +11:00