• Joined on 2023-10-08
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
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 04:17:10 +00:00
70bb0b14af fix: update package.json to correct main entry point and improve type definitions
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 03:57:07 +00:00
dcdf8ccdbe fix: update export paths in package.json for consistency in module formats
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 03:56:41 +00:00
9f8c6c9156 fix: update main and module entry points in package.json for UMD and ES module formats
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 03:52:54 +00:00
6fdcd80710 feat: add vite-plugin-css-injected-by-js for improved CSS handling and update app import path
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 03:46:36 +00:00
c0b833be6f fix: update import path for SingleDatePicker and adjust Vite configuration for output filenames
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 03:07:07 +00:00
952b053e9c fix: update TypeScript definition path in package.json and configure dts plugin with tsconfig path
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 02:46:49 +00:00
69dcbd282f feat: update TypeScript configuration and enhance SingleDatePicker component with improved typing
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 02:18:33 +00:00
d2c9e4aeeb fix: update import from WeekPicker to SingleDatePicker in app.tsx
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 02:18:14 +00:00
622e3a8200 fix: rename export from WeekPicker to SingleDatePicker in index.ts
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 02:13:01 +00:00
9c95a54363 feat: enable type entry insertion in dts plugin for Vite configuration