9e52309f0b
refactor: update SingleWeekPicker component documentation and replace SingleDatePicker with SingleWeekPicker
Publish to npm / publish (push) Successful in 24s
2025-02-23 09:58:01 +11:00
777c715184
refactor: improve props description for adding online document references
Publish to npm / publish (push) Successful in 26s
2025-02-23 09:51:49 +11:00
cd0d6d1cba
refactor: rename CSS classes for better namespace management
Publish to npm / publish (push) Successful in 31s
2025-02-23 09:39:18 +11:00
4b0b821da5
feat: add available date range feature to SingleDatePicker component
2025-02-21 17:42:31 +11:00
1f44240d69
fix: add padding to item styles in style.scss
2025-02-21 17:04:16 +11:00
580cbbb5a0
fix: adjust font size and width for indicator styles in style.scss
2025-02-21 17:01:29 +11:00
1eb59aa151
feat: add value prop to SingleWeekPicker for programmatic date control
Publish to npm / publish (push) Successful in 29s
2025-02-20 20:35:13 +11:00
ca571736ab
fix: correct week number calculation logic in calculateWeekNum utility
Publish to npm / publish (push) Successful in 29s
2025-02-20 19:44:52 +11:00
39ffb6f784
feat: integrate onSelect callback in SingleWeekPicker and update week calculation logic
Publish to npm / publish (push) Successful in 25s
2025-02-20 19:36:24 +11:00
91a370da01
feat: add onClose prop and accessibility improvements to SingleWeekPicker component
Publish to npm / publish (push) Successful in 30s
2025-02-20 19:19:25 +11:00
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
c0b833be6f
fix: update import path for SingleDatePicker and adjust Vite configuration for output filenames
Publish to npm / publish (push) Successful in 29s
2025-02-20 14:46:29 +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
622e3a8200
fix: rename export from WeekPicker to SingleDatePicker in index.ts
Publish to npm / publish (push) Has been cancelled
2025-02-20 13:18:11 +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
ae369cceb7
fix: update styles to use main color variable for consistency
2025-02-20 09:55:08 +11:00
8c93a1756a
fix: update color variables in styles to avoid the conflict with other variables
2025-02-20 09:54:06 +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
6b2af762f9
refactor: adjust calendar start date calculation to handle week alignment correctly
2025-02-19 19:40:59 +11:00
f55c72b535
add: support value prop to control the selected date
2025-02-19 19:38:57 +11:00
d8658de5ca
add: define border color variable for improved style consistency in style.scss
2025-02-19 19:38:41 +11:00
48d3b6f559
refactor: update weekday localization to use narrow format in getL10Weekday utility
2025-02-19 19:38:36 +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