cobrowse-sdk-js 2.14.0 → 2.15.1

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,33 @@
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.15.1](#) (2022-05-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * always allow clearing annotations ([da2049d](#))
11
+ * validate trusted origins ([1879456](#))
12
+
13
+ ## [2.15.0](#) (2022-04-18)
14
+
15
+
16
+ ### Features
17
+
18
+ * set full_device state as enum properties ([b82cc1a](#))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * avoid duplicate full device request dialogs ([24dd3e0](#))
24
+
25
+ ### [2.14.1](#) (2022-04-18)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * fix an issue in Chrome full device video processing that could cause full device mode to fail in latest version of Chrome ([2cfcca4](#))
31
+
5
32
  ## [2.14.0](#) (2022-03-29)
6
33
 
7
34