@stream-io/video-react-sdk 0.2.0 → 0.2.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,12 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.2.0...@stream-io/video-react-sdk-0.2.1) (2023-08-07)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-client` updated to version `0.1.0`
10
+ * `@stream-io/video-react-bindings` updated to version `0.1.14`
5
11
  ## [0.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.18...@stream-io/video-react-sdk-0.2.0) (2023-08-07)
6
12
 
7
13
  ### Dependency Updates
package/README.md CHANGED
@@ -54,35 +54,35 @@ Here are some of the features we support:
54
54
  ## Roadmap
55
55
 
56
56
  ### 0.2 milestone
57
-
58
- - [ ] Fast-reconnects
59
57
  - [x] ICE restarts
60
- - [ ] SFU retries
61
- - [ ] Enhanced SDK build system
62
- - [ ] Hardware-accelerated video encoding on supported platforms
63
58
  - [x] React hooks for permissions management
64
59
  - [x] Server-side participant pinning
65
- - [ ] Increase test coverage
66
60
 
67
61
  ### 0.3 milestone
62
+ - [ ] Fast-reconnects
63
+ - [ ] SFU retries
64
+ - [ ] Enhanced device management API
65
+ - [ ] Enhanced SDK build system
66
+ - [ ] Increase test coverage
68
67
 
68
+ ### 0.4 milestone
69
69
  - [ ] Performance and bundle-size optimizations
70
+ - [ ] Hardware-accelerated video encoding on supported platforms
70
71
  - [ ] E2E testing platform
71
72
  - [ ] Typescript generics enhancements
72
- - [ ] Video and audio filters
73
- - [ ] Dynascale: turn off incoming video when the browser is in the background
74
- - [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
75
73
  - [ ] Call analytics / stats
76
74
  - [ ] Logging 2.0
77
75
 
78
- ### 0.4 milestone
79
-
76
+ ### 0.5 milestone
80
77
  - [ ] Enhanced UI components and theming
81
78
  - [ ] Composite layout for streaming and recording
82
79
  - [ ] Break-out rooms
83
80
  - [ ] Waiting rooms
84
81
  - [ ] Transcriptions
85
82
  - [ ] Closed captions
83
+ - [ ] Video and audio filters
84
+ - [ ] Dynascale: turn off incoming video when the browser is in the background
85
+ - [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
86
86
 
87
87
  ## Contributing
88
88
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.2.0";
1
+ export declare const version = "0.2.1";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.2.0';
1
+ export const version = '0.2.1';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "@nivo/core": "^0.80.0",
34
34
  "@nivo/line": "^0.80.0",
35
35
  "@stream-io/i18n": "^0.1.1",
36
- "@stream-io/video-client": "^0.2.0",
37
- "@stream-io/video-react-bindings": "^0.1.13",
36
+ "@stream-io/video-client": "^0.2.1",
37
+ "@stream-io/video-react-bindings": "^0.1.14",
38
38
  "clsx": "^1.2.1",
39
39
  "prop-types": "^15.8.1",
40
40
  "rxjs": "~7.8.1"