cobrowse-sdk-js 2.22.10 → 2.23.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 CHANGED
@@ -2,130 +2,139 @@
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.23.0](#) (2023-03-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * support Freshchat integration ([#56](#)) ([629b7fd](#))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * improve performance with large changesets ([#67](#)) ([8c9465f](#))
16
+
5
17
  ### [2.22.10](#) (2023-03-14)
6
18
 
7
19
 
8
20
  ### Bug Fixes
9
21
 
10
- * better support for forwarding sessions storage based on link elements with nested content ([e51d783](#))
22
+ * better support for forwarding sessions storage based on link elements with nested content
11
23
 
12
24
  ### [2.22.9](#) (2023-03-13)
13
25
 
14
26
 
15
27
  ### Bug Fixes
16
28
 
17
- * Move patch-package from devDependencies to dependencies. ([#65](#)) ([b4f9768](#))
29
+ * Move patch-package from devDependencies to dependencies.
18
30
 
19
31
  ### [2.22.8](#) (2023-03-08)
20
32
 
21
33
 
22
34
  ### Bug Fixes
23
35
 
24
- * avoid double call to activate ([1ae9191](#))
25
- * Update repo URL to public release repo ([#64](#)) ([9e90c24](#))
26
-
27
- ### [2.22.7](#) (2023-03-08)
36
+ * avoid double call to activate
37
+ * Update repo URL to public release repo
28
38
 
29
39
  ### [2.22.6](#) (2023-03-07)
30
40
 
31
41
 
32
42
  ### Bug Fixes
33
43
 
34
- * Ensure Lightning components DOM updates get serialised correctly ([#60](#)) ([ae89fc5](#))
35
- * ensure redacted elements position is updated when parents change ([#24](#)) ([9756307](#))
36
- * patch cbor-x to avoid throwing an exception on browsers without support for BigInt typed arrays ([#63](#)) ([7b6b91c](#))
37
- * use a two image system for drawings to avoid flickering on Firefox ([#61](#)) ([323b170](#))
44
+ * Ensure Lightning components DOM updates get serialised correctly
45
+ * ensure redacted elements position is updated when parents change
46
+ * patch cbor-x to avoid throwing an exception on browsers without support for BigInt typed arrays
47
+ * use a two image system for drawings to avoid flickering on Firefox
38
48
 
39
49
  ### [2.22.5](#) (2023-02-21)
40
50
 
41
51
 
42
52
  ### Bug Fixes
43
53
 
44
- * allow dynamic updates of server capabilities ([#54](#)) ([df783fb](#))
45
- * improve error handling of failed requests ([7ea7b78](#))
46
- * race conditions with closing sockets and add additional safeguards ([#57](#)) ([7b9cd37](#))
47
- * warn on usage of private API ([2713419](#))
54
+ * allow dynamic updates of server capabilities
55
+ * improve error handling of failed requests
56
+ * race conditions with closing sockets and add additional safeguards
57
+ * warn on usage of private API
48
58
 
49
59
  ### [2.22.4](#) (2023-02-06)
50
60
 
51
61
 
52
62
  ### Bug Fixes
53
63
 
54
- * Allow pointermove events when cursor capability is forbidden ([#53](#)) ([4736518](#))
64
+ * Allow pointermove events when cursor capability is forbidden
55
65
 
56
66
  ### [2.22.3](#) (2023-02-06)
57
67
 
58
68
 
59
69
  ### Bug Fixes
60
70
 
61
- * prevent processing shadow roots for non-compliant shadow root polyfills ([#52](#)) ([a8a7f50](#))
71
+ * prevent processing shadow roots for non-compliant shadow root polyfills
62
72
 
63
73
  ### [2.22.2](#) (2023-02-03)
64
74
 
65
75
 
66
76
  ### Bug Fixes
67
77
 
68
- * ensure inactive sessions are always cleared from storage ([34cdc44](#))
69
- * refresh session state as part of load process ([9e8a697](#))
78
+ * ensure inactive sessions are always cleared from storage
79
+ * refresh session state as part of load process
70
80
 
71
- ### [2.22.1](#) (2023-02-02)
72
81
 
73
82
  ## [2.22.0](#) (2023-02-02)
74
83
 
75
84
 
76
85
  ### Features
77
86
 
78
- * Add support for configuring ignored views ([#50](#)) ([6f82a34](#))
79
- * allow new sessions to preempt existing ones ([91b77e2](#))
80
- * handle text selections from the agent for both regular and input elements ([#49](#)) ([7c4fe3b](#))
81
- * support non-FQDN socket URLs ([d9b9eda](#))
87
+ * Add support for configuring ignored views
88
+ * allow new sessions to preempt existing ones
89
+ * handle text selections from the agent for both regular and input elements
90
+ * support non-FQDN socket URLs
82
91
 
83
92
 
84
93
  ### Bug Fixes
85
94
 
86
- * cache full device frames for replay until next keyframe ([20520fc](#))
87
- * improve support for URLs with base paths ([a770c9c](#))
95
+ * cache full device frames for replay until next keyframe
96
+ * improve support for URLs with base paths
88
97
 
89
98
  ### [2.21.2](#) (2023-01-20)
90
99
 
91
100
 
92
101
  ### Bug Fixes
93
102
 
94
- * prevent session from being started if custom data is set before starting it (ie: register: false) ([#47](#)) ([86c768d](#))
103
+ * prevent session from being started if custom data is set before starting it (ie: register: false)
95
104
 
96
105
  ### [2.21.1](#) (2023-01-19)
97
106
 
98
107
 
99
108
  ### Bug Fixes
100
109
 
101
- * fix Safari issue caused by ShadowDOM tap ([2486544](#))
110
+ * fix Safari issue caused by ShadowDOM tap
102
111
 
103
112
  ## [2.21.0](#) (2023-01-17)
104
113
 
105
114
 
106
115
  ### Features
107
116
 
108
- * Add support for Zendesk's new web widget ([#44](#)) ([46a4a18](#))
117
+ * Add support for Zendesk's new web widget
109
118
 
110
119
 
111
120
  ### Bug Fixes
112
121
 
113
- * improve support for adoptedStyleSheets when using ShadowDOM ([cf748a8](#))
122
+ * improve support for adoptedStyleSheets when using ShadowDOM
114
123
 
115
124
  ## [2.20.0](#) (2022-12-14)
116
125
 
117
126
 
118
127
  ### Features
119
128
 
120
- * support device capabilities ([#37](#)) ([db252e0](#))
129
+ * support device capabilities
121
130
 
122
131
 
123
132
  ### Bug Fixes
124
133
 
125
- * Ignore events on the SDK based on allowed capabilities ([#43](#)) ([da079e9](#))
126
- * re-enable improvement to send head ahead of body ([#42](#)) ([7241f18](#))
127
- * **storage:** synchronously initialise session storage clients ([3f6c2fe](#))
128
- * suppress scroll position if not sending body ([c97375f](#))
134
+ * Ignore events on the SDK based on allowed capabilities
135
+ * re-enable improvement to send head ahead of body
136
+ * **storage:** synchronously initialise session storage clients
137
+ * suppress scroll position if not sending body
129
138
 
130
139
  ## [2.19.0](#) (2022-11-22)
131
140