• Joined on 2023-10-08
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
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 00:43:37 +00:00
d0d0aa6cf5 docs: improve clarity in README regarding the testing React hot-reload server
Astrian pushed to dev at Astrian/datenel-react 2025-02-20 00:42:25 +00:00
ee0e9d430c docs: add contribution and development instructions to README