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.
- package/README.md +13 -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
|
-
- **
|
|
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
|
+
|
|
19
|
+
<img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
|
|
20
|
+
|
|
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.
|
|
228
|
+
### v1.4.0 (Latest)
|
|
218
229
|
- ✅ Performance optimizations (30% smaller bundle)
|
|
219
230
|
- ✅ OnPush change detection strategy
|
|
220
231
|
- ✅ Memoized date comparisons
|