cobrowse-sdk-js 2.14.1 → 2.15.2
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 +27 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/package.json +1 -1
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.2](#) (2022-06-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* treat all ionic:// urls as localhost addresses ([fbc5038](#))
|
|
11
|
+
|
|
12
|
+
### [2.15.1](#) (2022-05-12)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* always allow clearing annotations ([da2049d](#))
|
|
18
|
+
* validate trusted origins ([1879456](#))
|
|
19
|
+
|
|
20
|
+
## [2.15.0](#) (2022-04-18)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* set full_device state as enum properties ([b82cc1a](#))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* avoid duplicate full device request dialogs ([24dd3e0](#))
|
|
31
|
+
|
|
5
32
|
### [2.14.1](#) (2022-04-18)
|
|
6
33
|
|
|
7
34
|
|