@stream-io/video-react-sdk 1.8.6 → 1.9.0

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 CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.9.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.7...@stream-io/video-react-sdk-1.9.0) (2025-01-02)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `1.14.0`
10
+ * `@stream-io/video-react-bindings` updated to version `1.3.0`
11
+
12
+ ### Features
13
+
14
+ * **closed captions:** Integration in the SDKs ([#1508](https://github.com/GetStream/stream-video-js/issues/1508)) ([bcb8589](https://github.com/GetStream/stream-video-js/commit/bcb85892c0dafcb03f9debf8d2fd361622224166))
15
+
16
+ ## [1.8.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.6...@stream-io/video-react-sdk-1.8.7) (2024-12-20)
17
+
18
+ ### Dependency Updates
19
+
20
+ * `@stream-io/video-client` updated to version `1.13.1`
21
+ * `@stream-io/video-react-bindings` updated to version `1.2.16`
5
22
  ## [1.8.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.8.5...@stream-io/video-react-sdk-1.8.6) (2024-12-20)
6
23
 
7
24
  ### Dependency Updates
package/README.md CHANGED
@@ -86,7 +86,7 @@ Here are some of the features we support:
86
86
 
87
87
  - [ ] Break-out rooms
88
88
  - [ ] Waiting rooms
89
- - [ ] Closed captions
89
+ - [x] Closed captions
90
90
  - [ ] Query call session endpoint
91
91
  - [ ] Logging 2.0
92
92
  - [x] Hardware-accelerated video encoding on supported platforms
package/dist/index.cjs.js CHANGED
@@ -2573,7 +2573,7 @@ const LivestreamPlayer = (props) => {
2573
2573
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2574
2574
  };
2575
2575
 
2576
- const [major, minor, patch] = ("1.8.6").split('.');
2576
+ const [major, minor, patch] = ("1.9.0").split('.');
2577
2577
  videoClient.setSdkInfo({
2578
2578
  type: videoClient.SfuModels.SdkType.REACT,
2579
2579
  major,
package/dist/index.es.js CHANGED
@@ -2573,7 +2573,7 @@ const LivestreamPlayer = (props) => {
2573
2573
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2574
2574
  };
2575
2575
 
2576
- const [major, minor, patch] = ("1.8.6").split('.');
2576
+ const [major, minor, patch] = ("1.9.0").split('.');
2577
2577
  setSdkInfo({
2578
2578
  type: SfuModels.SdkType.REACT,
2579
2579
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.8.6",
3
+ "version": "1.9.0",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -31,9 +31,9 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@floating-ui/react": "^0.26.24",
34
- "@stream-io/video-client": "1.13.0",
34
+ "@stream-io/video-client": "1.14.0",
35
35
  "@stream-io/video-filters-web": "0.1.6",
36
- "@stream-io/video-react-bindings": "1.2.15",
36
+ "@stream-io/video-react-bindings": "1.3.0",
37
37
  "chart.js": "^4.4.4",
38
38
  "clsx": "^2.0.0",
39
39
  "react-chartjs-2": "^5.2.0"