cobrowse-sdk-js 2.10.2 → 2.11.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,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.11.0](#) (2021-11-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * Adds initial support for cross domain cobrowsing ([c34d0c9](#))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * prevent notifications being processed multiple times after multiple stop/start cycles ([f173a88](#))
16
+
5
17
  ### [2.10.2](#) (2021-10-04)
6
18
 
7
19
  ### [2.10.1](#) (2021-08-16)
package/README.md CHANGED
@@ -1 +1,5 @@
1
1
  # cobrowse-sdk-js
2
+
3
+ # Cobrowse iframe server for cross-domain functionality
4
+
5
+ Build and copy `/iframe_storage/server.*` to the frontend at `/apps/iframe_storage/server.*`.