@stream-io/video-react-sdk 1.3.0-rc2.0 → 1.3.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 +268 -274
- package/dist/index.cjs.js +9 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +9 -8
- package/dist/index.es.js.map +1 -1
- package/dist/src/core/components/CallLayout/PaginatedGridLayout.d.ts +2 -0
- package/dist/src/core/components/CallLayout/SpeakerLayout.d.ts +17 -1
- package/package.json +3 -3
- package/src/core/components/CallLayout/PaginatedGridLayout.tsx +3 -2
- package/src/core/components/CallLayout/SpeakerLayout.tsx +26 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,714 +2,708 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [1.3.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
* update rc tag ([9e4322e](https://github.com/GetStream/stream-video-js/commit/9e4322e07844c4a84c7728675f67e0c03511a9b1))
|
|
9
|
-
|
|
10
|
-
## [1.3.0-rc1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0-rc1.0) (2024-08-26)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-rc.0 ([47f3d1a](https://github.com/GetStream/stream-video-js/commit/47f3d1a602bee279607ef7b71b346f1395092dc5))
|
|
14
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-rc.0 ([c4d5f64](https://github.com/GetStream/stream-video-js/commit/c4d5f645b8f8be25c407937df94fc596c7fcd0ff))
|
|
5
|
+
## [1.3.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0...@stream-io/video-react-sdk-1.3.1) (2024-09-05)
|
|
15
6
|
|
|
16
7
|
|
|
17
8
|
### Bug Fixes
|
|
18
9
|
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0-1...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-22)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-rc.0 ([fe3b5a2](https://github.com/GetStream/stream-video-js/commit/fe3b5a2ce3317cf993d4c6177a4e74d7ac3cbea8))
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
30
|
-
|
|
31
|
-
## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([b75019d](https://github.com/GetStream/stream-video-js/commit/b75019d704a6a0c0e8160ad3f02e4f38d86017a4))
|
|
35
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([13f48a1](https://github.com/GetStream/stream-video-js/commit/13f48a18462bfd95da9546052f09a881d41fe93d))
|
|
36
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([82a3c1d](https://github.com/GetStream/stream-video-js/commit/82a3c1dbc744b9ab94e96f358ee5babe41bb511e))
|
|
37
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
* setup rc release flow ([f183232](https://github.com/GetStream/stream-video-js/commit/f18323254a43fe11c768656e10cd1b915f6ce607))
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Bug Fixes
|
|
46
|
-
|
|
47
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
48
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
49
|
-
|
|
50
|
-
## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-23)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-rc.0 ([c4d5f64](https://github.com/GetStream/stream-video-js/commit/c4d5f645b8f8be25c407937df94fc596c7fcd0ff))
|
|
54
|
-
|
|
55
|
-
## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0-1...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-22)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-rc.0 ([fe3b5a2](https://github.com/GetStream/stream-video-js/commit/fe3b5a2ce3317cf993d4c6177a4e74d7ac3cbea8))
|
|
10
|
+
* **composite:** hide the local participant for call recordings ([#1475](https://github.com/GetStream/stream-video-js/issues/1475)) ([f20ab9b](https://github.com/GetStream/stream-video-js/commit/f20ab9b6dc9a85d6d4d832d94ca1b369ba909658))
|
|
59
11
|
|
|
12
|
+
## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0) (2024-09-03)
|
|
60
13
|
|
|
61
|
-
###
|
|
62
|
-
|
|
63
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
64
|
-
|
|
65
|
-
## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
|
|
14
|
+
### Dependency Updates
|
|
66
15
|
|
|
16
|
+
* `@stream-io/video-client` updated to version `1.6.0`
|
|
17
|
+
* `@stream-io/video-react-bindings` updated to version `1.0.0`
|
|
67
18
|
|
|
68
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0
|
|
69
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([13f48a1](https://github.com/GetStream/stream-video-js/commit/13f48a18462bfd95da9546052f09a881d41fe93d))
|
|
70
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([82a3c1d](https://github.com/GetStream/stream-video-js/commit/82a3c1dbc744b9ab94e96f358ee5babe41bb511e))
|
|
71
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
19
|
+
* **@stream-io/video-react-sdk:** release version 1.3.0 ([f70e443](https://github.com/GetStream/stream-video-js/commit/f70e443ce151fa3a885706d214c99c0a31587a11))
|
|
72
20
|
|
|
73
21
|
|
|
74
22
|
### Features
|
|
75
23
|
|
|
76
|
-
*
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
82
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
83
|
-
|
|
84
|
-
## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-23)
|
|
85
|
-
|
|
86
|
-
## [1.3.0-rc.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.3.0-1...@stream-io/video-react-sdk-1.3.0-rc.0) (2024-08-22)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
* include rc in the release name ([478cee3](https://github.com/GetStream/stream-video-js/commit/478cee38829d70e76ba62bcc82f6c69d220f4ea5))
|
|
24
|
+
* Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
92
25
|
|
|
26
|
+
## [1.3.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.23...@stream-io/video-react-sdk-1.3.0) (2024-09-03)
|
|
93
27
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## [1.3.0-0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.3.0-0) (2024-08-19)
|
|
28
|
+
### Dependency Updates
|
|
97
29
|
|
|
30
|
+
* `@stream-io/video-client` updated to version `1.6.0`
|
|
31
|
+
* `@stream-io/video-react-bindings` updated to version `0.4.56`
|
|
98
32
|
|
|
99
33
|
### Features
|
|
100
34
|
|
|
101
|
-
*
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* flag pre-releases in github ([fed77b2](https://github.com/GetStream/stream-video-js/commit/fed77b2835a49af46cd581e93f76e95e8317724e))
|
|
107
|
-
* remove pre-releases ([ba9cf49](https://github.com/GetStream/stream-video-js/commit/ba9cf4968a80ec07831304ee8a791d9681ddc605))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([b75019d](https://github.com/GetStream/stream-video-js/commit/b75019d704a6a0c0e8160ad3f02e4f38d86017a4))
|
|
111
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([13f48a1](https://github.com/GetStream/stream-video-js/commit/13f48a18462bfd95da9546052f09a881d41fe93d))
|
|
112
|
-
* **@stream-io/video-react-sdk:** release version 1.3.0-0 ([82a3c1d](https://github.com/GetStream/stream-video-js/commit/82a3c1dbc744b9ab94e96f358ee5babe41bb511e))
|
|
113
|
-
* specify baseBranch ([cc9b2fd](https://github.com/GetStream/stream-video-js/commit/cc9b2fd6d88f6aff7d8fdd8333c7aa33fdbb6857))
|
|
35
|
+
* Reconnects v2 ([#1439](https://github.com/GetStream/stream-video-js/issues/1439)) ([e90aa52](https://github.com/GetStream/stream-video-js/commit/e90aa52780f9e0ca5852a294a152282000f66675))
|
|
114
36
|
|
|
115
37
|
### [1.2.23](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.22...@stream-io/video-react-sdk-1.2.23) (2024-08-23)
|
|
116
38
|
|
|
117
39
|
### Dependency Updates
|
|
118
40
|
|
|
119
|
-
|
|
120
|
-
|
|
41
|
+
- `@stream-io/video-client` updated to version `1.5.2`
|
|
42
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.55`
|
|
43
|
+
|
|
121
44
|
### [1.2.22](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.21...@stream-io/video-react-sdk-1.2.22) (2024-08-23)
|
|
122
45
|
|
|
123
46
|
### Dependency Updates
|
|
124
47
|
|
|
125
|
-
|
|
126
|
-
|
|
48
|
+
- `@stream-io/video-client` updated to version `1.5.1`
|
|
49
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.54`
|
|
50
|
+
|
|
127
51
|
### [1.2.21](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.20...@stream-io/video-react-sdk-1.2.21) (2024-08-21)
|
|
128
52
|
|
|
129
53
|
### Dependency Updates
|
|
130
54
|
|
|
131
|
-
|
|
132
|
-
|
|
55
|
+
- `@stream-io/video-client` updated to version `1.5.0`
|
|
56
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.53`
|
|
57
|
+
|
|
133
58
|
### [1.2.20](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.19...@stream-io/video-react-sdk-1.2.20) (2024-07-31)
|
|
134
59
|
|
|
135
60
|
### Dependency Updates
|
|
136
61
|
|
|
137
|
-
|
|
138
|
-
|
|
62
|
+
- `@stream-io/video-client` updated to version `1.4.8`
|
|
63
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.52`
|
|
64
|
+
|
|
139
65
|
### [1.2.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.18...@stream-io/video-react-sdk-1.2.19) (2024-07-30)
|
|
140
66
|
|
|
141
67
|
### Dependency Updates
|
|
142
68
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### [1.2.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.17...@stream-io/video-react-sdk-1.2.18) (2024-07-29)
|
|
69
|
+
- `@stream-io/video-client` updated to version `1.4.7`
|
|
70
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.51`
|
|
146
71
|
|
|
72
|
+
### [1.2.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.17...@stream-io/video-react-sdk-1.2.18) (2024-07-29)
|
|
147
73
|
|
|
148
74
|
### Bug Fixes
|
|
149
75
|
|
|
150
|
-
|
|
76
|
+
- remove applying default settings in
|
|
77
|
+
usePersistedDevicePreferences ([#1446](https://github.com/GetStream/stream-video-js/issues/1446)) ([b196826](https://github.com/GetStream/stream-video-js/commit/b196826b6c2dcf5bd1d2d3ac8b5b852aeddeee81)),
|
|
78
|
+
closes [/github.com/GetStream/stream-video-js/blob/main/packages/client/src/Call.ts#L2127](https://github.com/GetStream//github.com/GetStream/stream-video-js/blob/main/packages/client/src/Call.ts/issues/L2127)
|
|
151
79
|
|
|
152
80
|
### [1.2.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.16...@stream-io/video-react-sdk-1.2.17) (2024-07-25)
|
|
153
81
|
|
|
154
82
|
### Dependency Updates
|
|
155
83
|
|
|
156
|
-
|
|
157
|
-
|
|
84
|
+
- `@stream-io/video-client` updated to version `1.4.6`
|
|
85
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.50`
|
|
158
86
|
|
|
159
87
|
### Bug Fixes
|
|
160
88
|
|
|
161
|
-
|
|
89
|
+
- allow reusing call instances after
|
|
90
|
+
leaving ([#1433](https://github.com/GetStream/stream-video-js/issues/1433)) ([61e05af](https://github.com/GetStream/stream-video-js/commit/61e05af25c441b7db9db16166a6b4eca20ec7748))
|
|
162
91
|
|
|
163
92
|
### [1.2.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.15...@stream-io/video-react-sdk-1.2.16) (2024-07-23)
|
|
164
93
|
|
|
165
|
-
|
|
166
94
|
### Bug Fixes
|
|
167
95
|
|
|
168
|
-
|
|
96
|
+
- align audio output button tooltip with the rest of media
|
|
97
|
+
toggles ([#1445](https://github.com/GetStream/stream-video-js/issues/1445)) ([dcee098](https://github.com/GetStream/stream-video-js/commit/dcee098b219aa570c0ba58e9dc63dde1690e8580))
|
|
169
98
|
|
|
170
99
|
### [1.2.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.14...@stream-io/video-react-sdk-1.2.15) (2024-07-15)
|
|
171
100
|
|
|
172
101
|
### Dependency Updates
|
|
173
102
|
|
|
174
|
-
|
|
103
|
+
- `@stream-io/video-styling` updated to version `1.0.6`
|
|
104
|
+
|
|
175
105
|
### [1.2.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.13...@stream-io/video-react-sdk-1.2.14) (2024-07-12)
|
|
176
106
|
|
|
177
107
|
### Dependency Updates
|
|
178
108
|
|
|
179
|
-
|
|
180
|
-
|
|
109
|
+
- `@stream-io/video-client` updated to version `1.4.5`
|
|
110
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.49`
|
|
111
|
+
|
|
181
112
|
### [1.2.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.12...@stream-io/video-react-sdk-1.2.13) (2024-07-02)
|
|
182
113
|
|
|
183
114
|
### Dependency Updates
|
|
184
115
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
116
|
+
- `@stream-io/video-client` updated to version `1.4.4`
|
|
117
|
+
- `@stream-io/video-filters-web` updated to version `0.1.3`
|
|
118
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.48`
|
|
119
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.1`
|
|
189
120
|
|
|
190
121
|
### Bug Fixes
|
|
191
122
|
|
|
192
|
-
|
|
123
|
+
- refactor background
|
|
124
|
+
filters ([#1415](https://github.com/GetStream/stream-video-js/issues/1415)) ([deb6da2](https://github.com/GetStream/stream-video-js/commit/deb6da238f541c733451e84b198434671da8dceb))
|
|
193
125
|
|
|
194
126
|
### [1.2.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.11...@stream-io/video-react-sdk-1.2.12) (2024-07-02)
|
|
195
127
|
|
|
196
|
-
|
|
197
128
|
### Bug Fixes
|
|
198
129
|
|
|
199
|
-
|
|
130
|
+
- **CallStats:** stat card labels
|
|
131
|
+
translations ([#1429](https://github.com/GetStream/stream-video-js/issues/1429)) ([51132cd](https://github.com/GetStream/stream-video-js/commit/51132cd5f939ef6cebe1f7ad26a1576a6f92f71f))
|
|
200
132
|
|
|
201
133
|
### [1.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.10...@stream-io/video-react-sdk-1.2.11) (2024-06-28)
|
|
202
134
|
|
|
203
135
|
### Dependency Updates
|
|
204
136
|
|
|
205
|
-
|
|
206
|
-
### [1.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.9...@stream-io/video-react-sdk-1.2.10) (2024-06-26)
|
|
137
|
+
- `@stream-io/video-styling` updated to version `1.0.5`
|
|
207
138
|
|
|
139
|
+
### [1.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.9...@stream-io/video-react-sdk-1.2.10) (2024-06-26)
|
|
208
140
|
|
|
209
141
|
### Bug Fixes
|
|
210
142
|
|
|
211
|
-
|
|
143
|
+
- **react:** provide displayName for our core
|
|
144
|
+
components ([#1423](https://github.com/GetStream/stream-video-js/issues/1423)) ([724c444](https://github.com/GetStream/stream-video-js/commit/724c4449f3f4dfd4c468323e1a8dde1d12e56135))
|
|
212
145
|
|
|
213
146
|
### [1.2.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.8...@stream-io/video-react-sdk-1.2.9) (2024-06-25)
|
|
214
147
|
|
|
215
|
-
|
|
216
148
|
### Bug Fixes
|
|
217
149
|
|
|
218
|
-
|
|
150
|
+
- in some browsers event.key could be
|
|
151
|
+
undefined ([#1421](https://github.com/GetStream/stream-video-js/issues/1421)) ([0a01c9f](https://github.com/GetStream/stream-video-js/commit/0a01c9fc6148457f9c9de0f8073f71143b05dc80))
|
|
219
152
|
|
|
220
153
|
### [1.2.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.7...@stream-io/video-react-sdk-1.2.8) (2024-06-25)
|
|
221
154
|
|
|
222
155
|
### Dependency Updates
|
|
223
156
|
|
|
224
|
-
|
|
225
|
-
|
|
157
|
+
- `@stream-io/video-client` updated to version `1.4.3`
|
|
158
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.47`
|
|
159
|
+
|
|
226
160
|
### [1.2.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.6...@stream-io/video-react-sdk-1.2.7) (2024-06-24)
|
|
227
161
|
|
|
228
162
|
### Dependency Updates
|
|
229
163
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### [1.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.5...@stream-io/video-react-sdk-1.2.6) (2024-06-24)
|
|
164
|
+
- `@stream-io/video-client` updated to version `1.4.2`
|
|
165
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.46`
|
|
233
166
|
|
|
167
|
+
### [1.2.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.5...@stream-io/video-react-sdk-1.2.6) (2024-06-24)
|
|
234
168
|
|
|
235
169
|
### Bug Fixes
|
|
236
170
|
|
|
237
|
-
|
|
171
|
+
- default onMenuToggle behavior shouldn't be
|
|
172
|
+
overridden ([#1417](https://github.com/GetStream/stream-video-js/issues/1417)) ([3529e40](https://github.com/GetStream/stream-video-js/commit/3529e40b338c64e61ecbc7460e97c3c878771434))
|
|
238
173
|
|
|
239
174
|
### [1.2.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.4...@stream-io/video-react-sdk-1.2.5) (2024-06-20)
|
|
240
175
|
|
|
241
|
-
|
|
242
176
|
### Bug Fixes
|
|
243
177
|
|
|
244
|
-
|
|
178
|
+
- remove `isBlurringEnabled`
|
|
179
|
+
prop ([#1411](https://github.com/GetStream/stream-video-js/issues/1411)) ([23bafe0](https://github.com/GetStream/stream-video-js/commit/23bafe0cc6a3bf0bcdff2e0339904dae5778c560))
|
|
245
180
|
|
|
246
181
|
### [1.2.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.3...@stream-io/video-react-sdk-1.2.4) (2024-06-19)
|
|
247
182
|
|
|
248
183
|
### Dependency Updates
|
|
249
184
|
|
|
250
|
-
|
|
251
|
-
|
|
185
|
+
- `@stream-io/video-client` updated to version `1.4.1`
|
|
186
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.45`
|
|
187
|
+
|
|
252
188
|
### [1.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.2...@stream-io/video-react-sdk-1.2.3) (2024-06-19)
|
|
253
189
|
|
|
254
190
|
### Dependency Updates
|
|
255
191
|
|
|
256
|
-
|
|
257
|
-
|
|
192
|
+
- `@stream-io/video-client` updated to version `1.4.0`
|
|
193
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.44`
|
|
194
|
+
|
|
258
195
|
### [1.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.1...@stream-io/video-react-sdk-1.2.2) (2024-06-12)
|
|
259
196
|
|
|
260
197
|
### Dependency Updates
|
|
261
198
|
|
|
262
|
-
|
|
199
|
+
- `@stream-io/video-filters-web` updated to version `0.1.2`
|
|
263
200
|
|
|
264
201
|
### Bug Fixes
|
|
265
202
|
|
|
266
|
-
|
|
203
|
+
- infinitely adjustable blur
|
|
204
|
+
filter ([#1399](https://github.com/GetStream/stream-video-js/issues/1399)) ([447e73f](https://github.com/GetStream/stream-video-js/commit/447e73f2363142a0c1b43d05f848400950ecf697))
|
|
267
205
|
|
|
268
206
|
### [1.2.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.0...@stream-io/video-react-sdk-1.2.1) (2024-06-12)
|
|
269
207
|
|
|
270
208
|
### Dependency Updates
|
|
271
209
|
|
|
272
|
-
|
|
273
|
-
|
|
210
|
+
- `@stream-io/video-client` updated to version `1.3.1`
|
|
211
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.43`
|
|
212
|
+
|
|
274
213
|
## [1.2.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.5...@stream-io/video-react-sdk-1.2.0) (2024-06-07)
|
|
275
214
|
|
|
276
215
|
### Dependency Updates
|
|
277
216
|
|
|
278
|
-
|
|
279
|
-
|
|
217
|
+
- `@stream-io/video-client` updated to version `1.3.0`
|
|
218
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.42`
|
|
280
219
|
|
|
281
220
|
### Features
|
|
282
221
|
|
|
283
|
-
|
|
222
|
+
- improve `isSupported` method for noise
|
|
223
|
+
cancellation ([#1388](https://github.com/GetStream/stream-video-js/issues/1388)) ([07031ba](https://github.com/GetStream/stream-video-js/commit/07031ba72443a84cac8856c7481f3d4053b46d4c))
|
|
284
224
|
|
|
285
225
|
### [1.1.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.4...@stream-io/video-react-sdk-1.1.5) (2024-06-07)
|
|
286
226
|
|
|
287
227
|
### Dependency Updates
|
|
288
228
|
|
|
289
|
-
|
|
229
|
+
- `@stream-io/audio-filters-web` updated to version `0.2.0`
|
|
230
|
+
|
|
290
231
|
### [1.1.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.3...@stream-io/video-react-sdk-1.1.4) (2024-06-05)
|
|
291
232
|
|
|
292
233
|
### Dependency Updates
|
|
293
234
|
|
|
294
|
-
|
|
295
|
-
|
|
235
|
+
- `@stream-io/video-client` updated to version `1.2.3`
|
|
236
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.41`
|
|
237
|
+
|
|
296
238
|
### [1.1.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.2...@stream-io/video-react-sdk-1.1.3) (2024-06-04)
|
|
297
239
|
|
|
298
240
|
### Dependency Updates
|
|
299
241
|
|
|
300
|
-
|
|
301
|
-
|
|
242
|
+
- `@stream-io/video-client` updated to version `1.2.2`
|
|
243
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.40`
|
|
244
|
+
|
|
302
245
|
### [1.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.1...@stream-io/video-react-sdk-1.1.2) (2024-06-04)
|
|
303
246
|
|
|
304
247
|
### Dependency Updates
|
|
305
248
|
|
|
306
|
-
|
|
307
|
-
|
|
249
|
+
- `@stream-io/video-client` updated to version `1.2.1`
|
|
250
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.39`
|
|
251
|
+
|
|
308
252
|
### [1.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.1.0...@stream-io/video-react-sdk-1.1.1) (2024-06-03)
|
|
309
253
|
|
|
310
254
|
### Dependency Updates
|
|
311
255
|
|
|
312
|
-
|
|
313
|
-
|
|
256
|
+
- `@stream-io/video-client` updated to version `1.2.0`
|
|
257
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.38`
|
|
258
|
+
|
|
314
259
|
## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.15...@stream-io/video-react-sdk-1.1.0) (2024-06-03)
|
|
315
260
|
|
|
316
261
|
### Dependency Updates
|
|
317
262
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
263
|
+
- `@stream-io/video-client` updated to version `1.1.0`
|
|
264
|
+
- `@stream-io/video-filters-web` updated to version `0.1.1`
|
|
265
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.37`
|
|
321
266
|
|
|
322
267
|
### Features
|
|
323
268
|
|
|
324
|
-
|
|
269
|
+
- video filters on
|
|
270
|
+
android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
|
|
325
271
|
|
|
326
272
|
### [1.0.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.14...@stream-io/video-react-sdk-1.0.15) (2024-05-31)
|
|
327
273
|
|
|
328
274
|
### Dependency Updates
|
|
329
275
|
|
|
330
|
-
|
|
331
|
-
|
|
276
|
+
- `@stream-io/video-client` updated to version `1.0.10`
|
|
277
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.36`
|
|
278
|
+
|
|
332
279
|
### [1.0.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.13...@stream-io/video-react-sdk-1.0.14) (2024-05-29)
|
|
333
280
|
|
|
334
281
|
### Dependency Updates
|
|
335
282
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### [1.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.12...@stream-io/video-react-sdk-1.0.13) (2024-05-27)
|
|
283
|
+
- `@stream-io/video-client` updated to version `1.0.9`
|
|
284
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.35`
|
|
339
285
|
|
|
286
|
+
### [1.0.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.12...@stream-io/video-react-sdk-1.0.13) (2024-05-27)
|
|
340
287
|
|
|
341
288
|
### Bug Fixes
|
|
342
289
|
|
|
343
|
-
|
|
290
|
+
- add LivestreamPlayer wrapper
|
|
291
|
+
component ([#1372](https://github.com/GetStream/stream-video-js/issues/1372)) ([49e9b98](https://github.com/GetStream/stream-video-js/commit/49e9b980eff548f62f8aa45e6156cfa3dd40dcbd))
|
|
344
292
|
|
|
345
293
|
### [1.0.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.11...@stream-io/video-react-sdk-1.0.12) (2024-05-23)
|
|
346
294
|
|
|
347
|
-
|
|
348
295
|
### Bug Fixes
|
|
349
296
|
|
|
350
|
-
|
|
297
|
+
- participant sounds and
|
|
298
|
+
cookbook ([#1367](https://github.com/GetStream/stream-video-js/issues/1367)) ([d5e774c](https://github.com/GetStream/stream-video-js/commit/d5e774c14568c98a819cb282d3453a0136a84d84))
|
|
351
299
|
|
|
352
300
|
### [1.0.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.10...@stream-io/video-react-sdk-1.0.11) (2024-05-23)
|
|
353
301
|
|
|
354
302
|
### Dependency Updates
|
|
355
303
|
|
|
356
|
-
|
|
357
|
-
|
|
304
|
+
- `@stream-io/video-client` updated to version `1.0.8`
|
|
305
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.34`
|
|
306
|
+
|
|
358
307
|
### [1.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.9...@stream-io/video-react-sdk-1.0.10) (2024-05-23)
|
|
359
308
|
|
|
360
309
|
### Dependency Updates
|
|
361
310
|
|
|
362
|
-
|
|
311
|
+
- `@stream-io/video-styling` updated to version `1.0.4`
|
|
363
312
|
|
|
364
313
|
### Bug Fixes
|
|
365
314
|
|
|
366
|
-
|
|
315
|
+
- popup
|
|
316
|
+
styling ([#1363](https://github.com/GetStream/stream-video-js/issues/1363)) ([6549d4b](https://github.com/GetStream/stream-video-js/commit/6549d4bd80e198169e8d09920c46dcb487eb071b))
|
|
367
317
|
|
|
368
318
|
### [1.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.8...@stream-io/video-react-sdk-1.0.9) (2024-05-21)
|
|
369
319
|
|
|
370
320
|
### Dependency Updates
|
|
371
321
|
|
|
372
|
-
|
|
373
|
-
|
|
322
|
+
- `@stream-io/video-client` updated to version `1.0.7`
|
|
323
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.33`
|
|
324
|
+
|
|
374
325
|
### [1.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.7...@stream-io/video-react-sdk-1.0.8) (2024-05-17)
|
|
375
326
|
|
|
376
327
|
### Dependency Updates
|
|
377
328
|
|
|
378
|
-
|
|
329
|
+
- `@stream-io/video-styling` updated to version `1.0.3`
|
|
379
330
|
|
|
380
331
|
### Bug Fixes
|
|
381
332
|
|
|
382
|
-
|
|
333
|
+
- popup-related UI
|
|
334
|
+
updates ([#1356](https://github.com/GetStream/stream-video-js/issues/1356)) ([a1a3238](https://github.com/GetStream/stream-video-js/commit/a1a3238370b1ed5b7877f744bebea9f51a843256))
|
|
383
335
|
|
|
384
336
|
### [1.0.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.6...@stream-io/video-react-sdk-1.0.7) (2024-05-16)
|
|
385
337
|
|
|
386
338
|
### Dependency Updates
|
|
387
339
|
|
|
388
|
-
|
|
389
|
-
|
|
340
|
+
- `@stream-io/video-client` updated to version `1.0.6`
|
|
341
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.32`
|
|
390
342
|
|
|
391
343
|
### Bug Fixes
|
|
392
344
|
|
|
393
|
-
|
|
345
|
+
- **state:** aligns the participant state with other
|
|
346
|
+
SDKs ([#1357](https://github.com/GetStream/stream-video-js/issues/1357)) ([146e6ac](https://github.com/GetStream/stream-video-js/commit/146e6acd7296488bc18f4bf5c76e9f2c9bfd97af))
|
|
394
347
|
|
|
395
348
|
### [1.0.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.5...@stream-io/video-react-sdk-1.0.6) (2024-05-16)
|
|
396
349
|
|
|
397
350
|
### Dependency Updates
|
|
398
351
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.4...@stream-io/video-react-sdk-1.0.5) (2024-05-15)
|
|
352
|
+
- `@stream-io/video-client` updated to version `1.0.5`
|
|
353
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.31`
|
|
402
354
|
|
|
355
|
+
### [1.0.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.4...@stream-io/video-react-sdk-1.0.5) (2024-05-15)
|
|
403
356
|
|
|
404
357
|
### Bug Fixes
|
|
405
358
|
|
|
406
|
-
|
|
359
|
+
- **grid:** guard against zero or negative group
|
|
360
|
+
size ([#1355](https://github.com/GetStream/stream-video-js/issues/1355)) ([fd6d142](https://github.com/GetStream/stream-video-js/commit/fd6d1421b54d46cebd3ffbaf3d57afb0166133d2)),
|
|
361
|
+
closes [#1293](https://github.com/GetStream/stream-video-js/issues/1293)
|
|
407
362
|
|
|
408
363
|
### [1.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.3...@stream-io/video-react-sdk-1.0.4) (2024-05-14)
|
|
409
364
|
|
|
410
365
|
### Dependency Updates
|
|
411
366
|
|
|
412
|
-
|
|
413
|
-
|
|
367
|
+
- `@stream-io/video-client` updated to version `1.0.4`
|
|
368
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.30`
|
|
369
|
+
|
|
414
370
|
### [1.0.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.2...@stream-io/video-react-sdk-1.0.3) (2024-05-13)
|
|
415
371
|
|
|
416
372
|
### Dependency Updates
|
|
417
373
|
|
|
418
|
-
|
|
419
|
-
|
|
374
|
+
- `@stream-io/video-client` updated to version `1.0.3`
|
|
375
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.29`
|
|
376
|
+
|
|
420
377
|
### [1.0.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.1...@stream-io/video-react-sdk-1.0.2) (2024-05-13)
|
|
421
378
|
|
|
422
379
|
### Dependency Updates
|
|
423
380
|
|
|
424
|
-
|
|
425
|
-
|
|
381
|
+
- `@stream-io/video-client` updated to version `1.0.2`
|
|
382
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.28`
|
|
426
383
|
|
|
427
384
|
### Bug Fixes
|
|
428
385
|
|
|
429
|
-
|
|
386
|
+
- optimistically toggle device
|
|
387
|
+
status ([#1342](https://github.com/GetStream/stream-video-js/issues/1342)) ([2e4e470](https://github.com/GetStream/stream-video-js/commit/2e4e470347fce7c7499dd21a931e5dec74bf9618))
|
|
430
388
|
|
|
431
389
|
### [1.0.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.0.0...@stream-io/video-react-sdk-1.0.1) (2024-05-07)
|
|
432
390
|
|
|
433
391
|
### Dependency Updates
|
|
434
392
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.7.0...@stream-io/video-react-sdk-1.0.0) (2024-05-07)
|
|
393
|
+
- `@stream-io/video-client` updated to version `1.0.1`
|
|
394
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.27`
|
|
438
395
|
|
|
396
|
+
## [1.0.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.7.0...@stream-io/video-react-sdk-1.0.0) (2024-05-07)
|
|
439
397
|
|
|
440
398
|
### Features
|
|
441
399
|
|
|
442
|
-
|
|
400
|
+
- **v1:** release
|
|
401
|
+
v1.0.0 ([06174cd](https://github.com/GetStream/stream-video-js/commit/06174cdfb4168a7401f56b03d0302f82c97b93ff))
|
|
443
402
|
|
|
444
403
|
## [0.7.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.19...@stream-io/video-react-sdk-0.7.0) (2024-05-07)
|
|
445
404
|
|
|
446
405
|
### Dependency Updates
|
|
447
406
|
|
|
448
|
-
|
|
449
|
-
|
|
407
|
+
- `@stream-io/video-client` updated to version `0.8.0`
|
|
408
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.25`
|
|
450
409
|
|
|
451
410
|
### Features
|
|
452
411
|
|
|
453
|
-
|
|
412
|
+
- **v1:** release
|
|
413
|
+
v1.0.0 ([#1340](https://github.com/GetStream/stream-video-js/issues/1340)) ([f76fd02](https://github.com/GetStream/stream-video-js/commit/f76fd02ec2159bb0943c8432591b462ab0d356ff))
|
|
454
414
|
|
|
455
415
|
### [0.6.19](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.18...@stream-io/video-react-sdk-0.6.19) (2024-05-07)
|
|
456
416
|
|
|
457
417
|
### Dependency Updates
|
|
458
418
|
|
|
459
|
-
|
|
460
|
-
|
|
419
|
+
- `@stream-io/video-client` updated to version `0.7.13`
|
|
420
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.24`
|
|
421
|
+
|
|
461
422
|
### [0.6.18](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.17...@stream-io/video-react-sdk-0.6.18) (2024-05-03)
|
|
462
423
|
|
|
463
424
|
### Dependency Updates
|
|
464
425
|
|
|
465
|
-
|
|
466
|
-
|
|
426
|
+
- `@stream-io/video-client` updated to version `0.7.12`
|
|
427
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.23`
|
|
428
|
+
|
|
467
429
|
### [0.6.17](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.16...@stream-io/video-react-sdk-0.6.17) (2024-05-03)
|
|
468
430
|
|
|
469
431
|
### Dependency Updates
|
|
470
432
|
|
|
471
|
-
|
|
472
|
-
|
|
433
|
+
- `@stream-io/video-client` updated to version `0.7.11`
|
|
434
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.22`
|
|
473
435
|
|
|
474
436
|
### Bug Fixes
|
|
475
437
|
|
|
476
|
-
|
|
438
|
+
- **devices:** API to disable speaking while muted
|
|
439
|
+
notifications ([#1335](https://github.com/GetStream/stream-video-js/issues/1335)) ([cdff0e0](https://github.com/GetStream/stream-video-js/commit/cdff0e036bf4afca763e4f7a1563c23e806be190)),
|
|
440
|
+
closes [#1329](https://github.com/GetStream/stream-video-js/issues/1329)
|
|
477
441
|
|
|
478
442
|
### [0.6.16](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.15...@stream-io/video-react-sdk-0.6.16) (2024-05-02)
|
|
479
443
|
|
|
480
|
-
|
|
481
444
|
### Bug Fixes
|
|
482
445
|
|
|
483
|
-
|
|
446
|
+
- synchronize background filter canvas
|
|
447
|
+
capturing ([#1334](https://github.com/GetStream/stream-video-js/issues/1334)) ([eaead81](https://github.com/GetStream/stream-video-js/commit/eaead818f9f404cf647efdbc11707fc3b58b2459))
|
|
484
448
|
|
|
485
449
|
### [0.6.15](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.14...@stream-io/video-react-sdk-0.6.15) (2024-04-30)
|
|
486
450
|
|
|
487
451
|
### Dependency Updates
|
|
488
452
|
|
|
489
|
-
|
|
490
|
-
|
|
453
|
+
- `@stream-io/video-client` updated to version `0.7.10`
|
|
454
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.21`
|
|
455
|
+
|
|
491
456
|
### [0.6.14](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.13...@stream-io/video-react-sdk-0.6.14) (2024-04-26)
|
|
492
457
|
|
|
493
458
|
### Dependency Updates
|
|
494
459
|
|
|
495
|
-
|
|
496
|
-
|
|
460
|
+
- `@stream-io/video-client` updated to version `0.7.9`
|
|
461
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.20`
|
|
462
|
+
|
|
497
463
|
### [0.6.13](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.12...@stream-io/video-react-sdk-0.6.13) (2024-04-25)
|
|
498
464
|
|
|
499
465
|
### Dependency Updates
|
|
500
466
|
|
|
501
|
-
|
|
467
|
+
- `@stream-io/audio-filters-web` updated to version `0.1.0`
|
|
468
|
+
|
|
502
469
|
### [0.6.12](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.11...@stream-io/video-react-sdk-0.6.12) (2024-04-25)
|
|
503
470
|
|
|
504
471
|
### Dependency Updates
|
|
505
472
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
473
|
+
- `@stream-io/video-client` updated to version `0.7.8`
|
|
474
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.19`
|
|
475
|
+
- `@stream-io/audio-filters-web` updated to version `0.0.1`
|
|
509
476
|
|
|
510
477
|
### Features
|
|
511
478
|
|
|
512
|
-
|
|
479
|
+
- Noise
|
|
480
|
+
Cancellation ([#1321](https://github.com/GetStream/stream-video-js/issues/1321)) ([9144385](https://github.com/GetStream/stream-video-js/commit/91443852986ad7453d82efb900626266d8df0e96))
|
|
513
481
|
|
|
514
482
|
### [0.6.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.10...@stream-io/video-react-sdk-0.6.11) (2024-04-25)
|
|
515
483
|
|
|
516
|
-
|
|
517
484
|
### Bug Fixes
|
|
518
485
|
|
|
519
|
-
|
|
486
|
+
- **filters:** Synchronize filter loading and
|
|
487
|
+
unloading ([#1326](https://github.com/GetStream/stream-video-js/issues/1326)) ([cfab745](https://github.com/GetStream/stream-video-js/commit/cfab7455cfde6d7161ac823dc338e51bea00bcce))
|
|
520
488
|
|
|
521
489
|
### [0.6.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.9...@stream-io/video-react-sdk-0.6.10) (2024-04-23)
|
|
522
490
|
|
|
523
491
|
### Dependency Updates
|
|
524
492
|
|
|
525
|
-
|
|
526
|
-
|
|
493
|
+
- `@stream-io/video-client` updated to version `0.7.7`
|
|
494
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.18`
|
|
527
495
|
|
|
528
496
|
### Features
|
|
529
497
|
|
|
530
|
-
|
|
498
|
+
- **feedback:** Collect user
|
|
499
|
+
feedback ([#1324](https://github.com/GetStream/stream-video-js/issues/1324)) ([b415de0](https://github.com/GetStream/stream-video-js/commit/b415de0828e402f8d3b854553351843aad2e8473))
|
|
531
500
|
|
|
532
501
|
### [0.6.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.8...@stream-io/video-react-sdk-0.6.9) (2024-04-23)
|
|
533
502
|
|
|
534
503
|
### Dependency Updates
|
|
535
504
|
|
|
536
|
-
|
|
537
|
-
|
|
505
|
+
- `@stream-io/video-client` updated to version `0.7.6`
|
|
506
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.17`
|
|
507
|
+
|
|
538
508
|
### [0.6.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.7...@stream-io/video-react-sdk-0.6.8) (2024-04-23)
|
|
539
509
|
|
|
540
510
|
### Dependency Updates
|
|
541
511
|
|
|
542
|
-
|
|
543
|
-
|
|
512
|
+
- `@stream-io/video-client` updated to version `0.7.5`
|
|
513
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.16`
|
|
514
|
+
|
|
544
515
|
### [0.6.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.6...@stream-io/video-react-sdk-0.6.7) (2024-04-17)
|
|
545
516
|
|
|
546
517
|
### Dependency Updates
|
|
547
518
|
|
|
548
|
-
|
|
549
|
-
|
|
519
|
+
- `@stream-io/video-client` updated to version `0.7.4`
|
|
520
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.15`
|
|
521
|
+
|
|
550
522
|
### [0.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.5...@stream-io/video-react-sdk-0.6.6) (2024-04-17)
|
|
551
523
|
|
|
552
524
|
### Dependency Updates
|
|
553
525
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.4...@stream-io/video-react-sdk-0.6.5) (2024-04-16)
|
|
526
|
+
- `@stream-io/video-client` updated to version `0.7.3`
|
|
527
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.14`
|
|
557
528
|
|
|
529
|
+
### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.4...@stream-io/video-react-sdk-0.6.5) (2024-04-16)
|
|
558
530
|
|
|
559
531
|
### Bug Fixes
|
|
560
532
|
|
|
561
|
-
|
|
533
|
+
- **CallStats:** update wording in the call stats
|
|
534
|
+
component ([536b740](https://github.com/GetStream/stream-video-js/commit/536b740f6aaba8d0b2be125d2185bc139831f917))
|
|
562
535
|
|
|
563
536
|
### [0.6.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.3...@stream-io/video-react-sdk-0.6.4) (2024-04-16)
|
|
564
537
|
|
|
565
538
|
### Dependency Updates
|
|
566
539
|
|
|
567
|
-
|
|
568
|
-
|
|
540
|
+
- `@stream-io/video-client` updated to version `0.7.2`
|
|
541
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.13`
|
|
542
|
+
|
|
569
543
|
### [0.6.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.2...@stream-io/video-react-sdk-0.6.3) (2024-04-10)
|
|
570
544
|
|
|
571
545
|
### Dependency Updates
|
|
572
546
|
|
|
573
|
-
|
|
547
|
+
- `@stream-io/video-filters-web` updated to version `0.1.0`
|
|
548
|
+
|
|
574
549
|
### [0.6.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.6.1...@stream-io/video-react-sdk-0.6.2) (2024-04-10)
|
|
575
550
|
|
|
576
551
|
### Dependency Updates
|
|
577
552
|
|
|
578
|
-
|
|
553
|
+
- `@stream-io/video-filters-web` updated to version `0.0.2`
|
|
554
|
+
|
|
579
555
|
### [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)
|
|
580
556
|
|
|
581
557
|
### Dependency Updates
|
|
582
558
|
|
|
583
|
-
|
|
584
|
-
|
|
559
|
+
- `@stream-io/video-client` updated to version `0.7.1`
|
|
560
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.12`
|
|
561
|
+
|
|
585
562
|
## [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)
|
|
586
563
|
|
|
587
564
|
### Dependency Updates
|
|
588
565
|
|
|
589
|
-
|
|
590
|
-
|
|
566
|
+
- `@stream-io/video-client` updated to version `0.7.0`
|
|
567
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.11`
|
|
591
568
|
|
|
592
569
|
### ⚠ BREAKING CHANGES
|
|
593
570
|
|
|
594
|
-
|
|
571
|
+
- remove server-side capabilities from JS client (#1282)
|
|
595
572
|
|
|
596
573
|
### Features
|
|
597
574
|
|
|
598
|
-
|
|
575
|
+
- remove server-side capabilities from JS
|
|
576
|
+
client ([#1282](https://github.com/GetStream/stream-video-js/issues/1282)) ([362b6b5](https://github.com/GetStream/stream-video-js/commit/362b6b501e6aa1864eb8486e3129a1705a4d41fb))
|
|
599
577
|
|
|
600
578
|
### [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)
|
|
601
579
|
|
|
602
580
|
### Dependency Updates
|
|
603
581
|
|
|
604
|
-
|
|
605
|
-
|
|
582
|
+
- `@stream-io/video-client` updated to version `0.6.10`
|
|
583
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.10`
|
|
584
|
+
|
|
606
585
|
### [0.5.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.10...@stream-io/video-react-sdk-0.5.11) (2024-04-05)
|
|
607
586
|
|
|
608
587
|
### Dependency Updates
|
|
609
588
|
|
|
610
|
-
|
|
611
|
-
|
|
589
|
+
- `@stream-io/video-client` updated to version `0.6.9`
|
|
590
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.9`
|
|
591
|
+
|
|
612
592
|
### [0.5.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.9...@stream-io/video-react-sdk-0.5.10) (2024-04-05)
|
|
613
593
|
|
|
614
594
|
### Dependency Updates
|
|
615
595
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
596
|
+
- `@stream-io/video-client` updated to version `0.6.8`
|
|
597
|
+
- `@stream-io/video-filters-web` updated to version `0.0.1`
|
|
598
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.8`
|
|
599
|
+
- `@stream-io/video-styling` updated to version `1.0.2`
|
|
620
600
|
|
|
621
601
|
### Features
|
|
622
602
|
|
|
623
|
-
|
|
603
|
+
- **react:** Support for Background Filters and Background
|
|
604
|
+
Blurring ([#1283](https://github.com/GetStream/stream-video-js/issues/1283)) ([f790ee7](https://github.com/GetStream/stream-video-js/commit/f790ee78c20fb0f5266e429a777d8bb7ef158c83)),
|
|
605
|
+
closes [#1271](https://github.com/GetStream/stream-video-js/issues/1271) [#1276](https://github.com/GetStream/stream-video-js/issues/1276)
|
|
624
606
|
|
|
625
607
|
### [0.5.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.8...@stream-io/video-react-sdk-0.5.9) (2024-04-02)
|
|
626
608
|
|
|
627
609
|
### Dependency Updates
|
|
628
610
|
|
|
629
|
-
|
|
630
|
-
|
|
611
|
+
- `@stream-io/video-client` updated to version `0.6.7`
|
|
612
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.7`
|
|
613
|
+
|
|
631
614
|
### [0.5.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.7...@stream-io/video-react-sdk-0.5.8) (2024-03-29)
|
|
632
615
|
|
|
633
616
|
### Dependency Updates
|
|
634
617
|
|
|
635
|
-
|
|
636
|
-
|
|
618
|
+
- `@stream-io/video-client` updated to version `0.6.6`
|
|
619
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.6`
|
|
620
|
+
|
|
637
621
|
### [0.5.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.6...@stream-io/video-react-sdk-0.5.7) (2024-03-29)
|
|
638
622
|
|
|
639
623
|
### Dependency Updates
|
|
640
624
|
|
|
641
|
-
|
|
642
|
-
|
|
625
|
+
- `@stream-io/video-client` updated to version `0.6.5`
|
|
626
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.5`
|
|
643
627
|
|
|
644
628
|
### Bug Fixes
|
|
645
629
|
|
|
646
|
-
|
|
630
|
+
- various bug fixes and
|
|
631
|
+
improvements ([#1300](https://github.com/GetStream/stream-video-js/issues/1300)) ([a6186e2](https://github.com/GetStream/stream-video-js/commit/a6186e2406fd0b3e0aaa51a4222fa2e24e9dfac3))
|
|
647
632
|
|
|
648
633
|
### [0.5.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.5...@stream-io/video-react-sdk-0.5.6) (2024-03-28)
|
|
649
634
|
|
|
650
635
|
### Dependency Updates
|
|
651
636
|
|
|
652
|
-
|
|
653
|
-
|
|
637
|
+
- `@stream-io/video-client` updated to version `0.6.4`
|
|
638
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.4`
|
|
639
|
+
|
|
654
640
|
### [0.5.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.4...@stream-io/video-react-sdk-0.5.5) (2024-03-25)
|
|
655
641
|
|
|
656
642
|
### Dependency Updates
|
|
657
643
|
|
|
658
|
-
|
|
659
|
-
|
|
644
|
+
- `@stream-io/video-client` updated to version `0.6.3`
|
|
645
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.3`
|
|
646
|
+
|
|
660
647
|
### [0.5.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.3...@stream-io/video-react-sdk-0.5.4) (2024-03-25)
|
|
661
648
|
|
|
662
649
|
### Dependency Updates
|
|
663
650
|
|
|
664
|
-
|
|
665
|
-
|
|
651
|
+
- `@stream-io/video-client` updated to version `0.6.2`
|
|
652
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.2`
|
|
653
|
+
|
|
666
654
|
### [0.5.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.2...@stream-io/video-react-sdk-0.5.3) (2024-03-15)
|
|
667
655
|
|
|
668
656
|
### Dependency Updates
|
|
669
657
|
|
|
670
|
-
|
|
658
|
+
- `@stream-io/video-styling` updated to version `1.0.1`
|
|
659
|
+
|
|
671
660
|
### [0.5.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.1...@stream-io/video-react-sdk-0.5.2) (2024-03-13)
|
|
672
661
|
|
|
673
662
|
### Dependency Updates
|
|
674
663
|
|
|
675
|
-
|
|
676
|
-
|
|
664
|
+
- `@stream-io/video-client` updated to version `0.6.1`
|
|
665
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.1`
|
|
677
666
|
|
|
678
667
|
### Features
|
|
679
668
|
|
|
680
|
-
|
|
669
|
+
- **speakers:** Participant audio output
|
|
670
|
+
levels ([#1284](https://github.com/GetStream/stream-video-js/issues/1284)) ([63b6077](https://github.com/GetStream/stream-video-js/commit/63b607709fd65019fe320e5970aab8132053995c))
|
|
681
671
|
|
|
682
672
|
### [0.5.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.5.0...@stream-io/video-react-sdk-0.5.1) (2024-02-28)
|
|
683
673
|
|
|
684
|
-
|
|
685
674
|
### Bug Fixes
|
|
686
675
|
|
|
687
|
-
|
|
676
|
+
- **react-sdk:** add default menus to ToggleAudio and ToggleVideo
|
|
677
|
+
buttons ([#1275](https://github.com/GetStream/stream-video-js/issues/1275)) ([462bd40](https://github.com/GetStream/stream-video-js/commit/462bd408bfea4edfe2062525872f06500814328d)),
|
|
678
|
+
closes [#1194](https://github.com/GetStream/stream-video-js/issues/1194)
|
|
688
679
|
|
|
689
680
|
## [0.5.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.26...@stream-io/video-react-sdk-0.5.0) (2024-02-26)
|
|
690
681
|
|
|
691
682
|
### Dependency Updates
|
|
692
683
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
684
|
+
- `@stream-io/video-client` updated to version `0.6.0`
|
|
685
|
+
- `@stream-io/video-react-bindings` updated to version `0.4.0`
|
|
686
|
+
- `@stream-io/video-styling` updated to version `0.2.0`
|
|
696
687
|
|
|
697
688
|
### ⚠ BREAKING CHANGES
|
|
698
689
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
690
|
+
- **hooks:** expose permission hooks through useCallStateHooks() (#1254)
|
|
691
|
+
- **events:** improved type narrowing on call events (#1246)
|
|
692
|
+
- **react-sdk:** Visual redesign of the SDK and Demo App (#1194)
|
|
702
693
|
|
|
703
694
|
### Features
|
|
704
695
|
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
696
|
+
- **events:** improved type narrowing on call
|
|
697
|
+
events ([#1246](https://github.com/GetStream/stream-video-js/issues/1246)) ([b5bdab1](https://github.com/GetStream/stream-video-js/commit/b5bdab1b526b451402867a849f5790f4f9a9fa1e))
|
|
698
|
+
- **hooks:** expose permission hooks through
|
|
699
|
+
useCallStateHooks() ([#1254](https://github.com/GetStream/stream-video-js/issues/1254)) ([3eaa8bd](https://github.com/GetStream/stream-video-js/commit/3eaa8bd7592920eedb434b6ec747b6d22077ed87))
|
|
700
|
+
- **react-sdk:** Visual redesign of the SDK and Demo
|
|
701
|
+
App ([#1194](https://github.com/GetStream/stream-video-js/issues/1194)) ([c1c6a7b](https://github.com/GetStream/stream-video-js/commit/c1c6a7b9bb0551442457f6d0ef5fedc92a985a3d))
|
|
709
702
|
|
|
710
703
|
### Bug Fixes
|
|
711
704
|
|
|
712
|
-
|
|
705
|
+
- **react-sdk:** consider call setting permissions in
|
|
706
|
+
CallControls ([c2ff1f9](https://github.com/GetStream/stream-video-js/commit/c2ff1f98c005ce6165743082882da6d62835ad99))
|
|
713
707
|
|
|
714
708
|
### [0.4.26](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.4.25...@stream-io/video-react-sdk-0.4.26) (2024-02-19)
|
|
715
709
|
|