@breadstone/mosaik-elements-angular 0.0.224 → 0.0.226

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,27 @@
1
+ ## 0.0.226 (2026-01-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **TextFormatter:** enhance text formatting with WhatsApp-style syntax and improve Markdown support ([3939dbe6c7](https://github.com/RueDeRennes/mosaik/commit/3939dbe6c7))
6
+ - **order-edit-drawer:** refactor form handling to use Signal Forms and improve validation ([d72d23f3f6](https://github.com/RueDeRennes/mosaik/commit/d72d23f3f6))
7
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **CardIsBusyDirective:** correct import path for ProgressRingComponent ([9cd2f79507](https://github.com/RueDeRennes/mosaik/commit/9cd2f79507))
12
+ - update import paths for FormStatusDirective across multiple components ([5f690dfe92](https://github.com/RueDeRennes/mosaik/commit/5f690dfe92))
13
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
14
+
15
+ ## 0.0.225 (2026-01-27)
16
+
17
+ ### 🚀 Features
18
+
19
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
20
+
21
+ ### 🩹 Fixes
22
+
23
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
24
+
1
25
  ## 0.0.224 (2026-01-26)
2
26
 
3
27
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.