@stream-io/video-react-sdk 1.14.5 → 1.15.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,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.15.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.14.6...@stream-io/video-react-sdk-1.15.0) (2025-05-02)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.21.0`
10
+ - `@stream-io/video-react-bindings` updated to version `1.5.19`
11
+
12
+ ### Features
13
+
14
+ - encode and decode PerformanceStats tracing ([#1765](https://github.com/GetStream/stream-video-js/issues/1765)) ([138ea84](https://github.com/GetStream/stream-video-js/commit/138ea84fee834da03cf3c8042fbb2f071526f135))
15
+
16
+ ## [1.14.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.14.5...@stream-io/video-react-sdk-1.14.6) (2025-05-01)
17
+
18
+ ### Dependency Updates
19
+
20
+ - `@stream-io/video-client` updated to version `1.20.2`
21
+ - `@stream-io/video-react-bindings` updated to version `1.5.18`
22
+
5
23
  ## [1.14.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.14.4...@stream-io/video-react-sdk-1.14.5) (2025-04-29)
6
24
 
7
25
  ### Dependency Updates
package/README.md CHANGED
@@ -91,7 +91,7 @@ Here are some of the features we support:
91
91
  - [ ] Logging 2.0
92
92
  - [x] Hardware-accelerated video encoding on supported platforms
93
93
  - [x] Dynascale 2.0 (codec switching)
94
- - [x] Improved stat collection
94
+ - [x] Improved stat collection and device performance metrics
95
95
  - [ ] E2E testing platform
96
96
  - [ ] Dynascale: turn off incoming video when the browser is in the background
97
97
 
package/dist/index.cjs.js CHANGED
@@ -2726,7 +2726,7 @@ const LivestreamPlayer = (props) => {
2726
2726
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2727
2727
  };
2728
2728
 
2729
- const [major, minor, patch] = ("1.14.5").split('.');
2729
+ const [major, minor, patch] = ("1.15.0").split('.');
2730
2730
  videoClient.setSdkInfo({
2731
2731
  type: videoClient.SfuModels.SdkType.REACT,
2732
2732
  major,
package/dist/index.es.js CHANGED
@@ -2726,7 +2726,7 @@ const LivestreamPlayer = (props) => {
2726
2726
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2727
2727
  };
2728
2728
 
2729
- const [major, minor, patch] = ("1.14.5").split('.');
2729
+ const [major, minor, patch] = ("1.15.0").split('.');
2730
2730
  setSdkInfo({
2731
2731
  type: SfuModels.SdkType.REACT,
2732
2732
  major,
@@ -12,12 +12,12 @@ export declare const useFloatingUIPreset: ({ middleware, placement, strategy, of
12
12
  y: number;
13
13
  domReference: Element | null;
14
14
  floating: HTMLElement | null;
15
- strategy: import("@floating-ui/react").Strategy | undefined;
15
+ strategy: import("@floating-ui/utils").Strategy | undefined;
16
16
  context: {
17
17
  x: number;
18
18
  y: number;
19
- placement: import("@floating-ui/react").Placement;
20
- strategy: import("@floating-ui/react").Strategy;
19
+ placement: import("@floating-ui/utils").Placement;
20
+ strategy: import("@floating-ui/utils").Strategy;
21
21
  middlewareData: import("@floating-ui/core").MiddlewareData;
22
22
  isPositioned: boolean;
23
23
  update: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.14.5",
3
+ "version": "1.15.0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,9 +30,9 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@floating-ui/react": "^0.27.6",
33
- "@stream-io/video-client": "1.20.1",
33
+ "@stream-io/video-client": "1.21.0",
34
34
  "@stream-io/video-filters-web": "0.1.7",
35
- "@stream-io/video-react-bindings": "1.5.17",
35
+ "@stream-io/video-react-bindings": "1.5.19",
36
36
  "chart.js": "^4.4.4",
37
37
  "clsx": "^2.0.0",
38
38
  "react-chartjs-2": "^5.3.0"