cobrowse-sdk-js 2.18.1 → 2.20.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,257 +2,269 @@
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.20.0](#) (2022-12-14)
6
+
7
+
8
+ ### Features
9
+
10
+ * support device capabilities ([#37](#)) ([db252e0](#))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Ignore events on the SDK based on allowed capabilities ([#43](#)) ([da079e9](#))
16
+ * re-enable improvement to send head ahead of body ([#42](#)) ([7241f18](#))
17
+ * **storage:** synchronously initialise session storage clients ([3f6c2fe](#))
18
+ * suppress scroll position if not sending body ([c97375f](#))
19
+
20
+ ## [2.19.0](#) (2022-11-22)
21
+
22
+
23
+ ### Features
24
+
25
+ * replace cbor-js with cbor-x
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * better support for nested xdoc iframes
31
+
5
32
  ### [2.18.1](#) (2022-11-09)
6
33
 
7
34
 
8
35
  ### Bug Fixes
9
36
 
10
- * send force sync on navigation ([#36](#)) ([68e0fa1](#))
37
+ * send force sync on navigation
11
38
 
12
39
  ## [2.18.0](#) (2022-11-08)
13
40
 
14
41
 
15
42
  ### Features
16
43
 
17
- * send head ahead of full document sync ([#30](#)) ([a28ba09](#))
18
- * support text selection ([#25](#)) ([852bd99](#))
44
+ * send head ahead of full document sync
45
+ * support text selection
19
46
 
20
47
 
21
48
  ### Bug Fixes
22
49
 
23
- * change focus tests to reflect the updated implementation ([#33](#)) ([32269a8](#))
24
- * do not force a sync on connect ([#28](#)) ([1b168bf](#))
25
- * resend keyframe on change in frame source for running frame loops ([0f90e08](#))
26
- * send small keys before data for server partial decoding ([#34](#)) ([8a96bb9](#))
27
- * update DOMFrameSource tests ([#29](#)) ([2ed30f0](#))
50
+ * change focus tests to reflect the updated implementation
51
+ * do not force a sync on connect
52
+ * resend keyframe on change in frame source for running frame loops
28
53
 
29
54
  ## [2.17.0](#) (2022-10-25)
30
55
 
31
56
 
32
57
  ### Features
33
58
 
34
- * support cross-domain session forwarding over forms ([#27](#)) ([de9e35e](#))
59
+ * support cross-domain session forwarding over forms
35
60
 
36
61
  ### [2.16.8](#) (2022-10-14)
37
62
 
38
63
 
39
64
  ### Bug Fixes
40
65
 
41
- * catch null defaultView ([83e7c65](#))
42
- * fix case where nested iframes could cause an error when calling CobrowseIO.stop() ([5734a39](#))
66
+ * catch null defaultView
67
+ * fix case where nested iframes could cause an error when calling CobrowseIO.stop()
43
68
 
44
69
  ### [2.16.7](#) (2022-09-29)
45
70
 
46
71
 
47
72
  ### Bug Fixes
48
73
 
49
- * ensure redacted elements have flex-basis: unset ([#23](#)) ([6c1f068](#))
74
+ * ensure redacted elements have flex-basis: unset
50
75
 
51
76
  ### [2.16.6](#) (2022-09-22)
52
77
 
53
78
 
54
79
  ### Bug Fixes
55
80
 
56
- * avoid double fetch on session decompression ([3229941](#))
57
- * base session token on static device token to avoid race condition ([259d105](#))
58
- * set session as current as soon as it's created ([7a3d2d4](#))
59
- * store token value directly in header ([b2a95a4](#))
60
- * synchronize agent join ([dc78c17](#))
61
- * **test:** intermittently failing test should be retried ([1141d56](#))
81
+ * avoid double fetch on session decompression
82
+ * base session token on static device token to avoid race condition
83
+ * set session as current as soon as it's created
62
84
 
63
85
  ### [2.16.5](#) (2022-08-24)
64
86
 
65
87
 
66
88
  ### Bug Fixes
67
89
 
68
- * respect preventDefault() on key entry based events ([6551f11](#))
69
- * trigger event modifications asynchronously to provide a chance for user handlers to run first ([5fd60e0](#))
90
+ * respect preventDefault() on key entry based events
91
+ * trigger event modifications asynchronously to provide a chance for user handlers to run first
70
92
 
71
93
  ### [2.16.4](#) (2022-08-18)
72
94
 
73
95
 
74
96
  ### Bug Fixes
75
97
 
76
- * ensure the token header is always set of session requests ([6f85cf9](#))
98
+ * ensure the token header is always set of session requests
77
99
 
78
100
  ### [2.16.3](#) (2022-08-12)
79
101
 
80
102
 
81
103
  ### Bug Fixes
82
104
 
83
- * catch errors caused by canvas serialization failures ([0b206f6](#))
84
-
85
- ### [2.16.2](#) (2022-08-10)
105
+ * catch errors caused by canvas serialization failures
86
106
 
87
107
  ### [2.16.1](#) (2022-07-26)
88
108
 
89
109
 
90
110
  ### Bug Fixes
91
111
 
92
- * fix copy / paste error in french translations ([098a65d](#))
112
+ * fix copy / paste error in french translations
93
113
 
94
114
  ## [2.16.0](#) (2022-07-25)
95
115
 
96
116
 
97
117
  ### Features
98
118
 
99
- * add french translations ([8966860](#))
100
- * localisation groundwork ([45bf65b](#))
119
+ * add french translations
120
+ * localisation groundwork
101
121
 
102
122
  ### [2.15.3](#) (2022-07-08)
103
123
 
104
124
 
105
125
  ### Bug Fixes
106
126
 
107
- * dependency updates ([1e9bb12](#))
108
- * only update input values on keydown for textareas and text inputs ([2ed21ad](#))
127
+ * dependency updates
128
+ * only update input values on keydown for textareas and text inputs
109
129
 
110
130
  ### [2.15.2](#) (2022-06-30)
111
131
 
112
132
 
113
133
  ### Bug Fixes
114
134
 
115
- * treat all ionic:// urls as localhost addresses ([fbc5038](#))
135
+ * treat all ionic:// urls as localhost addresses
116
136
 
117
137
  ### [2.15.1](#) (2022-05-12)
118
138
 
119
139
 
120
140
  ### Bug Fixes
121
141
 
122
- * always allow clearing annotations ([da2049d](#))
123
- * validate trusted origins ([1879456](#))
142
+ * always allow clearing annotations
143
+ * validate trusted origins
124
144
 
125
145
  ## [2.15.0](#) (2022-04-18)
126
146
 
127
147
 
128
148
  ### Features
129
149
 
130
- * set full_device state as enum properties ([b82cc1a](#))
150
+ * set full_device state as enum properties
131
151
 
132
152
 
133
153
  ### Bug Fixes
134
154
 
135
- * avoid duplicate full device request dialogs ([24dd3e0](#))
155
+ * avoid duplicate full device request dialogs
136
156
 
137
157
  ### [2.14.1](#) (2022-04-18)
138
158
 
139
159
 
140
160
  ### Bug Fixes
141
161
 
142
- * fix an issue in Chrome full device video processing that could cause full device mode to fail in latest version of Chrome ([2cfcca4](#))
162
+ * fix an issue in Chrome full device video processing that could cause full device mode to fail in latest version of Chrome
143
163
 
144
164
  ## [2.14.0](#) (2022-03-29)
145
165
 
146
166
 
147
167
  ### Features
148
168
 
149
- * expose API error ids ([c54f4e4](#))
169
+ * expose API error ids
150
170
 
151
171
  ### [2.13.2](#) (2022-02-16)
152
172
 
153
173
 
154
174
  ### Bug Fixes
155
175
 
156
- * bump test timeout for tests that use agentJoin ([6f945ba](#))
157
- * propagate DOM updates to a redacted root when indirectly redacted node changes ([bbd9093](#))
176
+ * propagate DOM updates to a redacted root when indirectly redacted node changes
158
177
 
159
178
  ### [2.13.1](#) (2022-02-10)
160
179
 
161
180
 
162
181
  ### Bug Fixes
163
182
 
164
- * fix for <style> tags when used inside <svg> tags ([9516310](#))
183
+ * fix for <style> tags when used inside <svg> tags
165
184
 
166
185
  ## [2.13.0](#) (2022-02-02)
167
186
 
168
187
 
169
188
  ### Features
170
189
 
171
- * fire loaded event the first time a session is fetched from the server ([b07ec8b](#))
190
+ * fire loaded event the first time a session is fetched from the server
172
191
 
173
192
 
174
193
  ### Bug Fixes
175
194
 
176
- * allow calls to update() with empty object ([3fc9918](#))
177
- * ignore requests to update identical state ([da0a67e](#))
195
+ * allow calls to update() with empty object
196
+ * ignore requests to update identical state
178
197
 
179
198
  ### [2.12.1](#) (2022-01-29)
180
199
 
181
200
 
182
201
  ### Bug Fixes
183
202
 
184
- * fix crash caused by xdoc iframe redaction ([beb88f9](#))
203
+ * fix crash caused by xdoc iframe redaction
185
204
 
186
205
  ## [2.12.0](#) (2022-01-25)
187
206
 
188
207
 
189
208
  ### Bug Fixes
190
209
 
191
- * import test code / svg test ([7480a19](#))
192
- * use cobrowse.io domain for api requests, fixes cross domain session iframe loading ([11e6808](#))
210
+ * use cobrowse.io domain for api requests, fixes cross domain session iframe loading
193
211
 
194
212
  ### [2.11.4](#) (2021-12-08)
195
213
 
196
214
 
197
215
  ### Bug Fixes
198
216
 
199
- * set redaction: undefined when not redacted ([6c0c212](#))
200
- * treat unredacted nodes as being added ([c2bf353](#))
217
+ * set redaction: undefined when not redacted
218
+ * treat unredacted nodes as being added
201
219
 
202
- ### [2.11.2](#) (2021-11-09)
203
-
204
- ### [2.11.1](#) (2021-11-09)
205
220
 
206
221
  ## [2.11.0](#) (2021-11-02)
207
222
 
208
223
 
209
224
  ### Features
210
225
 
211
- * Adds initial support for cross domain cobrowsing ([c34d0c9](#))
226
+ * Adds initial support for cross domain cobrowsing
212
227
 
213
228
 
214
229
  ### Bug Fixes
215
230
 
216
- * prevent notifications being processed multiple times after multiple stop/start cycles ([f173a88](#))
217
-
218
- ### [2.10.2](#) (2021-10-04)
231
+ * prevent notifications being processed multiple times after multiple stop/start cycles
219
232
 
220
- ### [2.10.1](#) (2021-08-16)
221
233
 
222
234
  ## [2.10.0](#) (2021-08-16)
223
235
 
224
236
 
225
237
  ### Features
226
238
 
227
- * added cbio_session_overlay class to laser and annotation UI ([a7b9105](#))
239
+ * added cbio_session_overlay class to laser and annotation UI
228
240
 
229
241
 
230
242
  ### Bug Fixes
231
243
 
232
- * fixed localStorage check in order to fallback to in-memory or cookie based storage ([11e7ddf](#))
244
+ * fixed localStorage check in order to fallback to in-memory or cookie based storage
233
245
 
234
246
  ### [2.9.2](#) (2021-07-13)
235
247
 
236
248
 
237
249
  ### Bug Fixes
238
250
 
239
- * Fix an issue caused by dynamicly updating children of redacted elements ([8a3b748](#))
251
+ * Fix an issue caused by dynamicly updating children of redacted elements
240
252
 
241
253
  ### [2.9.1](#) (2021-07-09)
242
254
 
243
255
 
244
256
  ### Bug Fixes
245
257
 
246
- * Added NPM support. You can now load CobrowseIO via your module loader! ([bee3702](#))
258
+ * Added NPM support. You can now load CobrowseIO via your module loader!
247
259
 
248
260
  ## [2.9.0](#) (2021-07-09)
249
261
 
250
262
 
251
263
  ### Features
252
264
 
253
- * expose full device setter ([c96d3f0](#))
265
+ * expose full device setter
254
266
 
255
267
 
256
268
  ### Bug Fixes
257
269
 
258
- * use corejs 3.15 ([0341680](#))
270
+ * use corejs 3.15