@loomhq/record-sdk 3.8.6-draft → 3.9.1-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 +33 -0
- package/dist/cjs/index.js +23 -9
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +23 -9
- package/dist/esm/is-supported.js +1 -1
- package/dist/is-supported.d.ts +1 -1
- package/package.json +19 -16
package/README.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
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
|
+
|
|
6
|
+
## 3.9.1
|
|
7
|
+
|
|
8
|
+
### Minor Changes
|
|
9
|
+
|
|
10
|
+
- 333e39e41c: bump minor patch for atlassian artifactory deploy
|
|
11
|
+
- 04051cd747: Upgrade to TS5
|
|
12
|
+
- a1eecd40aa: Set atlassian analytics package as optional and dynamically import library
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- cccfb79694: Small change to bump version for artifactory deploy
|
|
17
|
+
- 405242bfc1: Add loomSdkProduct attribute to SDK mau metrics
|
|
18
|
+
- 434114a26a: Lens version bump
|
|
19
|
+
- 928c8451f7: bump Lens v11.31.0 to variant to Tab component with bottom border
|
|
20
|
+
- b999fe09ba: Add loomWebRecorders attribute for MAU events and set to record-sdk
|
|
21
|
+
- cdd4c986dd: Moved @loomhq/esbuild-plugin-umd into monorepo
|
|
22
|
+
- fca5db7a7a: ci update: publishing now forwards to npmjs from internal system
|
|
23
|
+
- d889af585d: fix package.json import to get the correct package version
|
|
24
|
+
- 5991833d83: Remove Atlassian MAU analytics subproduct field and add the source field
|
|
25
|
+
- 4ae67ec6b7: Rename MAU analytics attributes name to embedded
|
|
26
|
+
- 19af118184: bump Lens to v11.32.0 to allow Split and Arrange components to be rendered as lists
|
|
27
|
+
- e99a5bc65c: Lens version bump
|
|
28
|
+
- 7f3b989fd4: Moved publishing to packages.atlassian.com
|
|
29
|
+
- d766aea5ad: @loomhq/passport-openidconnect brought into monorepo
|
|
30
|
+
- dcb63fbcac: Fix MAU analytics issue if default workspace is not same as atlassian mastered account
|
|
31
|
+
- cdd4c986dd: Use JS instead of TS
|
|
32
|
+
- 6ade4da18c: enable camera without third party cookies
|
|
33
|
+
- aabcb609c5: typescript assertions and tweaks
|
|
34
|
+
- b6f2e557aa: add firefox support
|
|
35
|
+
- d766aea5ad: @loomhq/passport-openidconnect brought into monorepo
|
|
36
|
+
- e962a832fb: add latency to sdk prerecord modal success metric
|
|
37
|
+
|
|
5
38
|
## 3.8.6
|
|
6
39
|
|
|
7
40
|
### Patch Changes
|