ngxsmk-datepicker 1.4.0 → 1.4.4

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.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,21 @@ A modern, powerful, and fully customizable date and date-range picker component
6
6
 
7
7
  - **NPM Package**: [ngxsmk-datepicker](https://www.npmjs.com/package/ngxsmk-datepicker)
8
8
  - **GitHub Repository**: [https://github.com/toozuuu/ngxsmk-datepicker](https://github.com/toozuuu/ngxsmk-datepicker)
9
- - **Version**: 1.4.0
9
+ - **Live Demo**: [https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker](https://stackblitz.com/~/github.com/toozuuu/ngxsmk-datepicker)
10
+ - **Version**: 1.4.4
10
11
  - **License**: MIT
11
12
  - **Author**: Sachin Dilshan
12
13
 
14
+ ## 📷 Screenshots
15
+
16
+ <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
+ &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
+ &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
+ </p>
23
+
13
24
  ## 🚀 Performance Optimizations
14
25
 
15
26
  This library has been optimized for maximum performance:
@@ -214,7 +225,7 @@ We welcome and appreciate contributions from the community! Please see our [Cont
214
225
 
215
226
  ## 📄 Changelog
216
227
 
217
- ### v1.3.9 (Latest)
228
+ ### v1.4.0 (Latest)
218
229
  - ✅ Performance optimizations (30% smaller bundle)
219
230
  - ✅ OnPush change detection strategy
220
231
  - ✅ Memoized date comparisons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngxsmk-datepicker",
3
- "version": "1.4.0",
3
+ "version": "1.4.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",