cobrowse-sdk-js 3.1.0 → 3.2.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 CHANGED
@@ -2,6 +2,31 @@
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.1](#) (2024-12-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * debounce native select to prevent accidental selection ([#269](#)) ([ce3383c](#))
11
+ * only respond to left clicks on native select ([#272](#)) ([d430215](#))
12
+ * redaction on native select ([#271](#)) ([eeb3524](#))
13
+ * set z-index on native select ([#270](#)) ([8210ce9](#))
14
+
15
+ ## [3.2.0](#) (2024-12-10)
16
+
17
+
18
+ ### Features
19
+
20
+ * improve support for native select elements ([#267](#)) ([101c00a](#))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * allow clicking through the remote cursor element ([#265](#)) ([bb9802b](#))
26
+ * duplicate evaluation in cbioGetter ([#266](#)) ([d4fffcd](#))
27
+ * fix watcher when the Zendesk widget loads after our SDK ([#263](#)) ([d921dcb](#))
28
+ * handle eval expressions ([1911991](#))
29
+
5
30
  ## [3.1.0](#) (2024-11-09)
6
31
 
7
32