Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR #2248

Merged
merged 23 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
02f2fb4
AN 1553 (#2247)
AniketSK Jun 3, 2024
7a7c3da
Added selector bool and styling to the tab component
adityathakurxd Jun 4, 2024
010f6e7
Added background to the tab selector
adityathakurxd Jun 4, 2024
4d6e535
Merge pull request #2249 from 100mslive/platform-selector
adityathakurxd Jun 4, 2024
a81c8b9
Fix sizes (#2252)
AniketSK Jun 5, 2024
67d79ce
Updates the padding of the selector to match designs
adityathakurxd Jun 5, 2024
e0ba7dc
Merge pull request #2253 from 100mslive/selector-changes
adityathakurxd Jun 6, 2024
7802607
Adds a subtitle to use
adityathakurxd Jun 6, 2024
6d8f266
fix: update FAQs
KaustubhKumar05 Jun 6, 2024
8e241fd
fix: update copy
KaustubhKumar05 Jun 6, 2024
12c1712
Merge pull request #2256 from 100mslive/update-faqs
KaustubhKumar05 Jun 6, 2024
24b7bfc
docs(web): update api reference
KaustubhKumar05 Jun 6, 2024
5534a1c
Merge pull request #2257 from 100mslive/web-api-reference
KaustubhKumar05 Jun 6, 2024
64a3fd0
Made the requested changes
adityathakurxd Jun 6, 2024
7856528
Merge pull request #2255 from 100mslive/add-subtitle
KaustubhKumar05 Jun 6, 2024
258f81f
backmerge: main to qa (#2259)
github-actions[bot] Jun 7, 2024
3ceeb76
Rn 338 virtual backgrounds docs (#2251)
stanwolverine Jun 10, 2024
908ce24
Merge branch 'main' into qa
ygit Jun 10, 2024
14b19be
fix: 05-june-release-notes
KaustubhKumar05 Jun 10, 2024
63116e7
Update release notes (#2263)
ygit Jun 10, 2024
d2916c6
fix: typos
KaustubhKumar05 Jun 10, 2024
3aba18b
Merge branch 'qa' of https://github.com/100mslive/100ms-docs into qa
KaustubhKumar05 Jun 10, 2024
7a81d1e
fix: release notes
KaustubhKumar05 Jun 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/javascript/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ description: Release Notes for 100ms JavaScript SDK
| @100mslive/hms-noise-cancellation | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation) |
| @100mslive/hms-video-react(deprecated) | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-video-react.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-video-react) |

## 2024-06-05
Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Added:
- Roomkit Prebuilt: Closed captions added
KaustubhKumar05 marked this conversation as resolved.
Show resolved Hide resolved
- `findPeerByName` API for large rooms

### Fixed:
- Average jitter buffer delay calculation
- Roomkit Prebuilt: peers able to submit quiz attempts multiple times by rejoining
- Roomkit Prebuilt: build target updated to es6
KaustubhKumar05 marked this conversation as resolved.
Show resolved Hide resolved

## 2024-05-24
Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

Expand Down
Loading