ngxsmk-datepicker 1.6.0 โ 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -7
- package/fesm2022/ngxsmk-datepicker.mjs +97 -99
- package/fesm2022/ngxsmk-datepicker.mjs.map +1 -1
- package/package.json +5 -5
- package/types/ngxsmk-datepicker.d.ts +24 -10
- package/fesm2022/ngxsmk-datepicker-export.utils-Eh4TSHKj.mjs +0 -101
- package/fesm2022/ngxsmk-datepicker-export.utils-Eh4TSHKj.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-format.utils-Bs1hnKRl.mjs +0 -49
- package/fesm2022/ngxsmk-datepicker-format.utils-Bs1hnKRl.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-timezone.utils-Cs2JyF49.mjs +0 -33
- package/fesm2022/ngxsmk-datepicker-timezone.utils-Cs2JyF49.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-validation.utils-CzyS3x6d.mjs +0 -51
- package/fesm2022/ngxsmk-datepicker-validation.utils-CzyS3x6d.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-week.utils-_wX9h6Cc.mjs +0 -41
- package/fesm2022/ngxsmk-datepicker-week.utils-_wX9h6Cc.mjs.map +0 -1
- package/index.d.ts +0 -665
package/README.md
CHANGED
|
@@ -5,20 +5,21 @@ A modern, powerful, and fully customizable date and date-range picker component
|
|
|
5
5
|
## ๐ฆ Package Information
|
|
6
6
|
|
|
7
7
|
- **NPM Package**: [ngxsmk-datepicker](https://www.npmjs.com/package/ngxsmk-datepicker)
|
|
8
|
-
- **GitHub Repository**: [https://github.com/
|
|
9
|
-
- **Live Demo**: [https://stackblitz.com/~/github.com/
|
|
10
|
-
- **
|
|
8
|
+
- **GitHub Repository**: [https://github.com/NGXSMK/ngxsmk-datepicker](https://github.com/NGXSMK/ngxsmk-datepicker)
|
|
9
|
+
- **Live Demo**: [https://stackblitz.com/~/github.com/NGXSMK/ngxsmk-datepicker](https://stackblitz.com/~/github.com/NGXSMK/ngxsmk-datepicker)
|
|
10
|
+
- **GitHub Pages Demo**: [https://ngxsmk.github.io/ngxsmk-datepicker/](https://ngxsmk.github.io/ngxsmk-datepicker/)
|
|
11
|
+
- **Version**: 1.8.0
|
|
11
12
|
- **License**: MIT
|
|
12
13
|
- **Author**: Sachin Dilshan
|
|
13
14
|
|
|
14
15
|
## ๐ท Screenshots
|
|
15
16
|
|
|
16
17
|
<p align="left">
|
|
17
|
-
<img src="https://github.com/
|
|
18
|
+
<img src="https://github.com/NGXSMK/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
|
|
18
19
|
|
|
19
|
-
<img src="https://github.com/
|
|
20
|
+
<img src="https://github.com/NGXSMK/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
|
|
20
21
|
|
|
21
|
-
<img src="https://github.com/
|
|
22
|
+
<img src="https://github.com/NGXSMK/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
|
|
22
23
|
</p>
|
|
23
24
|
|
|
24
25
|
## ๐ Performance Optimizations
|
|
@@ -320,7 +321,22 @@ We welcome and appreciate contributions from the community! Please see our [Cont
|
|
|
320
321
|
|
|
321
322
|
## ๐ Changelog
|
|
322
323
|
|
|
323
|
-
### v1.
|
|
324
|
+
### v1.8.0 (Latest)
|
|
325
|
+
- ๐ **Documentation Updates**: Comprehensive README updates with all new features
|
|
326
|
+
- ๐งน **Code Cleanup**: Removed unnecessary comments and files from demo project
|
|
327
|
+
- ๐ **API Documentation**: Enhanced API reference with new inputs and examples
|
|
328
|
+
- ๐จ **Theming Documentation**: Added Tailwind CSS and ngClass theming examples
|
|
329
|
+
- โ
**Project Cleanup**: Improved code maintainability and documentation consistency
|
|
330
|
+
|
|
331
|
+
### v1.7.0
|
|
332
|
+
- ๐งช **Issue Test Suite**: Added comprehensive test suites for issues #8 and #13
|
|
333
|
+
- ๐ **Bug Fixes**: Fixed programmatic value setting and Angular 21 compatibility tests
|
|
334
|
+
- ๐งน **Code Cleanup**: Removed unnecessary files, folders, and comments from codebase
|
|
335
|
+
- ๐ **Test Improvements**: Enhanced test coverage with issue-specific test files
|
|
336
|
+
- ๐ง **Test Fixes**: Fixed disabled date tests and integration test issues
|
|
337
|
+
- ๐ฏ **Code Quality**: Improved code maintainability by removing redundant comments
|
|
338
|
+
|
|
339
|
+
### v1.6.0
|
|
324
340
|
- ๐ฏ **Programmatic Value Setting**: Added `value` input property to set datepicker value programmatically, perfect for server-side API data integration
|
|
325
341
|
- ๐จ **Enhanced Demo App**: Completely redesigned demo application with TokiForge-inspired modern UI and API documentation style
|
|
326
342
|
- ๐ **GitHub Pages Deployment**: Added automated GitHub Pages deployment with GitHub Actions workflow
|