@data-netmonk/mona-chat-widget 2.6.2 → 2.6.4
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/README.md +8 -2
- package/dist/index.cjs +56 -56
- package/dist/index.d.ts +31 -0
- package/dist/index.js +6759 -6734
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,15 @@ Chat widget package developed by Netmonk data & solution team to be imported in
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
**Latest Version Changes (`v2.6.
|
|
11
|
+
**Latest Version Changes (`v2.6.4`):**
|
|
12
12
|
|
|
13
|
-
✅ **
|
|
13
|
+
✅ **Patch Updates:**
|
|
14
|
+
1. **Voice mode now fully controls TTS playback** - Disabling voice mode clears queued audio and stops active playback cleanly
|
|
15
|
+
2. **Library build now resolves phoneme assets correctly** - Avatar viseme images are bundled through module URLs so published packages can load them reliably
|
|
16
|
+
3. **Message rendering is more stable** - Messages now receive deterministic IDs and React keys to avoid collisions during history load and streaming updates
|
|
17
|
+
4. **Streaming flow is more consistent** - Mock responses, webhook responses, and TTS playback now use the same streaming helper to keep text timing aligned
|
|
18
|
+
|
|
19
|
+
✅ **Previous Non-breaking Changes (`v2.6.1`):**
|
|
14
20
|
1. **Built-in voice mode button** - Chat widget now includes a microphone button to toggle voice mode directly from the input area
|
|
15
21
|
2. **Speech-to-text flow for voice mode** - Recorded user audio is sent to the configured `VITE_STT_ENDPOINT`, then the transcription is forwarded as a normal chat message
|
|
16
22
|
3. **Phoneme-driven avatar animation** - The widget can animate Mona's avatar during TTS playback based on phoneme/viseme IDs returned by the backend
|