From 960613a567c411d2a92736140d1fcd3026545410 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Fri, 13 Sep 2024 11:48:21 +0530 Subject: [PATCH] docs: add release notes for 9 sep 2024 --- docs/javascript/v2/release-notes/release-notes.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index addebe319..8b06ad1fa 100644 --- a/docs/javascript/v2/release-notes/release-notes.mdx +++ b/docs/javascript/v2/release-notes/release-notes.mdx @@ -16,6 +16,20 @@ description: Release Notes for 100ms JavaScript SDK | @100mslive/hms-virtual-background | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background) | +## 2024-09-09 + +Released: `@100mslive/hms-video-store@0.12.19`, `@100mslive/react-sdk@0.10.19`, `@100mslive/hls-player@0.3.19`, `@100mslive/roomkit-react@0.3.19`, `@100mslive/hms-whiteboard@0.0.9`, `@100mslive/hms-virtual-background@1.13.19` + +### Added: +- You can import `HMSVBPlugin` or `HMSEffectsPlugin` from `@100mslive/hms-virtual-background` whichever is needed with subpath import + +### Fixed: +- Microphone not getting released on Android browsers on leave due to a race condition +- Improve interruption handling +- Fix video flickering when opened from two tabs in iOS +- Play/Pause icon showing on video elements in low power mode on iOS/MacOS Safari +- Roomkit Prebuilt: Crashing in MacOS Safari 14 + ## 2024-08-16 Released: `@100mslive/hms-video-store@0.12.18`, `@100mslive/react-sdk@0.10.18`, `@100mslive/hls-player@0.3.18`, `@100mslive/roomkit-react@0.3.18`, `@100mslive/hms-whiteboard@0.0.8`, `@100mslive/hms-virtual-background@1.13.18`