@breadstone/mosaik-elements-angular 0.0.227 → 0.0.229
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 0.0.229 (2026-03-03)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **theme:** update theme configuration and add theme mode initialization ([ad71335818](https://github.com/RueDeRennes/mosaik/commit/ad71335818))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **config:** update languageId in cspell configuration and increment release version ([ac1296c847](https://github.com/RueDeRennes/mosaik/commit/ac1296c847))
|
|
10
|
+
|
|
11
|
+
## 0.0.228 (2026-03-02)
|
|
12
|
+
|
|
13
|
+
### 🩹 Fixes
|
|
14
|
+
|
|
15
|
+
- **components): rename FormStatusDirective to FormStatusHostDirective and update imports feat(components): add FormFieldStateDirective for field state management feat(components): implement FormFieldStatusHostDirective for form field validation state feat(components:** create SignalValidators for enhanced validation logic ([5154b75657](https://github.com/RueDeRennes/mosaik/commit/5154b75657))
|
|
16
|
+
|
|
1
17
|
## 0.0.227 (2026-03-02)
|
|
2
18
|
|
|
3
19
|
### 🚀 Features
|