@stream-io/video-client 0.3.30 → 0.3.31

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.3.31](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.30...@stream-io/video-client-0.3.31) (2023-10-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * sorting in paginated grid ([#1129](https://github.com/GetStream/stream-video-js/issues/1129)) ([d5b280a](https://github.com/GetStream/stream-video-js/commit/d5b280aadeaa4c718d0158561197c7045620ae0f))
11
+
5
12
  ### [0.3.30](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.29...@stream-io/video-client-0.3.30) (2023-10-06)
6
13
 
7
14
 
@@ -7982,7 +7982,7 @@ const speakerLayoutSortPreset = combineComparators(pinned, screenSharing, domina
7982
7982
  * The sorting preset for layouts that don't render all participants but
7983
7983
  * instead, render them in pages.
7984
7984
  */
7985
- const paginatedLayoutSortPreset = combineComparators(pinned, screenSharing, dominantSpeaker, ifInvisibleOrUnknownBy(speaking), ifInvisibleOrUnknownBy(reactionType('raised-hand')), ifInvisibleOrUnknownBy(publishingVideo), ifInvisibleOrUnknownBy(publishingAudio));
7985
+ const paginatedLayoutSortPreset = combineComparators(pinned, ifInvisibleOrUnknownBy(dominantSpeaker), ifInvisibleOrUnknownBy(speaking), ifInvisibleOrUnknownBy(reactionType('raised-hand')), ifInvisibleOrUnknownBy(publishingVideo), ifInvisibleOrUnknownBy(publishingAudio));
7986
7986
  /**
7987
7987
  * The sorting preset for livestreams and audio rooms.
7988
7988
  */
@@ -13482,7 +13482,7 @@ class WSConnectionFallback {
13482
13482
  }
13483
13483
  }
13484
13484
 
13485
- const version = '0.3.30';
13485
+ const version = '0.3.31';
13486
13486
 
13487
13487
  const logger = getLogger(['location']);
13488
13488
  const HINT_URL = `https://hint.stream-io-video.com/`;