cobrowse-sdk-js 2.39.2 → 2.40.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,33 @@
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.40.1](#) (2024-07-25)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * update NL locale ([#182](#)) ([82960fc](#))
11
+
12
+ ## [2.40.0](#) (2024-07-24)
13
+
14
+
15
+ ### Features
16
+
17
+ * limit universal cookies expiry ([#172](#)) ([fcba981](#))
18
+ * rewrite source elements ([#178](#)) ([1b9fd49](#))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * navigation tracking in reloaded same domain iframes ([#169](#)) ([2a9a7bb](#))
24
+ * prevent integrity check on fetch patch ([#176](#)) ([c116109](#))
25
+ * prevent universal and pdf links from being set after start ([#175](#)) ([0e8cd95](#))
26
+ * redacted nodes should include the id ([#173](#)) ([db6282a](#))
27
+ * rewrite location assign ([#180](#)) ([47ca856](#))
28
+ * support relative URLs within universal navigation consent ([#170](#)) ([635deb7](#))
29
+ * use capture for iframe load event ([#171](#)) ([6dd4f79](#))
30
+ * use capture for navigation events ([#179](#)) ([0e0e6d7](#))
31
+
5
32
  ### [2.39.2](#) (2024-07-03)
6
33
 
7
34