@stream-io/video-react-native-sdk 1.1.6 → 1.2.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 +11 -0
- package/README.md +8 -7
- 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,17 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.6...@stream-io/video-react-native-sdk-1.2.0) (2024-10-16)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `@stream-io/video-client` updated to version `1.9.0`
|
|
10
|
+
* `@stream-io/video-react-bindings` updated to version `1.1.5`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **svc-codec:** VP9 and AV1 support ([#1434](https://github.com/GetStream/stream-video-js/issues/1434)) ([c9c8530](https://github.com/GetStream/stream-video-js/commit/c9c8530d48c9206dc3803e6aa6cc1859fd433920))
|
|
15
|
+
|
|
5
16
|
## [1.1.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-1.1.5...@stream-io/video-react-native-sdk-1.1.6) (2024-10-16)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/README.md
CHANGED
|
@@ -108,9 +108,9 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
108
108
|
- [x] Video Rooms Tutorial
|
|
109
109
|
- [x] Audio Rooms Tutorial
|
|
110
110
|
- [x] Livestream Tutorial
|
|
111
|
-
- [
|
|
111
|
+
- [x] Core
|
|
112
112
|
- [x] Camera & Microphone
|
|
113
|
-
- [
|
|
113
|
+
- [x] Advanced
|
|
114
114
|
- [x] Chat Integration
|
|
115
115
|
- [x] Internationalization
|
|
116
116
|
- [x] Push Notification (validate)
|
|
@@ -125,7 +125,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
125
125
|
|
|
126
126
|
- [x] Expo Support
|
|
127
127
|
|
|
128
|
-
###
|
|
128
|
+
### Milestones
|
|
129
129
|
|
|
130
130
|
- [x] Regular Push Notification for Vanilla React Native
|
|
131
131
|
- [x] Ringing and Regular Push Notification for Expo
|
|
@@ -136,10 +136,11 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
136
136
|
- [x] Speaking while muted
|
|
137
137
|
- [x] Demo app on play-store and app-store
|
|
138
138
|
- [x] Transcriptions
|
|
139
|
-
- [
|
|
140
|
-
- [
|
|
141
|
-
- [
|
|
142
|
-
- [
|
|
139
|
+
- [x] Speaker management
|
|
140
|
+
- [x] PiP on iOS
|
|
141
|
+
- [x] Video filters
|
|
142
|
+
- [x] CPU usage improvement
|
|
143
|
+
- [ ] Audio filters and Noise Cancellation
|
|
143
144
|
- [ ] Analytics Integration
|
|
144
145
|
- [ ] Long press to focus
|
|
145
146
|
- [ ] Dynascale 2.0
|
package/dist/commonjs/version.js
CHANGED
package/dist/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '1.
|
|
1
|
+
export const version = '1.2.0';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.
|
|
1
|
+
export declare const version = "1.2.0";
|
|
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": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
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": "1.
|
|
50
|
-
"@stream-io/video-react-bindings": "1.1.
|
|
49
|
+
"@stream-io/video-client": "1.9.0",
|
|
50
|
+
"@stream-io/video-react-bindings": "1.1.5",
|
|
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 = '1.
|
|
1
|
+
export const version = '1.2.0';
|