ngxsmk-datepicker 1.5.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/LICENSE +21 -0
- package/README.md +36 -7
- package/fesm2022/ngxsmk-datepicker.mjs +293 -301
- package/fesm2022/ngxsmk-datepicker.mjs.map +1 -1
- package/package.json +5 -5
- package/types/ngxsmk-datepicker.d.ts +5 -10
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Sachin Dilshan
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
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,35 @@ 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
|
|
333
|
+
- ๐ฏ **Programmatic Value Setting**: Added `value` input property to set datepicker value programmatically, perfect for server-side API data integration
|
|
334
|
+
- ๐จ **Enhanced Demo App**: Completely redesigned demo application with TokiForge-inspired modern UI and API documentation style
|
|
335
|
+
- ๐ **GitHub Pages Deployment**: Added automated GitHub Pages deployment with GitHub Actions workflow
|
|
336
|
+
- ๐ **Improved Documentation**: Enhanced demo app with comprehensive examples, code snippets, and interactive documentation
|
|
337
|
+
- ๐ง **Build Optimizations**: Updated CSS budget limits and improved build configuration
|
|
338
|
+
- ๐จ **Modern UI Design**: Beautiful gradient themes, glass-morphism effects, and improved visual hierarchy
|
|
339
|
+
- ๐ฑ **Better UX**: Enhanced navigation, code copying functionality, and responsive design
|
|
340
|
+
- ๐ ๏ธ **Developer Experience**: Improved build scripts and deployment automation
|
|
341
|
+
|
|
342
|
+
### v1.5.0
|
|
343
|
+
- ๐ **Angular 21 Support**: Full compatibility with Angular 21 RC versions
|
|
344
|
+
- โก **Zone-less Support**: Works without zone.js for improved performance
|
|
345
|
+
- ๐งช **Comprehensive Tests**: Added extensive test suite covering all features
|
|
346
|
+
- ๐ง **Angular 17-21 Compatibility**: Supports Angular versions 17, 18, 19, 20, and 21
|
|
347
|
+
- ๐ฆ **Dependency Updates**: Updated to Angular 21 RC and latest build tools
|
|
348
|
+
- ๐งน **Code Cleanup**: Removed unnecessary documentation files and comments
|
|
349
|
+
- ๐ **Improved Keywords**: Added version-specific keywords for better discoverability
|
|
350
|
+
- ๐ฏ **Peer Dependencies**: Updated to support Angular 17-21 range
|
|
351
|
+
|
|
352
|
+
### v1.4.16
|
|
324
353
|
- ๐ **Documentation**: Comprehensive README updates with latest features and improvements
|
|
325
354
|
- ๐ฏ **Version Management**: Updated version references across all package files
|
|
326
355
|
- ๐ **User Experience**: Enhanced documentation with better examples and API references
|