@breadstone/mosaik-elements-angular 0.0.193 → 0.0.195
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,18 @@
|
|
|
1
|
+
## 0.0.195 (2025-12-03)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **FormFieldDirective:** remove unnecessary @required annotation from fieldState ([77df1cf897](https://github.com/RueDeRennes/mosaik/commit/77df1cf897))
|
|
6
|
+
- **FormFieldStatusDirective:** inject FIELD and update host element handling ([f8c4c2001f](https://github.com/RueDeRennes/mosaik/commit/f8c4c2001f))
|
|
7
|
+
- **package:** add missing newline at end of file in package.json ([a9bf15349b](https://github.com/RueDeRennes/mosaik/commit/a9bf15349b))
|
|
8
|
+
|
|
9
|
+
## 0.0.194 (2025-12-03)
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- **Cdk:** export FormFieldStatusDirective alongside FORM_STATUS_HOST from FormStatusDirective ([c8521cd4ff](https://github.com/RueDeRennes/mosaik/commit/c8521cd4ff))
|
|
14
|
+
- **components:** add FormFieldStatusDirective to input components for improved form status handling - make mosaik components signal forms ready ([bd0ecad644](https://github.com/RueDeRennes/mosaik/commit/bd0ecad644))
|
|
15
|
+
|
|
1
16
|
## 0.0.193 (2025-12-03)
|
|
2
17
|
|
|
3
18
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|