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 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/toozuuu/ngxsmk-datepicker](https://github.com/toozuuu/ngxsmk-datepicker)
9
- - **Live Demo**: [https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker](https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker)
10
- - **Version**: 1.5.0
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/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
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
  &nbsp;&nbsp;
19
- <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
20
+ <img src="https://github.com/NGXSMK/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
20
21
  &nbsp;&nbsp;
21
- <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
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.4.16 (Latest)
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