@stream-io/video-react-sdk 1.2.16 → 1.2.17
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 +1 -1
- package/dist/index.es.js +1 -1
- 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.2.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.16...@stream-io/video-react-sdk-1.2.17) (2024-07-25)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.4.6`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.50`
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* allow reusing call instances after leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
|
|
15
|
+
|
|
5
16
|
### [1.2.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.15...@stream-io/video-react-sdk-1.2.16) (2024-07-23)
|
|
6
17
|
|
|
7
18
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -2616,7 +2616,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2616
2616
|
return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2617
2617
|
};
|
|
2618
2618
|
|
|
2619
|
-
const [major, minor, patch] = ("1.2.
|
|
2619
|
+
const [major, minor, patch] = ("1.2.17" ).split('.');
|
|
2620
2620
|
videoClient.setSdkInfo({
|
|
2621
2621
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2622
2622
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2616,7 +2616,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2616
2616
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2617
2617
|
};
|
|
2618
2618
|
|
|
2619
|
-
const [major, minor, patch] = ("1.2.
|
|
2619
|
+
const [major, minor, patch] = ("1.2.17" ).split('.');
|
|
2620
2620
|
setSdkInfo({
|
|
2621
2621
|
type: SfuModels.SdkType.REACT,
|
|
2622
2622
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.17",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@floating-ui/react": "^0.26.5",
|
|
32
|
-
"@stream-io/video-client": "1.4.
|
|
32
|
+
"@stream-io/video-client": "1.4.6",
|
|
33
33
|
"@stream-io/video-filters-web": "0.1.3",
|
|
34
|
-
"@stream-io/video-react-bindings": "0.4.
|
|
34
|
+
"@stream-io/video-react-bindings": "0.4.50",
|
|
35
35
|
"chart.js": "^4.4.1",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"react-chartjs-2": "^5.2.0"
|