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 +43 -34
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/package.json +6 -11
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
|
|
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.
|
|
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
|
|
25
|
-
* Update repo URL to public release repo
|
|
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
|
|
35
|
-
* ensure redacted elements position is updated when parents change
|
|
36
|
-
* patch cbor-x to avoid throwing an exception on browsers without support for BigInt typed arrays
|
|
37
|
-
* use a two image system for drawings to avoid flickering on Firefox
|
|
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
|
|
45
|
-
* improve error handling of failed requests
|
|
46
|
-
* race conditions with closing sockets and add additional safeguards
|
|
47
|
-
* warn on usage of private API
|
|
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
|
|
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
|
|
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
|
|
69
|
-
* refresh session state as part of load process
|
|
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
|
|
79
|
-
* allow new sessions to preempt existing ones
|
|
80
|
-
* handle text selections from the agent for both regular and input elements
|
|
81
|
-
* support non-FQDN socket URLs
|
|
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
|
|
87
|
-
* improve support for URLs with base paths
|
|
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)
|
|
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
|
|
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
|
|
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
|
|
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
|
|
129
|
+
* support device capabilities
|
|
121
130
|
|
|
122
131
|
|
|
123
132
|
### Bug Fixes
|
|
124
133
|
|
|
125
|
-
* Ignore events on the SDK based on allowed capabilities
|
|
126
|
-
* re-enable improvement to send head ahead of body
|
|
127
|
-
* **storage:** synchronously initialise session storage clients
|
|
128
|
-
* suppress scroll position if not sending body
|
|
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
|
|