397103b636
fix: update example in README to use SingleDatePicker instead of WeekPicker
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Publish to npm / publish (push) Failing after 21s
2025-02-20 11:21:46 +11:00
79256774e2
ci: remove build step from npm publishing workflow
Publish to npm / publish (push) Failing after 21s
2025-02-20 11:15:46 +11:00
3fb6debe41
fix: remove types entry from exports in package.json
Publish to npm / publish (push) Has been cancelled
2025-02-20 11:15:22 +11:00
f45f4b6311
chore: add .npmignore and update package.json for build and peer dependencies
Publish to npm / publish (push) Failing after 24s
2025-02-20 11:13:30 +11:00
169fe5f85f
feat: add module exports for ES and CommonJS formats in package.json
2025-02-20 11:08:24 +11:00
48e1b2b5ea
ci: update Node.js version to 22 in npm publishing workflow
Publish to npm / publish (push) Successful in 2m46s
2025-02-20 11:00:23 +11:00
f010a84202
ci: add workflow for automatic publishing to npm on main branch push
Publish to npm / publish (push) Has been cancelled
2025-02-20 10:59:25 +11:00
66d43d006b
ci: add Gitea Actions workflow for publishing to npm
2025-02-20 10:56:02 +11:00
d06837c1d1
chore: add MIT License file to the repository
2025-02-20 10:35:29 +11:00
d779898318
docs: update SingleDatePicker prop documentation to clarify date format and examples
2025-02-20 10:34:19 +11:00
bd9e8a903b
docs: update README to include features, installation, and usage examples
2025-02-20 10:30:27 +11:00
5bb07dc8e9
fix: rename package to reflect React integration
2025-02-20 10:16:44 +11:00
6c5f1e0c18
fix: validate date object and ensure month and day are within valid ranges
2025-02-20 10:14:56 +11:00
9c6f2fcea3
fix: adjust year limits in SingleDatePicker to prevent invalid navigation
...
The min value of the year is 100, and remove the max limitation.
If user input the year number less than 100, it will be treated as a two-digit year of 21st century.
2025-02-20 10:09:45 +11:00
ea73c1c108
feat: add year adjustment functionality to SingleDatePicker
2025-02-20 10:07:43 +11:00
4513d9a1ce
fix: disable date selection for non-current months
2025-02-20 10:02:37 +11:00
1088ab5508
feat: update color properties in SingleDatePicker for enhanced customization
2025-02-20 09:59:11 +11:00
ae369cceb7
fix: update styles to use main color variable for consistency
2025-02-20 09:55:08 +11:00
8c93a1756a
fix: update color variables in styles to avoid the conflict with other variables
2025-02-20 09:54:06 +11:00
09b7f0b997
feat: add mainColor prop to SingleDatePicker and replace arrow icons with inline SVGs
2025-02-20 09:52:45 +11:00
a7d9c62fd5
feat: add color customization options to SingleDatePicker and implement unique ID generation for styling
2025-02-20 09:47:54 +11:00
9b420232a3
fix: update SingleDatePicker to use onClose prop for closing functionality and improve accessibility
2025-02-19 22:32:26 +11:00
e6ebe8ded1
fix: add closable feature to SingleDatePicker and enhance documentation for new props
2025-02-19 22:20:59 +11:00
c6d7d49ae4
fix: enhance documentation in SingleDatePicker for props clarity and localization details
2025-02-19 22:12:40 +11:00
44ace7cddb
fix: enhance accessibility in SingleDatePicker by adding roles and improving aria-labels
2025-02-19 22:07:03 +11:00
7b20bcbf14
fix: improve accessibility by adding aria-labels to SingleDatePicker components
2025-02-19 21:51:52 +11:00
b17a95c47b
fix: update documentation in SingleDatePicker to clarify screen reader behavior with localization
2025-02-19 21:43:35 +11:00
7a76aecb30
fix: clarify localization note in SingleDatePicker documentation regarding screen reader impact
2025-02-19 21:42:59 +11:00
c758deda1f
feat: enhance SingleDatePicker with localization support and improved accessibility
2025-02-19 21:42:30 +11:00
047b36bd56
chore: update some debugging code
2025-02-19 21:06:57 +11:00
1c532851ac
feat: add localization support to SingleDatePicker for date formatting
2025-02-19 21:04:49 +11:00
51a49e1165
feat: implement year/month selection in SingleDatePicker with updated styling
2025-02-19 21:00:08 +11:00
055ea48bc7
chore: update .gitignore to exclude compiled CSS files
2025-02-19 20:50:46 +11:00
515a22c571
style: update border styling in app.scss for improved UI appearance
2025-02-19 20:45:48 +11:00