@breadstone/mosaik-elements-angular 0.1.3 → 0.1.5
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,15 @@
|
|
|
1
|
+
## 0.1.5 (2026-05-29)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **drawer:** update DrawerService and DrawerPortalComponent for improved config handling ([b0856036d1](https://github.com/RueDeRennes/mosaik/commit/b0856036d1))
|
|
6
|
+
|
|
7
|
+
## 0.1.4 (2026-05-29)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- **chat:** add actions slot and update styles for chat message components ([eacedaf22c](https://github.com/RueDeRennes/mosaik/commit/eacedaf22c))
|
|
12
|
+
|
|
1
13
|
## 0.1.3 (2026-05-29)
|
|
2
14
|
|
|
3
15
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|