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 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.6.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,15 @@ We welcome and appreciate contributions from the community! Please see our [Cont
320
321
 
321
322
  ## ๐Ÿ“„ Changelog
322
323
 
323
- ### v1.6.0 (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
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