ngxsmk-datepicker 1.4.0 → 1.4.3

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 +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,20 @@ 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
+ - **Version**: 1.4.3
10
10
  - **License**: MIT
11
11
  - **Author**: Sachin Dilshan
12
12
 
13
+ ## Screenshots
14
+
15
+ <p align="left">
16
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
17
+ &nbsp;&nbsp;
18
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
19
+ &nbsp;&nbsp;
20
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
21
+ </p>
22
+
13
23
  ## 🚀 Performance Optimizations
14
24
 
15
25
  This library has been optimized for maximum performance:
@@ -214,7 +224,7 @@ We welcome and appreciate contributions from the community! Please see our [Cont
214
224
 
215
225
  ## 📄 Changelog
216
226
 
217
- ### v1.3.9 (Latest)
227
+ ### v1.4.0 (Latest)
218
228
  - ✅ Performance optimizations (30% smaller bundle)
219
229
  - ✅ OnPush change detection strategy
220
230
  - ✅ 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.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",