cobrowse-sdk-js 2.12.0 → 2.13.2

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,41 @@
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.13.2](#) (2022-02-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump test timeout for tests that use agentJoin ([6f945ba](#))
11
+ * propagate DOM updates to a redacted root when indirectly redacted node changes ([bbd9093](#))
12
+
13
+ ### [2.13.1](#) (2022-02-10)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * fix for <style> tags when used inside <svg> tags ([9516310](#))
19
+
20
+ ## [2.13.0](#) (2022-02-02)
21
+
22
+
23
+ ### Features
24
+
25
+ * fire loaded event the first time a session is fetched from the server ([b07ec8b](#))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * allow calls to update() with empty object ([3fc9918](#))
31
+ * ignore requests to update identical state ([da0a67e](#))
32
+
33
+ ### [2.12.1](#) (2022-01-29)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * fix crash caused by xdoc iframe redaction ([beb88f9](#))
39
+
5
40
  ## [2.12.0](#) (2022-01-25)
6
41
 
7
42