ngxsmk-datepicker 1.7.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 CHANGED
@@ -8,7 +8,7 @@ A modern, powerful, and fully customizable date and date-range picker component
8
8
  - **GitHub Repository**: [https://github.com/NGXSMK/ngxsmk-datepicker](https://github.com/NGXSMK/ngxsmk-datepicker)
9
9
  - **Live Demo**: [https://stackblitz.com/~/github.com/NGXSMK/ngxsmk-datepicker](https://stackblitz.com/~/github.com/NGXSMK/ngxsmk-datepicker)
10
10
  - **GitHub Pages Demo**: [https://ngxsmk.github.io/ngxsmk-datepicker/](https://ngxsmk.github.io/ngxsmk-datepicker/)
11
- - **Version**: 1.7.0
11
+ - **Version**: 1.8.0
12
12
  - **License**: MIT
13
13
  - **Author**: Sachin Dilshan
14
14
 
@@ -321,7 +321,14 @@ We welcome and appreciate contributions from the community! Please see our [Cont
321
321
 
322
322
  ## ๐Ÿ“„ Changelog
323
323
 
324
- ### v1.7.0 (Latest)
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
325
332
  - ๐Ÿงช **Issue Test Suite**: Added comprehensive test suites for issues #8 and #13
326
333
  - ๐Ÿ› **Bug Fixes**: Fixed programmatic value setting and Angular 21 compatibility tests
327
334
  - ๐Ÿงน **Code Cleanup**: Removed unnecessary files, folders, and comments from codebase