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 +9 -2
- package/fesm2022/ngxsmk-datepicker.mjs +279 -236
- package/fesm2022/ngxsmk-datepicker.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ngxsmk-datepicker.d.ts +24 -1
- package/fesm2022/ngxsmk-datepicker-export.utils-Eh4TSHKj.mjs +0 -101
- package/fesm2022/ngxsmk-datepicker-export.utils-Eh4TSHKj.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-format.utils-Bs1hnKRl.mjs +0 -49
- package/fesm2022/ngxsmk-datepicker-format.utils-Bs1hnKRl.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-timezone.utils-Cs2JyF49.mjs +0 -33
- package/fesm2022/ngxsmk-datepicker-timezone.utils-Cs2JyF49.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-validation.utils-CzyS3x6d.mjs +0 -51
- package/fesm2022/ngxsmk-datepicker-validation.utils-CzyS3x6d.mjs.map +0 -1
- package/fesm2022/ngxsmk-datepicker-week.utils-_wX9h6Cc.mjs +0 -41
- package/fesm2022/ngxsmk-datepicker-week.utils-_wX9h6Cc.mjs.map +0 -1
- package/index.d.ts +0 -665
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.
|
|
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.
|
|
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
|