@stream-io/video-react-bindings 1.18.0 → 1.18.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 +9 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,19 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.18.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-1.18.0...@stream-io/video-react-bindings-1.18.1) (2026-07-02)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/typescript-config` updated to version `0.1.0`
|
|
10
|
+
- `@stream-io/video-client` updated to version `1.55.1`
|
|
11
|
+
- **client:** propagate underlying WS connection error through connect timeout ([#2307](https://github.com/GetStream/stream-video-js/issues/2307)) ([30b332c](https://github.com/GetStream/stream-video-js/commit/30b332cd2dc5542305f8722db9a8d55ba139af9a))
|
|
12
|
+
- renegotiate unacknowledged publisher transceivers on republish ([#2309](https://github.com/GetStream/stream-video-js/issues/2309)) ([049f06b](https://github.com/GetStream/stream-video-js/commit/049f06b30ec7f420e0eab0e298545c5d2d3bcc67))
|
|
13
|
+
|
|
5
14
|
## [1.18.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-1.17.0...@stream-io/video-react-bindings-1.18.0) (2026-06-26)
|
|
6
15
|
|
|
7
16
|
### Dependency Updates
|
|
8
17
|
|
|
9
18
|
- `@stream-io/typescript-config` updated to version `0.1.0`
|
|
10
19
|
- `@stream-io/video-client` updated to version `1.55.0`
|
|
11
|
-
- **Features**
|
|
12
|
-
- pre-call testing ([#2235](https://github.com/GetStream/stream-video-js/issues/2235)) ([87cfaa4](https://github.com/GetStream/stream-video-js/commit/87cfaa456e2ed7d1a0b5034a95d0f09f01903d2e))
|
|
13
|
-
- **Bug Fixes**
|
|
14
|
-
- **client:** don't tear down the SFU socket on a network blip during an in-flight reconnect ([#2300](https://github.com/GetStream/stream-video-js/issues/2300)) ([df729c0](https://github.com/GetStream/stream-video-js/commit/df729c01d9eaf9a7229d618b51381f6c6cfeb8ca))
|
|
15
|
-
- **client:** harden SFU reconnection and ICE-restart recovery ([#2285](https://github.com/GetStream/stream-video-js/issues/2285)) ([06e5f58](https://github.com/GetStream/stream-video-js/commit/06e5f5800498e14e47dc1cb8e46449c86d4a4387))
|
|
16
|
-
- **client:** omit client telemetry events for unregistered calls ([#2301](https://github.com/GetStream/stream-video-js/issues/2301)) ([86fc21a](https://github.com/GetStream/stream-video-js/commit/86fc21a82afb2db49ef4fc1562a5b5d456d85f27))
|
|
17
|
-
- **client:** reliably deliver delta-compressed WebRTC stats ([#2304](https://github.com/GetStream/stream-video-js/issues/2304)) ([c5803fc](https://github.com/GetStream/stream-video-js/commit/c5803fc777a241d25c975e316140700c773bc840))
|
|
18
20
|
|
|
19
21
|
### Features
|
|
20
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-react-bindings",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"CHANGELOG.md"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stream-io/video-client": "1.55.
|
|
29
|
+
"@stream-io/video-client": "1.55.1",
|
|
30
30
|
"i18next": "^25.10.10",
|
|
31
31
|
"rxjs": "~7.8.2"
|
|
32
32
|
},
|