cobrowse-sdk-js 2.13.2 → 2.15.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,32 @@
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.0](#) (2022-04-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * set full_device state as enum properties ([b82cc1a](#))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * avoid duplicate full device request dialogs ([24dd3e0](#))
16
+
17
+ ### [2.14.1](#) (2022-04-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * fix an issue in Chrome full device video processing that could cause full device mode to fail in latest version of Chrome ([2cfcca4](#))
23
+
24
+ ## [2.14.0](#) (2022-03-29)
25
+
26
+
27
+ ### Features
28
+
29
+ * expose API error ids ([c54f4e4](#))
30
+
5
31
  ### [2.13.2](#) (2022-02-16)
6
32
 
7
33