Update npm deps
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @livekit/components-core (source) | ^0.11.2 -> ^0.12.0 |
||||
| @livekit/components-react (source) | 2.6.11 -> 2.9.0 |
||||
| @livekit/components-styles (source) | 1.1.4 -> 1.1.5 |
||||
| @testing-library/user-event | 14.5.2 -> 14.6.1 |
||||
| @types/node (source) | 18.19.70 -> 18.19.84 |
||||
| @types/react (source) | 18.3.18 -> 18.3.20 |
||||
| livekit-client | 2.8.0 -> 2.9.9 |
||||
| typescript (source) | 5.7.3 -> 5.8.2 |
Release Notes
livekit/components-js (@livekit/components-core)
v0.12.2
Patch Changes
-
Update dependency rxjs to v7.8.2 - #1094 (@renovate)
-
Fix duplicate startWith on room events observable - #1092 (@Toubat)
v0.12.1
Patch Changes
v0.12.0
Minor Changes
testing-library/user-event (@testing-library/user-event)
v14.6.1
Bug Fixes
- correct description for
delayoption (#1175) (2edf14d) - keyboard: add
ContextMenutodefaultKeyMap(#1079) (3e471d1) - keyboard: add brackets to
defaultKeyMap(#1226) (543ecb0) - keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
- pointer: dispatch mouse events if
pointerdownisdefaultPrevented(#1121) (f681f7b) - pointer: set
buttonandbuttonsproperties onPointerEvent(#1219) (6614f72) - pointer: use
1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0) - prevent
clickevent loop on form-associated custom element (#1238) (465fc7e) - prevent
clickevent on non-focusable control (#1130) (e429094) - upload: apply
acceptfilter more leniently (#1064) (a344ad4)
v14.6.0
Features
Bug Fixes
- clipboard: await
DataTransferItem.getAsString()callback (#1251) (7b11b0e) - event: assign pointer coords to MouseEvent (#1039) (8528972)
- pointer: check
PointerCoords.xinisDifferentPointerPosition(#1216) (75edef5) - pointer: check all fields of
PointerCoordsinisDifferentPointerPosition()(#1229) (5f3d28f)
livekit/client-sdk-js (livekit-client)
v2.9.9
Patch Changes
-
Fix trailing slash handling in WebSocket URL pathname - #1440 (@Tanney-102)
-
Ensure only suspended audio context gets resumed - #1452 (@lukasIO)
-
Do not log transcription received events - #1453 (@lukasIO)
v2.9.8
Patch Changes
- Use string instead of passing url object to WebSocket constructor - #1443 (@davidliu)
v2.9.7
Patch Changes
v2.9.6
Patch Changes
-
Automatically attempt to resume suspended audio contexts on click - #1431 (@lukasIO)
-
Fix ignored constraints in LocalTrack.restart - #1435 (@rktguswjd)
-
log ice candidates as debug rather than trace - #1437 (@haydenbr)
-
fix: handle server url with params correctly - #1366 (@jiyeyuran)
v2.9.5
Patch Changes
-
fix: properly remove text stream controllers on stream close - #1422 (@lukasIO)
-
Reject publishing with insufficient permissions present - #1418 (@lukasIO)
v2.9.4
Patch Changes
-
Improve utf8 text split and add unit test - #1414 (@lukasIO)
-
Fix applying default processors from captureDefaults - #1416 (@lukasIO)
v2.9.3
Patch Changes
v2.9.2
Patch Changes
-
Disable simulcast for screenshare backup codec - #1409 (@cnderrauber)
-
added new connection tests - #1402 (@davidzhao)
v2.9.1
Patch Changes
v2.9.0
Minor Changes
-
Add backupCodecPolicy to TrackPublishDefaults - #1399 (@cnderrauber)
The default policy of backup codec is
codec regressionfor maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported. It changes the default behaviormulti-codec simulcastin the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy tomulti-codec simulcastto keep the previous behavior. -
Move RPC registration to room level and deprecate localParticipant level registration - #1396 (@lukasIO)
-
Populate name property of LiveKit errors and add reasonName for enums - #1385 (@lukasIO)
Patch Changes
-
Replace internal instanceof checks with typeguards - #1378 (@lukasIO)
-
Remove track from pending publishing on device errors - #1380 (@lukasIO)
-
Allow audio processing for react native without AudioContext - #1395 (@davidliu)
-
use a error code 14 for data publish errors - #1374 (@davidzhao)
-
Export TrackType from @livekit/protocol - #1370 (@Philzen)
-
Only emit TrackSubscriptionEvent once on room - #1392 (@lukasIO)
-
Redact access_token parameter in debug logs - #1394 (@hughns)
-
Don't hang on audio context trying to resume - #1379 (@lukasIO)
v2.8.1
Patch Changes
-
expose inbound-rtp.id as streamId - #1367 (@s-hamdananwar)
-
Emit ActiveDeviceChanged event also for audio-output - #1372 (@lukasIO)
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.