cobrowse-sdk-js 2.46.0 → 2.47.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 +27 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/dist/universal-client.js +1 -1
- package/package.json +4 -3
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.47.1](#) (2024-11-27)
|
|
6
|
+
|
|
7
|
+
## [2.47.0](#) (2024-11-22)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* Add TypeScript declarations ([#259](#)) ([5da9427](#))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* allow clicking through the remote cursor element ([#265](#)) ([e85c1ba](#))
|
|
18
|
+
* delayed shadow attachment ([#251](#)) ([7ff2c9c](#))
|
|
19
|
+
* expire storage items ([#249](#)) ([b95f5c6](#))
|
|
20
|
+
* fix watcher when the Zendesk widget loads after our SDK ([#263](#)) ([7c6ac23](#))
|
|
21
|
+
* improve storage swizzling ([#250](#)) ([9b6f174](#))
|
|
22
|
+
* patch document properties ([#254](#)) ([a6b8dd6](#))
|
|
23
|
+
* remove iife wrapper on eval ([#258](#)) ([8af16a2](#))
|
|
24
|
+
* remove unused accessor this parameter ([#253](#)) ([afb8178](#))
|
|
25
|
+
* remove unused origin param from session xdoc bridge ([d94b105](#))
|
|
26
|
+
* rewrite dynamic js ([#257](#)) ([321c9e2](#))
|
|
27
|
+
* rewrite js global return ([#260](#)) ([7b5226d](#))
|
|
28
|
+
* rewrite js text content ([#261](#)) ([231df43](#))
|
|
29
|
+
* rewrite object data attribute ([#248](#)) ([bb9a22a](#))
|
|
30
|
+
* storage patch property descriptor ([#255](#)) ([75493a4](#))
|
|
31
|
+
|
|
5
32
|
## [2.46.0](#) (2024-10-17)
|
|
6
33
|
|
|
7
34
|
|