@loomhq/record-sdk 4.8.0-draft → 4.9.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 CHANGED
@@ -2,13 +2,23 @@
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.9.0
6
+ ### Minor Changes
7
+
8
+ - 6506063: Remove cameraOffExperimentEnabled logic and references, the [Camera off experiment](https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/loom_sdk_initial_camera_default_off) will now be controlled by [TWCG-1211](https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/twcg-1211_reducing_friction_at_sdk_launch).
9
+
10
+ ### Patch Changes
11
+
12
+ - ac46ec2: Create shared Jest preset and migrate all projects
13
+ - @loomhq/lens@12.13.0
14
+
5
15
  ## 4.8.0
6
16
  ### Minor Changes
7
17
 
8
18
  - Add unused components/logic to prepare for frontend changes used in TWCG-1211 (https://hello.atlassian.net/wiki/x/E_rkZgE)
9
19
  - Add the _new_ analytics events for the reduce friction experiment based on the [TWCG-1211 analytics spec](https://hello.atlassian.net/wiki/x/dbDTfAE).
10
20
  - Add simplified onboarding and update locations of permission checks for TWCG-1211 (https://hello.atlassian.net/wiki/x/E_rkZgE), in order to experiment with reducing friction in the Loom SDK onboarding for Confluence/Jira
11
-
21
+
12
22
  The change is gated behind experiment https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/twcg-1211_reducing_friction_at_sdk_launch/setup
13
23
  - Exposes a new method in `AnalyticsTool` to allow for consumers to enrich events with the atlassian cloud id. The consumers that use it are currently only in `record-sdk` because the workspaces + cloudId information are only available after the pre-recording menu is opened. The consumption is feature gated behind https://switcheroo.atlassian.com/ui/gates/2d9de475-1b9c-403e-a13e-477552b5bade/key/loom_sdk_add_atlassian_cloud_id_to_events
14
24
  - Modify/introduce _existing_ analytics events for the reduce friction experiment based on the [TWCG-1211 analytics spec](https://hello.atlassian.net/wiki/x/dbDTfAE).