@stream-io/video-react-sdk 0.3.42 → 0.3.43
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
|
+
### [0.3.43](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.3.42...@stream-io/video-react-sdk-0.3.43) (2023-10-19)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.3.35`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.2.36`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* mute screenshare_audio, update to the newest OpenAPI schema ([#1148](https://github.com/GetStream/stream-video-js/issues/1148)) ([81c45a7](https://github.com/GetStream/stream-video-js/commit/81c45a77e6a526de05ce5457357d212fb3e613d9))
|
|
15
|
+
|
|
5
16
|
### [0.3.42](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.3.41...@stream-io/video-react-sdk-0.3.42) (2023-10-18)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/dist/index.cjs.js
CHANGED
|
@@ -2621,7 +2621,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2621
2621
|
};
|
|
2622
2622
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
|
|
2623
2623
|
|
|
2624
|
-
const [major, minor, patch] = ("0.3.
|
|
2624
|
+
const [major, minor, patch] = ("0.3.43" ).split('.');
|
|
2625
2625
|
videoClient.setSdkInfo({
|
|
2626
2626
|
type: videoClient.SfuModels.SdkType.REACT,
|
|
2627
2627
|
major,
|
package/dist/index.es.js
CHANGED
|
@@ -2621,7 +2621,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
|
|
|
2621
2621
|
};
|
|
2622
2622
|
const hasScreenShare = (p) => !!p?.publishedTracks.includes(SfuModels.TrackType.SCREEN_SHARE);
|
|
2623
2623
|
|
|
2624
|
-
const [major, minor, patch] = ("0.3.
|
|
2624
|
+
const [major, minor, patch] = ("0.3.43" ).split('.');
|
|
2625
2625
|
setSdkInfo({
|
|
2626
2626
|
type: SfuModels.SdkType.REACT,
|
|
2627
2627
|
major,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.43",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@floating-ui/react": "^0.22.0",
|
|
32
32
|
"@nivo/core": "^0.80.0",
|
|
33
33
|
"@nivo/line": "^0.80.0",
|
|
34
|
-
"@stream-io/video-client": "^0.3.
|
|
35
|
-
"@stream-io/video-react-bindings": "^0.2.
|
|
34
|
+
"@stream-io/video-client": "^0.3.35",
|
|
35
|
+
"@stream-io/video-react-bindings": "^0.2.36",
|
|
36
36
|
"clsx": "^2.0.0",
|
|
37
37
|
"prop-types": "^15.8.1",
|
|
38
38
|
"rxjs": "~7.8.1"
|