@loomhq/record-sdk 3.8.3-draft → 3.8.3
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 +27 -0
- package/dist/cjs/index.js +36 -13
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +36 -13
- package/dist/esm/is-supported.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
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.8.3
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 0b328f4ede: Fixes issue where custom sdk users could not start recording
|
|
10
|
+
- 975ddf5180: fix issue where the user can't stop or pause the vid in the first couple seconds'
|
|
11
|
+
- 807d32927b: Fix the signup button styling
|
|
12
|
+
- bb96ecb5a4: bump Lens to v11.28.1
|
|
13
|
+
- eb1ab7d5e1: Improves click detection to close AI dropdown in preview modal if open
|
|
14
|
+
- 15cc3de652: Remove loom branding for custom SDK
|
|
15
|
+
- ebbf132cc3: Anchor preview modal AI dropdown to right side and grow towards left
|
|
16
|
+
- 10097c218a: Various SDK AI Fixes (loading bar responsiveness, copy, dropdown box state reset)
|
|
17
|
+
- a84b7d2851: style updates to the AI pills and AI dropdown menu on the SDK
|
|
18
|
+
|
|
19
|
+
## 3.8.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 0ea72439dd: Fixes SDK anon recording when user is not logged in and does not have default owrkspace
|
|
24
|
+
- dfc8cfe249: Remove Confluence internal beta messaging
|
|
25
|
+
|
|
26
|
+
## 3.8.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 8e11b5de49: Fix for workspace unavailable alert and spacing issue
|
|
31
|
+
|
|
5
32
|
## 3.8.0
|
|
6
33
|
|
|
7
34
|
### Minor Changes
|