@loomhq/record-sdk 3.10.1 → 3.10.2-draft
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/README.md +14 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/is-supported.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
See our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!
|
|
4
4
|
|
|
5
|
+
## 3.10.2
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 643b0fab00: bump Lens to v11.37.0 to update large switch size
|
|
10
|
+
- 2c01b7dd25: Adds additional user video settings
|
|
11
|
+
- 523c452a05: fix cascading recorders origin URL
|
|
12
|
+
- 47d0a25fb4: Cascading Recorders: chrome ext sends correct loom details to sdk
|
|
13
|
+
- 397e3a682d: Fix MAU analytics tenantId logic
|
|
14
|
+
- eed33bfed4: Send chrome extension loom details to SDK preview modal
|
|
15
|
+
- bfcc8d8be4: add abilitiy to open the chrome extension from the sdk
|
|
16
|
+
- 2c73a5090d: bump Lens to 11.38.0 to consume SvgCopyPlus icon
|
|
17
|
+
- b55fbdb1ab: Updated AI package
|
|
18
|
+
|
|
5
19
|
## 3.10.1
|
|
6
20
|
|
|
7
21
|
### Patch Changes
|