@playkit-js/playkit-js-dual-screen 3.2.128 → 3.2.130

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,14 @@
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.130 (2026-08-28)
6
+
7
+
8
+
9
+ ### [3.2.129](https://github.com/kaltura/playkit-js-dual-screen/compare/v3.2.128...v3.2.129) (2026-08-04)
10
+
11
+
12
+
5
13
  ### 3.2.128 (2026-07-30)
6
14
 
7
15
 
package/README.md CHANGED
@@ -128,7 +128,8 @@ Defines the configuration of the dual screen. Except `childSizePercentage`, the
128
128
  childAspectRatio?: { // optional
129
129
  width: number,
130
130
  height: number
131
- }
131
+ },
132
+ plugins: {...} // optional
132
133
  }
133
134
  ```
134
135