cobrowse-sdk-js 2.13.1 → 2.14.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 +22 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.js.LICENSE.txt +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.14.1](#) (2022-04-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* fix an issue in Chrome full device video processing that could cause full device mode to fail in latest version of Chrome ([2cfcca4](#))
|
|
11
|
+
|
|
12
|
+
## [2.14.0](#) (2022-03-29)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* expose API error ids ([c54f4e4](#))
|
|
18
|
+
|
|
19
|
+
### [2.13.2](#) (2022-02-16)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* bump test timeout for tests that use agentJoin ([6f945ba](#))
|
|
25
|
+
* propagate DOM updates to a redacted root when indirectly redacted node changes ([bbd9093](#))
|
|
26
|
+
|
|
5
27
|
### [2.13.1](#) (2022-02-10)
|
|
6
28
|
|
|
7
29
|
|