cobrowse-sdk-js 2.34.2 → 2.36.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,36 @@
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
+ ## [2.36.0](#) (2024-06-05)
6
+
7
+
8
+ ### Features
9
+
10
+ * add universal proxy toolbar ([#135](#)) ([c923ba1](#))
11
+ * url targeted redaction ([#139](#)) ([a666da4](#))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * ensure we have a session for allowIframeStart option ([#148](#)) ([bccb6e8](#))
17
+ * only forward specific iframe events into children ([#146](#)) ([9e73dde](#))
18
+ * prevent broadcast from sending to orphaned iframes ([#144](#)) ([b670a24](#))
19
+ * prevent proxying javascript URLs ([#143](#)) ([6282ce7](#))
20
+ * **ui:** tweak tab font ([ae6a3c8](#))
21
+ * wait for full iframe content before serialising it's children (can cause compression errors otherwise) ([08ededc](#))
22
+
23
+ ## [2.35.0](#) (2024-05-24)
24
+
25
+
26
+ ### Features
27
+
28
+ * sync universal client version ([#142](#)) ([fa5ae0e](#))
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * improve canvas quality ([#141](#)) ([82662ee](#))
34
+
5
35
  ### [2.34.2](#) (2024-05-15)
6
36
 
7
37
  ### [2.34.1](#) (2024-05-15)