DATE:
AUTHOR:
The loomSDK Developers team
recordSDK

loomSDK Changelog: Week of July 30

DATE:
AUTHOR: The loomSDK Developers team

The Loom Platform team has been busy rolling out continuous improvements to the recordSDK. Thanks, Beta Partners, for all the feedback you've provided so far - please keep it coming! Everyone at Loom loves hearing about your creative ideas for how you're implementing Loom video functionality.


This is the first of a new weekly update on new releases. Please check here for the latest, and as always, reach out to Loom if you have any questions.

2.1.3

Update camera controls for consistency with Chrome Extension.

2.1.2

Fixes another bug with the third party cookie check.

2.1.1

Fixes a bug with the third party cookie check in the isSupported method.

2.1.0

Adds a consent statement for non-authenticated (guest) users prior to recording.

2.0.0

Breaking change in `isSupported` function, which is now async. It also adds a check if third party cookies are enabled by the user (which is required for the SDK to work, and is disabled by default in Chrome's incognito view). Please see the updated docs for details.

1.7.0

It's possible for a user not to realize they've prevented the SDK from access the camera and mic; this release introduces a new UI flow to inform the user of this state.

1.6.1

Upon reports of high HTTP traffic generated by the SDK, this release updates analytics to reduce the number of calls being made by the SDK

1.6.0

Add a link to the error panel view to contact Loom support.

1.5.1

Bug fix for the new camera bubble styles.

1.5.0

New camera bubble and camera control button styles!

1.4.13

Previous to this version, the SDK was... a little too chatty with console logging. This release significantly reduces logging. It also addresses some edge case bugs with authentication in the pre-recording panel.


1.4.12

Copying to clipboard (whether by clicking the copy button, or by clicking the insert button) did not work properly in all cases, and is now fixed!

1.4.11

Do you use TypeScript, or a TypeScript friendly editor? Now you can see the type signatures of the loom-sdk! The SDK is written in TypeScript, but this version is the first that includes the exported type signatures.

1.4.8

Previous to this release, authenticated Loom users may have been prevented from recording due to account limits. Now, those limits never prevent a recording with the SDK! If a user is authenticated, they can always record; Guests are still required to signup or sign in after their fifth free recording via a particular instance of the SDK.

1.4.7

The SDK now exposes a onLifecycleUpdate hook to consumers, which allows host code to be notified of state transitions within the SDK user flow (like opening the recording panel or starting and stopping a recording). See the SDK docs for details.

1.4.6

Fixes a bug where the OAuth window could be prevented from popping up, interfering with sign up and sign in.

1.4.5

This release exposes a property for checking the SDK "status" (e.g. is it loaded successfully?) See docs for possible statuses!

There's also some UX improvements:

  • graceful degradation when the SDK fails to load

  • improved messaging for recording limits

  • icons for email providers and SSO

1.4.4

This release reduces the bundle size of the sdk. Hooray for slimmer downloads.

1.4.3

Fixes a visual bug in the SDK for signing in.

1.4.2

Reduces the bundle size of the SDK, and fixes an edge case in the recording time limit.

1.4.1

Improves the performance of the cam bubble.

1.4.0

Shows member video limit in pre-recording menu, and updates SDK dependencies

1.3.2

We discovered an issue where sites relying on the styling library "emotion" could see style bugs if loading the SDK dynamically. This release handles the upstream bug with emotion.

Powered by LaunchNotes