ngxsmk-datepicker 2.2.2 → 2.2.6

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/docs/API.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This document describes the stable public API of ngxsmk-datepicker with comprehensive real-world examples. APIs marked as **stable** are guaranteed to remain backward-compatible within the same major version. APIs marked as **experimental** may change in future releases.
4
4
 
5
- **Version**: 2.2.2+ | **Last updated**: March 3, 2026
5
+ **Version**: 2.2.6+ | **Last updated**: March 10, 2026
6
6
 
7
7
  ## Stable vs experimental
8
8
 
@@ -2403,3 +2403,4 @@ For questions about the API:
2403
2403
  - Check the [README.md](../../README.md) for usage examples
2404
2404
  - Review the [documentation](./) for detailed guides
2405
2405
  - Open an issue on GitHub for questions
2406
+
@@ -1,6 +1,6 @@
1
1
  # Version Compatibility Matrix
2
2
 
3
- **Last updated:** March 3, 2026 · **Current stable:** v2.2.2
3
+ **Last updated:** March 10, 2026 · **Current stable:** v2.2.6
4
4
 
5
5
  This document provides comprehensive compatibility information for `ngxsmk-datepicker` across different Angular versions, Zone.js configurations, and SSR/CSR setups.
6
6
 
@@ -440,3 +440,4 @@ npm list @angular/core @angular/common @angular/forms
440
440
  ### Issue: Translations not working in SSR
441
441
  **Solution**: Translations work in SSR. Ensure locale is explicitly set if auto-detection fails on server.
442
442
 
443
+