cobrowse-sdk-js 3.16.2 → 3.18.0

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
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.18.0](#) (2026-01-15)
6
+
7
+
8
+ ### Features
9
+
10
+ * emit debounced input events ([#440](#)) ([022bf61](#))
11
+ * end session when Genesys conversation ends ([#444](#)) ([4a76902](#))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * prevent patching or unpatching non script elements ([#438](#)) ([3c12ffb](#))
17
+ * prevent rewrite of worker postMessage args ([#437](#)) ([9b87c1d](#))
18
+ * safely check for worker on cross origin window ([#443](#)) ([bd1cfc2](#))
19
+
20
+ ## [3.17.0](#) (2026-01-09)
21
+
22
+
23
+ ### Features
24
+
25
+ * close session when genesys messenger closes ([#431](#)) ([683f4d4](#))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * don't consider aria-hidden=true as a hidden node ([#434](#)) ([1361bc0](#))
31
+ * wait for image to be ready before serializing ([#435](#)) ([098734d](#))
32
+
5
33
  ### [3.16.2](#) (2025-12-17)
6
34
 
7
35