ngxsmk-datepicker 1.6.0 โ 1.7.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 +16 -7
- package/fesm2022/ngxsmk-datepicker.mjs +250 -295
- package/fesm2022/ngxsmk-datepicker.mjs.map +1 -1
- package/package.json +5 -5
- package/types/ngxsmk-datepicker.d.ts +0 -9
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.7.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,15 @@ We welcome and appreciate contributions from the community! Please see our [Cont
|
|
|
320
321
|
|
|
321
322
|
## ๐ Changelog
|
|
322
323
|
|
|
323
|
-
### v1.
|
|
324
|
+
### v1.7.0 (Latest)
|
|
325
|
+
- ๐งช **Issue Test Suite**: Added comprehensive test suites for issues #8 and #13
|
|
326
|
+
- ๐ **Bug Fixes**: Fixed programmatic value setting and Angular 21 compatibility tests
|
|
327
|
+
- ๐งน **Code Cleanup**: Removed unnecessary files, folders, and comments from codebase
|
|
328
|
+
- ๐ **Test Improvements**: Enhanced test coverage with issue-specific test files
|
|
329
|
+
- ๐ง **Test Fixes**: Fixed disabled date tests and integration test issues
|
|
330
|
+
- ๐ฏ **Code Quality**: Improved code maintainability by removing redundant comments
|
|
331
|
+
|
|
332
|
+
### v1.6.0
|
|
324
333
|
- ๐ฏ **Programmatic Value Setting**: Added `value` input property to set datepicker value programmatically, perfect for server-side API data integration
|
|
325
334
|
- ๐จ **Enhanced Demo App**: Completely redesigned demo application with TokiForge-inspired modern UI and API documentation style
|
|
326
335
|
- ๐ **GitHub Pages Deployment**: Added automated GitHub Pages deployment with GitHub Actions workflow
|