Commit Graph

105 Commits

Author SHA1 Message Date
6b711db09e Merge pull request 'dev' (#7) from dev into main
All checks were successful
Publish to npm / publish (push) Successful in 24s
Reviewed-on: #7
2025-02-22 23:02:04 +00:00
c49e80dd37
0.1.2
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-23 10:00:57 +11:00
7a43085c6f
refactor: simplify example usage of SingleDatePicker in README.md
Some checks failed
Publish to npm / publish (push) Has been cancelled
2025-02-23 10:00:43 +11:00
9e52309f0b
refactor: update SingleWeekPicker component documentation and replace SingleDatePicker with SingleWeekPicker
All checks were successful
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
All checks were successful
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
All checks were successful
Publish to npm / publish (push) Successful in 31s
2025-02-23 09:39:18 +11:00
23d075bf12 Merge pull request 'dev' (#6) from dev into main
All checks were successful
Publish to npm / publish (push) Successful in 26s
Reviewed-on: #6
2025-02-22 05:53:36 +00:00
ead9da1e86
0.1.1
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-22 16:51:48 +11:00
6491b8960f
fix: update peerDependencies for react and react-dom to allow greater version compatibility 2025-02-22 16:51:35 +11:00
9b58d4301e Merge pull request 'dev' (#5) from dev into main
All checks were successful
Publish to npm / publish (push) Successful in 30s
Reviewed-on: #5
2025-02-21 06:55:13 +00:00
aa7dc297af
chore: add repository information to package.json
All checks were successful
Publish to npm / publish (push) Successful in 33s
2025-02-21 17:53:57 +11:00
a8abac8f49
0.1.0
Some checks are pending
Publish to npm / publish (push) Waiting to run
2025-02-21 17:50:03 +11:00
46e1fefa69
fix: update available date range in SingleDatePicker component
Some checks are pending
Publish to npm / publish (push) Waiting to run
2025-02-21 17:45:13 +11:00
4b0b821da5
feat: add available date range feature to SingleDatePicker component 2025-02-21 17:42:31 +11:00
16f4042c95 Merge pull request 'Adjust style file of the panel' (#4) from dev into main
All checks were successful
Publish to npm / publish (push) Successful in 26s
Reviewed-on: #4
2025-02-21 06:15:52 +00:00
03cb9756b7
chore: bump version to 0.0.3 in package.json
All checks were successful
Publish to npm / publish (push) Successful in 32s
2025-02-21 17:06:07 +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
52594f0193
fix: update package and lock files to version 0.0.2 and adjust React peer dependencies
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-21 13:16:55 +11:00
d18d34b967
chore: bump version to 0.0.1 in package.json
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-21 11:10:00 +11:00
9099f7cdda
Merge branch 'dev'
Some checks failed
Publish to npm / publish (push) Failing after 30s
2025-02-21 10:58:35 +11:00
41df9dc438
fix: update README to use external image link and remove marketing_assets directory
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-21 09:48:53 +11:00
ec27484982
feat: include marketing_assets directory in package.json files list
All checks were successful
Publish to npm / publish (push) Successful in 27s
2025-02-21 09:45:19 +11:00
33b8262661
fix: update package and lock files to reflect React and React-DOM peer dependencies
All checks were successful
Publish to npm / publish (push) Successful in 26s
2025-02-20 21:52:49 +11:00
1eb59aa151
feat: add value prop to SingleWeekPicker for programmatic date control
All checks were successful
Publish to npm / publish (push) Successful in 29s
2025-02-20 20:35:13 +11:00
4d1f8725a4
refactor: enable source maps in Vite config
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-20 20:20:25 +11:00
5fd726c446
fix: update package.json to use UMD format for main and require exports
All checks were successful
Publish to npm / publish (push) Successful in 34s
2025-02-20 20:10:48 +11:00
23fc1709ef
feat: add preview image and description to README for Datenel components
All checks were successful
Publish to npm / publish (push) Successful in 29s
2025-02-20 19:59:17 +11:00
a96eb9528d
refactor: playground updated for remove onSelect callback from SingleWeekPicker and adjust layout in app component
All checks were successful
Publish to npm / publish (push) Successful in 27s
2025-02-20 19:57:21 +11:00
ca571736ab
fix: correct week number calculation logic in calculateWeekNum utility
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
d2fb0ca732 Merge pull request 'fix: update import path for SingleDatePicker and add type annotation to component' (#2) from dev into main
Some checks failed
Publish to npm / publish (push) Failing after 22s
Reviewed-on: #2
2025-02-20 04:47:46 +00: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
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-20 15:35:47 +11:00
5a4e0c0137 Merge pull request 'dev' (#1) from dev into main
Some checks failed
Publish to npm / publish (push) Failing after 23s
Reviewed-on: #1
2025-02-20 04:29:20 +00:00
397103b636
fix: update example in README to use SingleDatePicker instead of WeekPicker
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-20 15:27:14 +11:00
2c48ddbdb2
fix: update types path in package.json to point to the correct location
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-20 15:19:24 +11:00
70bb0b14af
fix: update package.json to correct main entry point and improve type definitions
All checks were successful
Publish to npm / publish (push) Successful in 26s
2025-02-20 15:06:02 +11:00
dcdf8ccdbe
fix: update export paths in package.json for consistency in module formats
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-20 14:56:48 +11:00
9f8c6c9156
fix: update main and module entry points in package.json for UMD and ES module formats
Some checks failed
Publish to npm / publish (push) Has been cancelled
2025-02-20 14:56:35 +11:00
6fdcd80710
feat: add vite-plugin-css-injected-by-js for improved CSS handling and update app import path
All checks were successful
Publish to npm / publish (push) Successful in 26s
2025-02-20 14:52:48 +11:00
c0b833be6f
fix: update import path for SingleDatePicker and adjust Vite configuration for output filenames
All checks were successful
Publish to npm / publish (push) Successful in 29s
2025-02-20 14:46:29 +11:00
952b053e9c
fix: update TypeScript definition path in package.json and configure dts plugin with tsconfig path
All checks were successful
Publish to npm / publish (push) Successful in 28s
2025-02-20 14:07:01 +11:00
69dcbd282f
feat: update TypeScript configuration and enhance SingleDatePicker component with improved typing
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-20 13:46:44 +11:00