@stream-io/video-react-sdk 0.5.12 → 0.6.1

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,27 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.0...@stream-io/video-react-sdk-0.6.1) (2024-04-09)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.7.1`
10
+ * `@stream-io/video-react-bindings` updated to version `0.4.12`
11
+ ## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.12...@stream-io/video-react-sdk-0.6.0) (2024-04-09)
12
+
13
+ ### Dependency Updates
14
+
15
+ * `@stream-io/video-client` updated to version `0.7.0`
16
+ * `@stream-io/video-react-bindings` updated to version `0.4.11`
17
+
18
+ ### ⚠ BREAKING CHANGES
19
+
20
+ * remove server-side capabilities from JS client (#1282)
21
+
22
+ ### Features
23
+
24
+ * remove server-side capabilities from JS client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
25
+
5
26
  ### [0.5.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.11...@stream-io/video-react-sdk-0.5.12) (2024-04-05)
6
27
 
7
28
  ### Dependency Updates
package/README.md CHANGED
@@ -24,7 +24,7 @@ Stream provides UI components and state handling that make it easy to build vide
24
24
 
25
25
  Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for video for free.
26
26
 
27
- ## 💡Supported Features💡
27
+ ## 💡 Supported Features 💡
28
28
 
29
29
  Here are some of the features we support:
30
30
 
package/dist/index.cjs.js CHANGED
@@ -2433,7 +2433,7 @@ const VerticalScrollButtons = ({ scrollWrapper, }) => {
2433
2433
  };
2434
2434
  const hasScreenShare = (p) => !!p?.publishedTracks.includes(videoClient.SfuModels.TrackType.SCREEN_SHARE);
2435
2435
 
2436
- const [major, minor, patch] = ("0.5.12" ).split('.');
2436
+ const [major, minor, patch] = ("0.6.1" ).split('.');
2437
2437
  videoClient.setSdkInfo({
2438
2438
  type: videoClient.SfuModels.SdkType.REACT,
2439
2439
  major,