cobrowse-sdk-js 2.44.1 → 2.45.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 +19 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/dist/universal-client.js +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
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.45.0](#) (2024-10-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add support for multiple agent annotations ([#238](#)) ([17deaef](#))
|
|
11
|
+
* Annotation changes including updated laser pointer and support for multiple drawings ([#234](#)) ([1e505f3](#))
|
|
12
|
+
* session errors ([#241](#)) ([0fb96b1](#))
|
|
13
|
+
* use the ripples for the remote cursor and update its cursor ([#237](#)) ([451df17](#))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* Annotation tool improvements ([#239](#)) ([a955b48](#))
|
|
19
|
+
* parse JS in universal client ([#235](#)) ([f891aea](#))
|
|
20
|
+
* remove uneeded null handling for the remote cursor position ([#240](#)) ([17556f4](#))
|
|
21
|
+
* rewrite style text node ([#236](#)) ([cae4620](#))
|
|
22
|
+
* update Freshchat swizzling ([#242](#)) ([1cf13dd](#))
|
|
23
|
+
|
|
5
24
|
### [2.44.1](#) (2024-09-25)
|
|
6
25
|
|
|
7
26
|
|