@loomhq/record-sdk 3.8.4 → 3.8.5
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 +11 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
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.5
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 4130496780: fix issues related to AI title animation rerendering bug
|
|
10
|
+
- b81f997ab9: Fix chapters tooltip and validation showing when in summary edit mode'
|
|
11
|
+
- 5b89e35f98: Hide onboarding from preview modal if user never dismisses onboarding steps from prerecord menu
|
|
12
|
+
- b743735b6c: change More AI editing button to use circular font
|
|
13
|
+
- 946092ed94: bump Lens v11.30.0 to remove requirement that Split children must be SplitSection components
|
|
14
|
+
- a8f671200a: bump Lens v11.29.0 to add support for row and column gap to Split component
|
|
15
|
+
|
|
5
16
|
## 3.8.4
|
|
6
17
|
|
|
7
18
|
### Patch Changes
|