• Joined on 2023-10-08
Astrian pushed to dev at Astrian/datenel-react 2025-02-21 06:06:14 +00:00
03cb9756b7 chore: bump version to 0.0.3 in package.json
1f44240d69 fix: add padding to item styles in style.scss
580cbbb5a0 fix: adjust font size and width for indicator styles in style.scss
Compare 3 commits »
Astrian pushed to main at Astrian/datenel-react 2025-02-21 02:17:08 +00:00
52594f0193 fix: update package and lock files to version 0.0.2 and adjust React peer dependencies
Astrian pushed to dev at Astrian/datenel-react 2025-02-21 02:16:59 +00:00
52594f0193 fix: update package and lock files to version 0.0.2 and adjust React peer dependencies
Astrian pushed to dev at Astrian/datenel-react 2025-02-21 00:18:08 +00:00
d18d34b967 chore: bump version to 0.0.1 in package.json
9099f7cdda Merge branch 'dev'
d2fb0ca732 Merge pull request 'fix: update import path for SingleDatePicker and add type annotation to component' (#2) from dev into main
5a4e0c0137 Merge pull request 'dev' (#1) from dev into main
Compare 4 commits »
Astrian pushed to main at Astrian/datenel-react 2025-02-21 00:10:05 +00:00
d18d34b967 chore: bump version to 0.0.1 in package.json
Astrian closed pull request Astrian/datenel-react#3 2025-02-21 00:01:36 +00:00
version 0.0.0
Astrian pushed to main at Astrian/datenel-react 2025-02-21 00:01:14 +00:00
9099f7cdda Merge branch 'dev'
41df9dc438 fix: update README to use external image link and remove marketing_assets directory
ec27484982 feat: include marketing_assets directory in package.json files list
33b8262661 fix: update package and lock files to reflect React and React-DOM peer dependencies
1eb59aa151 feat: add value prop to SingleWeekPicker for programmatic date control
Compare 18 commits »
Astrian created pull request Astrian/datenel-react#3 2025-02-20 23:57:28 +00:00
version 0.0.0
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 22:49:00 +00:00
41df9dc438 fix: update README to use external image link and remove marketing_assets directory
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 22:45:26 +00:00
ec27484982 feat: include marketing_assets directory in package.json files list
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