@stream-io/video-react-native-sdk 0.2.1 → 0.2.2
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 +6 -0
- package/README.md +4 -3
- package/dist/commonjs/version.js +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/version.ts +1 -1
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.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.1...@stream-io/video-react-native-sdk-0.2.2) (2023-10-30)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `0.4.1`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `0.3.1`
|
|
5
11
|
### [0.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.2.0...@stream-io/video-react-native-sdk-0.2.1) (2023-10-27)
|
|
6
12
|
|
|
7
13
|
|
package/README.md
CHANGED
|
@@ -130,11 +130,12 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
130
130
|
- [x] Ringing and Regular Push Notification for Expo
|
|
131
131
|
- [x] Landscape Support
|
|
132
132
|
- [x] Livestream components
|
|
133
|
+
- [x] Screen-share media track support
|
|
134
|
+
- [x] PiP on Android
|
|
135
|
+
- [x] Speaker management (needs docs)
|
|
133
136
|
- [ ] Speaking while muted
|
|
134
|
-
- [ ] PiP
|
|
135
|
-
- [ ] Speaker management (needs docs)
|
|
137
|
+
- [ ] PiP on iOS
|
|
136
138
|
- [ ] Audio & Video filters
|
|
137
|
-
- [ ] Screen-share media track support
|
|
138
139
|
- [ ] CPU usage improvement
|
|
139
140
|
- [ ] Analytics Integration
|
|
140
141
|
- [ ] Demo app on play-store and app-store
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.2.
|
|
1
|
+
export const version = '0.2.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.2.
|
|
1
|
+
export declare const version = "0.2.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-native-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"packageManager": "yarn@3.2.4",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"module": "dist/module/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"!**/.*"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@stream-io/video-client": "^0.4.
|
|
50
|
-
"@stream-io/video-react-bindings": "^0.3.
|
|
49
|
+
"@stream-io/video-client": "^0.4.1",
|
|
50
|
+
"@stream-io/video-react-bindings": "^0.3.1",
|
|
51
51
|
"intl-pluralrules": "2.0.1",
|
|
52
52
|
"lodash.merge": "^4.6.2",
|
|
53
53
|
"react-native-url-polyfill": "1.3.0",
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.2.
|
|
1
|
+
export const version = '0.2.2';
|