diff --git a/.changeset/breezy-rings-mate.md b/.changeset/breezy-rings-mate.md deleted file mode 100644 index 5b1176694..000000000 --- a/.changeset/breezy-rings-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/components-react': patch ---- - -Make `source` and `participant` props optional for `UseParticipantTileProps`. diff --git a/.changeset/eight-nails-rush.md b/.changeset/eight-nails-rush.md deleted file mode 100644 index 1101c6a2f..000000000 --- a/.changeset/eight-nails-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/components-react': minor -'@livekit/components-core': patch ---- - -fix handling of multiple tracks of the same source from the same participant diff --git a/.changeset/lucky-spies-learn.md b/.changeset/lucky-spies-learn.md deleted file mode 100644 index b8f27abfc..000000000 --- a/.changeset/lucky-spies-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Add internal feature flag support diff --git a/.changeset/nasty-brooms-begin.md b/.changeset/nasty-brooms-begin.md deleted file mode 100644 index 0fa343142..000000000 --- a/.changeset/nasty-brooms-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-core": patch ---- - -Listen to ParticipantDisconnected event for useTracks hook diff --git a/.changeset/quiet-yaks-argue.md b/.changeset/quiet-yaks-argue.md deleted file mode 100644 index ad04c0d95..000000000 --- a/.changeset/quiet-yaks-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -fix handling of multiple tracks of the same source from the same participant diff --git a/.changeset/sharp-ducks-whisper.md b/.changeset/sharp-ducks-whisper.md deleted file mode 100644 index c43894e79..000000000 --- a/.changeset/sharp-ducks-whisper.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/components-core': minor -'@livekit/components-react': minor ---- - -Update more hooks and components to use `trackRef` and deprecate participant/source property pairs diff --git a/.changeset/shiny-waves-fail.md b/.changeset/shiny-waves-fail.md deleted file mode 100644 index a571be7ab..000000000 --- a/.changeset/shiny-waves-fail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/components-react': patch -'@livekit/components-js-docs': patch ---- - -Update and add doc strings for all components. diff --git a/.changeset/strong-plums-nail.md b/.changeset/strong-plums-nail.md deleted file mode 100644 index 97503bf10..000000000 --- a/.changeset/strong-plums-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/components-react': minor -'@livekit/component-example-next': patch ---- - -refactor `ParticipantTile` and `useParticipantTile` to trackRef and rename `TrackContext` to `TrackRefContext`. diff --git a/.changeset/strong-wombats-mix.md b/.changeset/strong-wombats-mix.md deleted file mode 100644 index d171b5de8..000000000 --- a/.changeset/strong-wombats-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/components-js-docs': minor ---- - -Doc strings for all hooks. Refactor around `Chat` component. Promote `useVisualStableUpdate` @alpha -> @public. diff --git a/.changeset/warm-geese-serve.md b/.changeset/warm-geese-serve.md deleted file mode 100644 index 1acf2889a..000000000 --- a/.changeset/warm-geese-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/components-react': minor ---- - -Update AudioTrack and VideoTrack components to accept track references. diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 3a71bcb48..2535b27aa 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/components-js-docs +## 0.1.0 + +### Minor Changes + +- Doc strings for all hooks. Refactor around `Chat` component. Promote `useVisualStableUpdate` @alpha -> @public. - [#635](https://github.com/livekit/components-js/pull/635) ([@Ocupe](https://github.com/Ocupe)) + +### Patch Changes + +- Update and add doc strings for all components. - [#633](https://github.com/livekit/components-js/pull/633) ([@Ocupe](https://github.com/Ocupe)) + ## 0.0.5 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 2017e8684..ae7b21d60 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.0.5", + "version": "0.1.0", "description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.", "scripts": { "yalc:publish": "yalc publish --private --push --replace", diff --git a/docs/storybook/CHANGELOG.md b/docs/storybook/CHANGELOG.md index 5420f0168..24f47cd4d 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.25 + +### Patch Changes + +- Updated dependencies [[`74d38659`](https://github.com/livekit/components-js/commit/74d386592b1e593550b5942e2720d38a86a53c55), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`c421c99c`](https://github.com/livekit/components-js/commit/c421c99c076c57adc61facfb41ecdef0abcb95dd), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`d5b2093b`](https://github.com/livekit/components-js/commit/d5b2093b1999df891cdd6fbe7b350c488b330cf7), [`17760aab`](https://github.com/livekit/components-js/commit/17760aabe36279b9e0f511ba9d4ea09b652d27df), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee)]: + - @livekit/components-react@1.2.0 + ## 1.0.24 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 78a6d04a4..ed7674141 100644 --- a/docs/storybook/package.json +++ b/docs/storybook/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@livekit/component-docs-storybook", - "version": "1.0.24", + "version": "1.0.25", "license": "Apache-2.0", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "tsx:check": "tsc --noEmit" }, "dependencies": { - "@livekit/components-react": "~1.1.0", + "@livekit/components-react": "~1.2.0", "@livekit/components-styles": "~1.0.5", "livekit-client": "^1.12.0", "react": "^18.2.0", diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index c1bdda380..06061eff8 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/component-example-next +## 0.1.30 + +### Patch Changes + +- refactor `ParticipantTile` and `useParticipantTile` to trackRef and rename `TrackContext` to `TrackRefContext`. - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`74d38659`](https://github.com/livekit/components-js/commit/74d386592b1e593550b5942e2720d38a86a53c55), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`c421c99c`](https://github.com/livekit/components-js/commit/c421c99c076c57adc61facfb41ecdef0abcb95dd), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`d5b2093b`](https://github.com/livekit/components-js/commit/d5b2093b1999df891cdd6fbe7b350c488b330cf7), [`17760aab`](https://github.com/livekit/components-js/commit/17760aabe36279b9e0f511ba9d4ea09b652d27df), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee)]: + - @livekit/components-react@1.2.0 + ## 0.1.29 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 1099416b7..93234d0b1 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.1.29", + "version": "0.1.30", "private": true, "scripts": { "dev": "next dev", @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@livekit/components-react": "~1.1.0", + "@livekit/components-react": "~1.2.0", "@livekit/components-styles": "~1.0.5", "livekit-client": "^1.12.0", "livekit-server-sdk": "^1.0.3", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c69f108d1..316897d08 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @livekit/components-core +## 0.7.0 + +### Minor Changes + +- Update more hooks and components to use `trackRef` and deprecate participant/source property pairs - [#629](https://github.com/livekit/components-js/pull/629) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- fix handling of multiple tracks of the same source from the same participant - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +- Listen to ParticipantDisconnected event for useTracks hook - [#631](https://github.com/livekit/components-js/pull/631) ([@lukasIO](https://github.com/lukasIO)) + +- fix handling of multiple tracks of the same source from the same participant - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + ## 0.6.15 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 41a8ec2d8..da2fc569b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.6.15", + "version": "0.7.0", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index bd3e31a2e..c0bcc20f3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,30 @@ # @livekit/components-react +## 1.2.0 + +### Minor Changes + +- fix handling of multiple tracks of the same source from the same participant - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +- Update more hooks and components to use `trackRef` and deprecate participant/source property pairs - [#629](https://github.com/livekit/components-js/pull/629) ([@lukasIO](https://github.com/lukasIO)) + +- refactor `ParticipantTile` and `useParticipantTile` to trackRef and rename `TrackContext` to `TrackRefContext`. - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +- Update AudioTrack and VideoTrack components to accept track references. - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Make `source` and `participant` props optional for `UseParticipantTileProps`. - [#632](https://github.com/livekit/components-js/pull/632) ([@Ocupe](https://github.com/Ocupe)) + +- Add internal feature flag support - [#637](https://github.com/livekit/components-js/pull/637) ([@lukasIO](https://github.com/lukasIO)) + +- fix handling of multiple tracks of the same source from the same participant - [#627](https://github.com/livekit/components-js/pull/627) ([@lukasIO](https://github.com/lukasIO)) + +- Update and add doc strings for all components. - [#633](https://github.com/livekit/components-js/pull/633) ([@Ocupe](https://github.com/Ocupe)) + +- Updated dependencies [[`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`71690916`](https://github.com/livekit/components-js/commit/71690916a80d053fe6457c66f3fa3b584b69c5fe), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`d5b2093b`](https://github.com/livekit/components-js/commit/d5b2093b1999df891cdd6fbe7b350c488b330cf7)]: + - @livekit/components-core@0.7.0 + ## 1.1.8 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7866adbc5..c8a9286ff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "1.1.8", + "version": "1.2.0", "license": "Apache-2.0", "author": "LiveKit", "repository": { @@ -47,7 +47,7 @@ }, "typings": "dist/index.d.ts", "dependencies": { - "@livekit/components-core": "0.6.15", + "@livekit/components-core": "0.7.0", "@react-hook/latest": "^1.0.3", "clsx": "^2.0.0", "usehooks-ts": "^2.9.1" diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 7b3f24cef..0c0d36c8e 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`74d38659`](https://github.com/livekit/components-js/commit/74d386592b1e593550b5942e2720d38a86a53c55), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`c421c99c`](https://github.com/livekit/components-js/commit/c421c99c076c57adc61facfb41ecdef0abcb95dd), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`d5b2093b`](https://github.com/livekit/components-js/commit/d5b2093b1999df891cdd6fbe7b350c488b330cf7), [`17760aab`](https://github.com/livekit/components-js/commit/17760aabe36279b9e0f511ba9d4ea09b652d27df), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee), [`999eb2ca`](https://github.com/livekit/components-js/commit/999eb2ca85f6d9cab16988f2815974d5f394e4ee)]: + - @livekit/components-react@1.2.0 + ## 0.0.21 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 0149356b1..d9c77274f 100644 --- a/tooling/docs-gen/package.json +++ b/tooling/docs-gen/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@livekit/components-docs-gen", - "version": "0.0.21", + "version": "0.0.22", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit", @@ -21,7 +21,7 @@ "sideEffects": false, "dependencies": { "@livekit/api-documenter": "*", - "@livekit/components-react": "~1.1.0", + "@livekit/components-react": "~1.2.0", "eslint-config-lk-custom": "*" }, "devDependencies": {