diff --git a/README.md b/README.md index 580b17c06..8cfaee07b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To run locally - `yarn` or `npm install` - `yarn dev` or `npm run dev` -All docs are written in `MDX` this helps use to use React Components along with the flavor of Markdown Syntax. +All docs are written in `MDX`. This allows usage of React components along with the flavor of Markdown Syntax. All docs reside in the [/docs](https://github.com/100mslive/100ms-docs/tree/main/docs) folder. @@ -52,7 +52,7 @@ nav: 14 // Ranking of Item in the Sidebar By default Nav is given the value of `Infinity` it's important to add `nav` value to order the Sidebar. -But suppose you wanna update the order of 1 doc , then you don't need to change nav value of all them simply make the nav value in between the preceding and next doc it can be in decimal value too. +But suppose you want to update the order of a doc , then you don't need to change the nav values for all of them. Simply make the nav value in between the preceding and next doc. It can be a decimal value too. ### 2. To a new Docs (for v3 and soo on) diff --git a/docs/javascript/v2/release-notes/release-notes.mdx b/docs/javascript/v2/release-notes/release-notes.mdx index 8b06ad1fa..7a6eec808 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-30 +Released: `@100mslive/hms-video-store@0.12.21`, `@100mslive/react-sdk@0.10.21`, `@100mslive/hls-player@0.3.21`, `@100mslive/roomkit-react@0.3.21`, `@100mslive/hms-whiteboard@0.0.11`, `@100mslive/hms-virtual-background@1.13.21` + +### Fixed: +- Roomkit Prebuilt: Make HLS Player take more space in fullscreen mode +- Avatar shown for a split second when vb is enabled in mweb and user returns from background +- In some cases, video not recovering after degradation + +## 2024-09-18 +Released: `@100mslive/hms-video-store@0.12.20`, `@100mslive/react-sdk@0.10.20`, `@100mslive/hls-player@0.3.20`, `@100mslive/roomkit-react@0.3.20`, `@100mslive/hms-whiteboard@0.0.10`, `@100mslive/hms-virtual-background@1.13.20` + +### Added: +- Policy settings applied to tracks on addTrack + ## 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`