diff --git a/.changeset/busy-icons-notice.md b/.changeset/busy-icons-notice.md deleted file mode 100644 index a50b1c9b5a..0000000000 --- a/.changeset/busy-icons-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -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. diff --git a/.changeset/dry-actors-rule.md b/.changeset/dry-actors-rule.md deleted file mode 100644 index ba29a2709c..0000000000 --- a/.changeset/dry-actors-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Differentiate different 404 responses on validate path diff --git a/.changeset/four-wolves-try.md b/.changeset/four-wolves-try.md deleted file mode 100644 index 691746ac13..0000000000 --- a/.changeset/four-wolves-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -await screen share audio unpublish before returning setEnabled diff --git a/.changeset/modern-birds-lose.md b/.changeset/modern-birds-lose.md deleted file mode 100644 index 2f955bafb6..0000000000 --- a/.changeset/modern-birds-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Avoid attaching a new Closing event listener for each waitForBufferStatusLow call diff --git a/.changeset/nice-planets-mate.md b/.changeset/nice-planets-mate.md deleted file mode 100644 index 46b02ec224..0000000000 --- a/.changeset/nice-planets-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'livekit-client': patch ---- - -Re-compute encoding params after track replace diff --git a/.changeset/pink-gorillas-compete.md b/.changeset/pink-gorillas-compete.md deleted file mode 100644 index 75c6bba319..0000000000 --- a/.changeset/pink-gorillas-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -Harden extension id computation and retry publishing on negotiation failure diff --git a/.changeset/popular-pumas-drop.md b/.changeset/popular-pumas-drop.md deleted file mode 100644 index e08b456711..0000000000 --- a/.changeset/popular-pumas-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-client": patch ---- - -fix: ensure udpated tokens get set on the regionUrlProvider diff --git a/CHANGELOG.md b/CHANGELOG.md index 9102f93859..e606cdffbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.18.5 + +### Patch Changes + +- 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)) + +- Differentiate different 404 responses on validate path - [#1901](https://github.com/livekit/client-sdk-js/pull/1901) ([@lukasIO](https://github.com/lukasIO)) + +- await screen share audio unpublish before returning setEnabled - [#1899](https://github.com/livekit/client-sdk-js/pull/1899) ([@lukasIO](https://github.com/lukasIO)) + +- 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)) + +- Re-compute encoding params after track replace - [#1902](https://github.com/livekit/client-sdk-js/pull/1902) ([@lukasIO](https://github.com/lukasIO)) + +- 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)) + +- fix: ensure udpated tokens get set on the regionUrlProvider - [#1900](https://github.com/livekit/client-sdk-js/pull/1900) ([@lukasIO](https://github.com/lukasIO)) + ## 2.18.4 ### Patch Changes diff --git a/package.json b/package.json index 5adf6e72ad..efc92fb949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livekit-client", - "version": "2.18.4", + "version": "2.18.5", "description": "JavaScript/TypeScript client SDK for LiveKit", "main": "./dist/livekit-client.umd.js", "unpkg": "./dist/livekit-client.umd.js",