@loomhq/record-sdk 3.2.2-draft → 3.2.4-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 +18 -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 +12 -12
package/README.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
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.2.4
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- e44ee356ef: Add stop propogation for hotkeys
|
|
10
|
+
|
|
11
|
+
## 3.2.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- b0160bb0aa: Update onboarding logic
|
|
16
|
+
- 2981799c74: dependency changes
|
|
17
|
+
- 2981799c74: Update dependencies
|
|
18
|
+
- f91c36123e: Focus the title input text to disable hotkeys
|
|
19
|
+
- 2981799c74: Dependencies updated
|
|
20
|
+
- 4e8ea1c583: Update restart recording flow from preview modal
|
|
21
|
+
- 825d563586: Use the workspace protocol to refer to @loomhq/enums
|
|
22
|
+
|
|
5
23
|
## 3.2.0
|
|
6
24
|
|
|
7
25
|
### Minor Changes
|