@loomhq/record-sdk 3.14.4 → 3.16.0-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 +2 -2
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/is-supported.js +1 -1
- package/package.json +11 -14
package/README.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.16.0
|
|
6
|
+
|
|
7
|
+
### Minor Changes
|
|
8
|
+
|
|
9
|
+
- a954d7096b: Minimum Node version is now 22.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2d9a7981f2: disable record button for users with only viewer permissions
|
|
14
|
+
- 9e5a7e0c11: sdk type fixes
|
|
15
|
+
- f19c1a0f04: Accessibility updates for SDK
|
|
16
|
+
- a9e18cff1f: Fire exposure event for Loom Examples in SDK AA test
|
|
17
|
+
|
|
5
18
|
## 3.12.2
|
|
6
19
|
|
|
7
20
|
### Patch Changes
|
|
@@ -398,6 +411,7 @@ See our [docs site](https://dev.loom.com) for a detailed guide on how to use the
|
|
|
398
411
|
publicAppId,
|
|
399
412
|
});
|
|
400
413
|
```
|
|
414
|
+
|
|
401
415
|
### Patch Changes
|
|
402
416
|
|
|
403
417
|
- 142ef8c30e: Implement foundations for onboarding
|