• Joined on 2023-10-08
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 10:52:54 +00:00
33b8262661 fix: update package and lock files to reflect React and React-DOM peer dependencies
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 09:35:20 +00:00
1eb59aa151 feat: add value prop to SingleWeekPicker for programmatic date control
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 09:20:35 +00:00
4d1f8725a4 refactor: enable source maps in Vite config
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 09:13:04 +00:00
5fd726c446 fix: update package.json to use UMD format for main and require exports
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:59:23 +00:00
23fc1709ef feat: add preview image and description to README for Datenel components
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:57:26 +00:00
a96eb9528d refactor: playground updated for remove onSelect callback from SingleWeekPicker and adjust layout in app component
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:44:59 +00:00
ca571736ab fix: correct week number calculation logic in calculateWeekNum utility
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:36:32 +00:00
39ffb6f784 feat: integrate onSelect callback in SingleWeekPicker and update week calculation logic
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:19:33 +00:00
91a370da01 feat: add onClose prop and accessibility improvements to SingleWeekPicker component
04dd1134ab feat: add year navigation and month selection to SingleWeekPicker component
Compare 2 commits »
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 08:12:31 +00:00
5c03b4ce50 fix: refactor layout and styling for SingleWeekPicker component
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 06:05:05 +00:00
ac798d2e67 fix: update type annotations in SingleDatePicker and SingleWeekPicker components
768d68951b feat: add SingleWeekPicker component and integrate with SingleDatePicker in the app
f4df007fa1 fix: remove unused color application effect in SingleDatePicker component
ef0b2e03c3 fix: enhance SingleDatePicker layout with grid styling and update component description
Compare 4 commits »
Astrian pushed to main at Astrian/datenel-react 2025-02-20 04:47:49 +00:00
d2fb0ca732 Merge pull request 'fix: update import path for SingleDatePicker and add type annotation to component' (#2) from dev into main
d7feff5e37 fix: update import path for SingleDatePicker and add type annotation to component
Compare 2 commits »
Astrian merged pull request Astrian/datenel-react#2 2025-02-20 04:47:47 +00:00
fix: update import path for SingleDatePicker and add type annotation to component
Astrian created pull request Astrian/datenel-react#2 2025-02-20 04:47:43 +00:00
fix: update import path for SingleDatePicker and add type annotation to component
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 04:35:53 +00:00
d7feff5e37 fix: update import path for SingleDatePicker and add type annotation to component
Astrian pushed to main at Astrian/datenel-react 2025-02-20 04:29:23 +00:00
5a4e0c0137 Merge pull request 'dev' (#1) from dev into main
397103b636 fix: update example in README to use SingleDatePicker instead of WeekPicker
2c48ddbdb2 fix: update types path in package.json to point to the correct location
70bb0b14af fix: update package.json to correct main entry point and improve type definitions
dcdf8ccdbe fix: update export paths in package.json for consistency in module formats
Compare 18 commits »
Astrian merged pull request Astrian/datenel-react#1 2025-02-20 04:29:21 +00:00
dev
Astrian created pull request Astrian/datenel-react#1 2025-02-20 04:29:06 +00:00
dev
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 04:27:21 +00:00
397103b636 fix: update example in README to use SingleDatePicker instead of WeekPicker
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 04:19:31 +00:00
2c48ddbdb2 fix: update types path in package.json to point to the correct location