ngxsmk-datepicker 2.1.1 → 2.1.2
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 +12 -14
- package/fesm2022/ngxsmk-datepicker.mjs +414 -456
- package/package.json +1 -1
- package/types/ngxsmk-datepicker.d.ts +9 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
-->
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
|
-
<img src="docs/header-banner.png" alt="ngxsmk-datepicker - Lightweight Angular Date Range Picker" width="100%" />
|
|
7
|
+
<img src="projects/ngxsmk-datepicker/docs/header-banner.png" alt="ngxsmk-datepicker - Lightweight Angular Date Range Picker" width="100%" />
|
|
8
8
|
|
|
9
9
|
# **ngxsmk-datepicker** – Modern Angular Date Picker & Range Picker
|
|
10
10
|
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
|
|
29
29
|
**ngxsmk-datepicker** is a high-performance, enterprise-ready date and range picker engineered for the modern Angular ecosystem (v17+). Built from the ground up with **Angular Signals**, it delivers a seamless, zoneless-ready experience for both desktop and mobile (Ionic) applications.
|
|
30
30
|
|
|
31
|
-
> **Stable Release**: `v2.1.
|
|
31
|
+
> **Stable Release**: `v2.1.2` is live! This major update introduces a significant **UI Refresh (Border Detox)**, **Mobile Stability** improvements, and fixes for circular dependencies.
|
|
32
32
|
>
|
|
33
|
-
> ⚠️ **Important**: Versions 2.0.10 and 2.0.11 are broken and have been unpublished. Please use v2.1.
|
|
33
|
+
> ⚠️ **Important**: Versions 2.0.10 and 2.0.11 are broken and have been unpublished. Please use v2.1.2 or later.
|
|
34
34
|
|
|
35
35
|
---
|
|
36
36
|
|
|
@@ -137,7 +137,7 @@ For details, see [CONTRIBUTING.md](https://github.com/NGXSMK/ngxsmk-datepicker/b
|
|
|
137
137
|
|
|
138
138
|
Install the package using npm:
|
|
139
139
|
|
|
140
|
-
npm install ngxsmk-datepicker@
|
|
140
|
+
npm install ngxsmk-datepicker@latest
|
|
141
141
|
|
|
142
142
|
## **Usage**
|
|
143
143
|
|
|
@@ -561,7 +561,7 @@ The `locale` input controls all internationalization. It automatically formats m
|
|
|
561
561
|
|
|
562
562
|
### **Global Language Support**
|
|
563
563
|
|
|
564
|
-
ngxsmk-datepicker v2.1.
|
|
564
|
+
ngxsmk-datepicker v2.1.2 now features **full localization synchronization** for:
|
|
565
565
|
|
|
566
566
|
- 🇺🇸 English (`en`)
|
|
567
567
|
- 🇩🇪 German (`de`)
|
|
@@ -654,16 +654,14 @@ This library has been optimized for maximum performance:
|
|
|
654
654
|
|
|
655
655
|
## **🐛 Bug Fixes & Improvements**
|
|
656
656
|
|
|
657
|
-
### **Critical
|
|
657
|
+
### **Critical Updates in v2.1.2:**
|
|
658
658
|
|
|
659
|
-
- ✅ **
|
|
660
|
-
- ✅ **
|
|
661
|
-
- ✅ **
|
|
662
|
-
- ✅ **
|
|
663
|
-
- ✅ **
|
|
664
|
-
- ✅ **
|
|
665
|
-
- ✅ **Accessibility**: Better focus states and keyboard navigation
|
|
666
|
-
- ✅ **Build System**: Improved build configuration and optimization
|
|
659
|
+
- ✅ **UI Refresh**: "Border Detox" for cleaner, modern aesthetics
|
|
660
|
+
- ✅ **Mobile Stability**: Ghost click protection and better portaling logic
|
|
661
|
+
- ✅ **Circular Dependency**: Fixed NG0200 errors with Reactive Forms
|
|
662
|
+
- ✅ **Performance**: Optimized change detection strategies
|
|
663
|
+
- ✅ **Accessibility**: Enhanced ARIA attributes and keyboard navigation
|
|
664
|
+
- ✅ **Type Safety**: Strictly typed inputs and outputs
|
|
667
665
|
|
|
668
666
|
### **Performance Enhancements:**
|
|
669
667
|
|