@breadstone/mosaik-elements-svelte 0.0.126 → 0.0.128
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 +13 -0
- package/index.mjs +15755 -14549
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.0.128 (2025-08-22)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- Add BusyState and VoiceRecorder components with Joy and Retro themes ([eb1887d8e3](https://github.com/RueDeRennes/mosaik/commit/eb1887d8e3))
|
|
6
|
+
- **chat-tools:** integrate attachment and reaction chat tools ([89e61d7157](https://github.com/RueDeRennes/mosaik/commit/89e61d7157))
|
|
7
|
+
|
|
8
|
+
## 0.0.127 (2025-08-21)
|
|
9
|
+
|
|
10
|
+
### 🚀 Features
|
|
11
|
+
|
|
12
|
+
- add FormValidator2 and provideForms for enhanced form validation capabilities ([0202e7092e](https://github.com/RueDeRennes/mosaik/commit/0202e7092e))
|
|
13
|
+
|
|
1
14
|
## 0.0.126 (2025-08-21)
|
|
2
15
|
|
|
3
16
|
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|