@playkit-js/playkit-js-dual-screen 3.2.7 → 3.2.8

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,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 3.2.8 (2025-09-11)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **SUP-45260:** University of California - Berkeley | v7 player issues when using picture-in-picture ([#181](https://github.com/kaltura/playkit-js-dual-screen/issues/181)) ([7333f2a](https://github.com/kaltura/playkit-js-dual-screen/commit/7333f2a))
11
+
12
+
13
+
5
14
  ### 3.2.7 (2025-07-17)
6
15
 
7
16
 
@@ -326,7 +335,7 @@ All notable changes to this project will be documented in this file. See [standa
326
335
  * **FEV-1158:** show/hide buttons focus issue fixed when narrator is turned on ([#77](https://github.com/kaltura/playkit-js-dual-screen/issues/77)) ([a8d437f](https://github.com/kaltura/playkit-js-dual-screen/commit/a8d437fec6e4e40b4412a66175df6e6caacb855b))
327
336
  * **FEV-1296:** fixed issue with dual screen plugin overlap ([#60](https://github.com/kaltura/playkit-js-dual-screen/issues/60)) ([dda6578](https://github.com/kaltura/playkit-js-dual-screen/commit/dda6578a48a1873f9b132921c227cb830474bda7))
328
337
  * **FEV-1322:** slides that were broadcasted prior to the archive will appear in the navigation ([#70](https://github.com/kaltura/playkit-js-dual-screen/issues/70)) ([65bae58](https://github.com/kaltura/playkit-js-dual-screen/commit/65bae588102ad7ad708ed2fbc2bf7b8a7a134824))
329
- * **FEV-1327:** handle slide only on entire screen layout change ([62d035b](https://github.com/kaltura/playkit-js-dual-screen/commit/62d035b50b08cf5b59f905d36288c6970b552b9b))
338
+ * **FEV-1327:** handle slide only on entire screen layout change ([62d035b](https://github.com/kaltura/playkit-js-dual-screen/commit/62d035b50b08cf5b59f905d3.2.8c6970b552b9b))
330
339
  * **FEV-1329:** add live type of media to getSecondaryMedia API call ([24268a4](https://github.com/kaltura/playkit-js-dual-screen/commit/24268a46d943f6c09dcd0cb79d1c227a83a867a4))
331
340
  * **FEV-1387:** prevent apply SbS buttons over side-panels ([#75](https://github.com/kaltura/playkit-js-dual-screen/issues/75)) ([f22398f](https://github.com/kaltura/playkit-js-dual-screen/commit/f22398ffa3029530e30d8971830846750d69538a))
332
341
  * **FEV-1418:** add plugin dependencies ([dc77335](https://github.com/kaltura/playkit-js-dual-screen/commit/dc7733522ff2ffe0d24f93e588da5f2476cacf67))
@@ -370,7 +370,7 @@ describe('Dual-Screen plugin', () => {
370
370
  loadPlayer({}, {autoplay: false}).then(kalturaPlayer => {
371
371
  const dualScreenService = kalturaPlayer.getService('dualScreen');
372
372
  expect(dualScreenService).not.undefined;
373
- expect(dualScreenService).has.keys(['getDualScreenThumbs', 'getDualScreenPlayers', 'ready']);
373
+ expect(dualScreenService).has.keys(['getDualScreenThumbs', 'getDualScreenPlayers','getActivePlayer', 'getPipPlayer', 'ready']);
374
374
  });
375
375
  });
376
376
  it('should return thumbs for 2 active media', () => {