@cimulate/copilot-widget 1.30.3 → 1.30.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/CHANGELOG.md +4 -0
- package/dist/messaging.es.js +9382 -9261
- package/dist/messaging.umd.js +41 -41
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
`@cimulate/copilot-widget` follows [Semantic Versioning](https://semver.org/). Each entry is a released `package.json` version (deployed on merge to `master`), newest first.
|
|
4
4
|
|
|
5
|
+
## 1.30.4 — 2026-08-21
|
|
6
|
+
|
|
7
|
+
- In Agentforce messaging mode, a resumed SSE stream that stays connected but never delivers events (stale `Last-Event-ID`) now self-heals instead of spinning Connecting forever.
|
|
8
|
+
|
|
5
9
|
## 1.30.3 — 2026-08-21
|
|
6
10
|
|
|
7
11
|
- Re-focuses the messaging search input when the agent finishes streaming, so shoppers can keep typing without clicking back into the field. Does not steal focus on initial mount when idle.
|