@stream-io/video-react-sdk 1.12.8 → 1.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/index.ts +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.12.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.8...@stream-io/video-react-sdk-1.12.9) (2025-03-13)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.18.6`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.5.8`
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* expose useDeviceList ([#1723](https://github.com/GetStream/stream-video-js/issues/1723)) ([547703b](https://github.com/GetStream/stream-video-js/commit/547703b75daefbd0e34db6bd17cfc2f45d861005)), closes [#1701](https://github.com/GetStream/stream-video-js/issues/1701)
|
|
15
|
+
|
|
5
16
|
## [1.12.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.7...@stream-io/video-react-sdk-1.12.8) (2025-03-12)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2680,7 +2680,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2680
2680
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2681
2681
|
};
|
|
2682
2682
|
|
|
2683
|
-
const [major, minor, patch] = ("1.12.
|
|
2683
|
+
const [major, minor, patch] = ("1.12.9").split('.');
|
|
2684
2684
|
videoClient.setSdkInfo({
|
|
2685
2685
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2686
2686
|
major,
|
|
@@ -2768,6 +2768,7 @@ exports.WithTooltip = WithTooltip;
|
|
|
2768
2768
|
exports.defaultReactions = defaultReactions;
|
|
2769
2769
|
exports.translations = translations;
|
|
2770
2770
|
exports.useBackgroundFilters = useBackgroundFilters;
|
|
2771
|
+
exports.useDeviceList = useDeviceList;
|
|
2771
2772
|
exports.useHorizontalScrollPosition = useHorizontalScrollPosition;
|
|
2772
2773
|
exports.useMenuContext = useMenuContext;
|
|
2773
2774
|
exports.useNoiseCancellation = useNoiseCancellation;
|