dev #1

Merged
Astrian merged 17 commits from dev into main 2025-02-20 04:29:20 +00:00

17 Commits

Author SHA1 Message Date
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
d2c9e4aeeb
fix: update import from WeekPicker to SingleDatePicker in app.tsx
All checks were successful
Publish to npm / publish (push) Successful in 22s
2025-02-20 13:18:27 +11:00
622e3a8200
fix: rename export from WeekPicker to SingleDatePicker in index.ts
Some checks failed
Publish to npm / publish (push) Has been cancelled
2025-02-20 13:18:11 +11:00
9c95a54363
feat: enable type entry insertion in dts plugin for Vite configuration
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-20 13:12:53 +11:00
d0d0aa6cf5
docs: improve clarity in README regarding the testing React hot-reload server
All checks were successful
Publish to npm / publish (push) Successful in 24s
2025-02-20 11:43:29 +11:00
ee0e9d430c
docs: add contribution and development instructions to README
All checks were successful
Publish to npm / publish (push) Successful in 25s
2025-02-20 11:42:18 +11:00
0eb95f05ae
feat: update npm publishing workflow to set access level based on branch
All checks were successful
Publish to npm / publish (push) Successful in 23s
2025-02-20 11:25:28 +11:00
c55f5d0bfd
fix: remove access level settings from npm publishing workflow
Some checks failed
Publish to npm / publish (push) Failing after 23s
2025-02-20 11:23:18 +11:00
1b22a04392
feat: enhance npm publishing workflow for dev branch with conditional package name and access level
Some checks failed
Publish to npm / publish (push) Failing after 21s
2025-02-20 11:21:46 +11:00