@loomhq/record-sdk 4.9.1-draft → 4.10.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 +21 -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 +9 -9
package/README.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
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
|
+
## 4.10.0
|
|
6
|
+
### Minor Changes
|
|
7
|
+
|
|
8
|
+
- e676278: Clean up the feature flag [loom_sdk_add_atlassian_cloud_id_to_events](https://switcheroo.atlassian.com/ui/gates/2d9de475-1b9c-403e-a13e-477552b5bade/key/loom_sdk_add_atlassian_cloud_id_to_events) because it is stale and been at 100% for a while.
|
|
9
|
+
- 6707889: new available workspace setting for search backfill completion
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 817427b: analytics fixes
|
|
14
|
+
- 7a45a8f: Introduce videoFormat property to V7 videos
|
|
15
|
+
- cfe59a3: Move bundler and watchbot dependencies to pnpm catalog
|
|
16
|
+
- Updated dependencies [eaebe73]
|
|
17
|
+
- Updated dependencies [8930b77]
|
|
18
|
+
- Updated dependencies [ffe53d3]
|
|
19
|
+
- Updated dependencies [6ef1504]
|
|
20
|
+
- Updated dependencies [f795b2c]
|
|
21
|
+
- Updated dependencies [6707889]
|
|
22
|
+
- Updated dependencies [cfe59a3]
|
|
23
|
+
- Updated dependencies [fff2637]
|
|
24
|
+
- @loomhq/lens@12.15.0
|
|
25
|
+
|
|
5
26
|
## 4.9.1
|
|
6
27
|
### Patch Changes
|
|
7
28
|
|