cobrowse-sdk-js 2.42.5 → 2.42.6
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 +12 -0
- package/dist/CobrowseIO.js +1 -1
- package/dist/CobrowseIO.umd.js +1 -1
- package/dist/universal-client.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.6](#) (2024-09-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* blocked target blank navigations ([#208](#)) ([fe8d1a4](#))
|
|
11
|
+
* handle slow loading iframes ([55e4bd8](#))
|
|
12
|
+
* only send loading when target is self ([#207](#)) ([834595a](#))
|
|
13
|
+
* optimise doc iframe sync ([#205](#)) ([8124392](#))
|
|
14
|
+
* unsubscribe bridge events on stop ([53e930c](#))
|
|
15
|
+
* use value in getter accessor ([#206](#)) ([c0f90b8](#))
|
|
16
|
+
|
|
5
17
|
### [2.42.5](#) (2024-09-04)
|
|
6
18
|
|
|
7
19
|
|