Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Releases: livekit/livekit-react

@livekit/react-core@1.1.0

22 Dec 12:54
48d3b8b
Compare
Choose a tag to compare

Minor Changes

  • #112 0273d9e Thanks @lukasIO! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"

@livekit/react-components@1.1.0

22 Dec 12:54
48d3b8b
Compare
Choose a tag to compare

Minor Changes

  • #112 0273d9e Thanks @lukasIO! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"

Patch Changes

@livekit/react-core@1.0.3

04 Oct 10:05
deb49bb
Compare
Choose a tag to compare

Patch Changes

@livekit/react-components@1.0.3

04 Oct 10:05
deb49bb
Compare
Choose a tag to compare

Patch Changes

@livekit/react-core@1.0.2

31 Aug 14:32
0bbb880
Compare
Choose a tag to compare

What's Changed

  • Disconnect when LiveKitRoom unmounts by @lukasIO in #79
  • Enable controlling local stream mirroring by introducing isMirrored-prop by @Philzen in #82
  • USE simulcast option by @cscherban in #85
  • Updating livekit-client to 1.3.0 by @davidzhao in #86
  • Version Packages by @github-actions in #80

Full Changelog: https://github.com/livekit/livekit-react/compare/@livekit/react-components@1.0.1...@livekit/react-core@1.0.2

@livekit/react-components@1.0.2

31 Aug 14:33
0bbb880
Compare
Choose a tag to compare

What's Changed

  • Disconnect when LiveKitRoom unmounts by @lukasIO in #79
  • Enable controlling local stream mirroring by introducing isMirrored-prop by @Philzen in #82
  • USE simulcast option by @cscherban in #85
  • Updating livekit-client to 1.3.0 by @davidzhao in #86
  • Version Packages by @github-actions in #80

Full Changelog: https://github.com/livekit/livekit-react/compare/@livekit/react-components@1.0.1...@livekit/react-components@1.0.2

@livekit/react-core@1.0.1

04 Aug 08:19
854b8b4
Compare
Choose a tag to compare

Patch Changes

@livekit/react-components@1.0.1

04 Aug 08:19
854b8b4
Compare
Choose a tag to compare

Patch Changes

v1.0.0

17 May 16:06
Compare
Choose a tag to compare

New NPM packages for the React SDK: React Core and Components

With this release we are introducing a new way of publishing our react SDK.
We are deprecating our livekit-react npm package and are replacing it with @livekit/react-core and @livekit/react-components.
If you want to have minimum friction when upgrading your dependency to one of the new packages, then use @livekit/react-components as it's fully API compatible with the legacy livekit-react package.

We wrote a blog post that goes into more detail about the differences of the new packages and outlines the reasons for the change: https://blog.livekit.io/react-core-components/

New features

  • useRoom() now additionally returns a connectionState state variable

Changes

  • upgrade livekit-client peer dependency to ^1.0.0
  • change room state handling within useRoom in order to support React StrictMode