cobrowse-sdk-js 3.0.3 → 3.2.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 +22 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/dist/pdf-viewer.umd.js +1 -1
- package/dist/universal-client.js +1 -1
- package/package.json +4 -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
|
+
## [3.2.0](#) (2024-12-10)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* improve support for native select elements ([#267](#)) ([101c00a](#))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* allow clicking through the remote cursor element ([#265](#)) ([bb9802b](#))
|
|
16
|
+
* duplicate evaluation in cbioGetter ([#266](#)) ([d4fffcd](#))
|
|
17
|
+
* fix watcher when the Zendesk widget loads after our SDK ([#263](#)) ([d921dcb](#))
|
|
18
|
+
* handle eval expressions ([1911991](#))
|
|
19
|
+
|
|
20
|
+
## [3.1.0](#) (2024-11-09)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* Add TypeScript declarations ([#259](#)) ([16ecccf](#))
|
|
26
|
+
|
|
5
27
|
### [3.0.3](#) (2024-11-01)
|
|
6
28
|
|
|
7
29
|
|