cobrowse-sdk-js 2.10.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 +45 -0
- package/README.md +1 -0
- package/dist/CobrowseIO.js +2 -0
- package/dist/CobrowseIO.js.LICENSE.txt +9 -0
- package/dist/CobrowseIO.umd.js +1 -0
- package/package.json +66 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
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
|
+
|
|
5
|
+
### [2.10.2](#) (2021-10-04)
|
|
6
|
+
|
|
7
|
+
### [2.10.1](#) (2021-08-16)
|
|
8
|
+
|
|
9
|
+
## [2.10.0](#) (2021-08-16)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* added cbio_session_overlay class to laser and annotation UI ([a7b9105](#))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* fixed localStorage check in order to fallback to in-memory or cookie based storage ([11e7ddf](#))
|
|
20
|
+
|
|
21
|
+
### [2.9.2](#) (2021-07-13)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* Fix an issue caused by dynamicly updating children of redacted elements ([8a3b748](#))
|
|
27
|
+
|
|
28
|
+
### [2.9.1](#) (2021-07-09)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* Added NPM support. You can now load CobrowseIO via your module loader! ([bee3702](#))
|
|
34
|
+
|
|
35
|
+
## [2.9.0](#) (2021-07-09)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* expose full device setter ([c96d3f0](#))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* use corejs 3.15 ([0341680](#))
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# cobrowse-sdk-js
|