cobrowse-sdk-js 2.41.0 → 2.42.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,34 @@
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.42.1](#) (2024-08-30)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * append origin to universal proxy request ([#198](#)) ([82b3808](#))
11
+ * throttle location proxy href setter ([#197](#)) ([9966f87](#))
12
+
13
+ ## [2.42.0](#) (2024-08-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * check for open tabs before unload ([#187](#)) ([e2cfb12](#))
19
+ * handle navigation changes within universal proxy ([#166](#)) ([be0c575](#))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * add reload to location proxy object ([#195](#)) ([2ca45e3](#))
25
+ * assign href in location proxy ([#191](#)) ([28961cc](#))
26
+ * check default prevented on navigation tracking ([#193](#)) ([8ab027e](#))
27
+ * force img overlay visibility ([41c742a](#))
28
+ * prevent confirmation if navigation is not allowed ([#189](#)) ([22cb09f](#))
29
+ * resolve setter context correctly ([#192](#)) ([40e7a25](#))
30
+ * resolve universal favicon against page ([#194](#)) ([8f4a83b](#))
31
+ * tweak default tab styling ([bd163b5](#))
32
+
5
33
  ## [2.41.0](#) (2024-08-20)
6
34
 
7
35