Skip to content

Commit 49f19b4

Browse files
Version Packages (#1903)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3d05b3 commit 49f19b4

9 files changed

Lines changed: 19 additions & 36 deletions

.changeset/busy-icons-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-actors-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-wolves-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-birds-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-planets-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-gorillas-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-pumas-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 2.18.5
4+
5+
### Patch Changes
6+
7+
- Defer `onEnterPiP` visibility update until after the next microtask and animation frame so Document Picture-in-Picture embedders can append DOM into the PiP window before `isElementInPiP` runs. - [#1868](https://github.com/livekit/client-sdk-js/pull/1868) ([@gparant](https://github.com/gparant))
8+
9+
- Differentiate different 404 responses on validate path - [#1901](https://github.com/livekit/client-sdk-js/pull/1901) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- await screen share audio unpublish before returning setEnabled - [#1899](https://github.com/livekit/client-sdk-js/pull/1899) ([@lukasIO](https://github.com/lukasIO))
12+
13+
- Avoid attaching a new Closing event listener for each waitForBufferStatusLow call - [#1896](https://github.com/livekit/client-sdk-js/pull/1896) ([@1egoman](https://github.com/1egoman))
14+
15+
- Re-compute encoding params after track replace - [#1902](https://github.com/livekit/client-sdk-js/pull/1902) ([@lukasIO](https://github.com/lukasIO))
16+
17+
- Harden extension id computation and retry publishing on negotiation failure - [#1895](https://github.com/livekit/client-sdk-js/pull/1895) ([@lukasIO](https://github.com/lukasIO))
18+
19+
- fix: ensure udpated tokens get set on the regionUrlProvider - [#1900](https://github.com/livekit/client-sdk-js/pull/1900) ([@lukasIO](https://github.com/lukasIO))
20+
321
## 2.18.4
422

523
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.18.4",
3+
"version": "2.18.5",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)