cobrowse-sdk-js 2.43.2 → 2.44.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,32 @@
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.44.1](#) (2024-09-25)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * allow intercepting navigation events in capture phase for some navigation types ([#232](#)) ([36d005c](#))
11
+ * patch insertAdjacentHTML ([#230](#)) ([3f12282](#))
12
+ * patch meta element ([#229](#)) ([5a83ff4](#))
13
+ * support WebAuthn within our iframe ([#231](#)) ([bd2bb26](#))
14
+
15
+ ## [2.44.0](#) (2024-09-21)
16
+
17
+
18
+ ### Features
19
+
20
+ * basic web worker rewriting ([#226](#)) ([d641d7f](#))
21
+ * patch FontFace constructor ([#224](#)) ([5a4966f](#))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * innerHTML patch ([#222](#)) ([6125745](#))
27
+ * move query param stripping into handlers ([#223](#)) ([dcd8bab](#))
28
+ * move responsibility for tracking parent origins to iframe bridge logic ([#217](#)) ([3919c00](#))
29
+ * only proxy http and https protocols ([#225](#)) ([d464ed0](#))
30
+
5
31
  ### [2.43.2](#) (2024-09-14)
6
32
 
7
33