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/README.md +1317 -1313
- package/docs/API.md +2 -1
- package/docs/COMPATIBILITY.md +2 -1
- package/docs/INTEGRATION.md +702 -701
- package/docs/IONIC_INTEGRATION.md +2 -1
- package/docs/IONIC_TESTING.md +2 -1
- package/docs/LOCALE-GUIDE.md +2 -1
- package/docs/PLUGIN-ARCHITECTURE.md +2 -1
- package/docs/SEO.md +2 -1
- package/docs/SSR-EXAMPLE.md +2 -1
- package/docs/THEME-TOKENS.md +2 -1
- package/docs/TIMEZONE.md +2 -1
- package/docs/extension-points.md +2 -1
- package/docs/signal-forms.md +2 -1
- package/docs/signals.md +2 -1
- package/docs/ssr.md +2 -1
- package/package.json +85 -92
- package/styles/ionic-integration.css +220 -220
- package/fesm2022/ngxsmk-datepicker.mjs +0 -14153
- package/types/ngxsmk-datepicker.d.ts +0 -2412
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.
|
|
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
|
+
|
package/docs/COMPATIBILITY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Version Compatibility Matrix
|
|
2
2
|
|
|
3
|
-
**Last updated:** March
|
|
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
|
+
|