@playkit-js/playkit-js-dual-screen 3.1.4 → 3.2.0-canary.2-0bddc2f
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 +12 -0
- package/README.md +11 -0
- package/dist/playkit-dual-screen.js +6 -1
- package/dist/playkit-dual-screen.js.map +1 -1
- package/package.json +2 -2
- package/translations/en.i18n.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.0-canary.2-0bddc2f](https://github.com/kaltura/playkit-js-dual-screen/compare/v3.1.4...v3.2.0-canary.2-0bddc2f) (2023-05-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **FEC-12946:** multiscreen ([#103](https://github.com/kaltura/playkit-js-dual-screen/issues/103)) ([5d973b8](https://github.com/kaltura/playkit-js-dual-screen/commit/5d973b8632ac6136335418abcbc61f06863dc3a7))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **FEC-13121:** add configuration that allow control if settings component should be removed from player ([#104](https://github.com/kaltura/playkit-js-dual-screen/issues/104)) ([0bddc2f](https://github.com/kaltura/playkit-js-dual-screen/commit/0bddc2f66c0e6a88a10f9e0e1253ff6c07195780))
|
|
16
|
+
|
|
5
17
|
### [3.1.4](https://github.com/kaltura/playkit-js-dual-screen/compare/v3.1.3...v3.1.4) (2023-04-19)
|
|
6
18
|
|
|
7
19
|
|
package/README.md
CHANGED
|
@@ -177,6 +177,17 @@ Defines the configuration of the dual screen. Except `childSizePercentage`, the
|
|
|
177
177
|
>
|
|
178
178
|
> ##### Description: set aspect ration for PIP container
|
|
179
179
|
|
|
180
|
+
##
|
|
181
|
+
|
|
182
|
+
> ### config.removePlayerSettings
|
|
183
|
+
>
|
|
184
|
+
> ##### Type: `boolean`
|
|
185
|
+
>
|
|
186
|
+
> ##### Default: `false`
|
|
187
|
+
>
|
|
188
|
+
> ##### Description: removes media settings from player if dual-screen layout active
|
|
189
|
+
|
|
190
|
+
|
|
180
191
|
<a name="dependencies"></a>
|
|
181
192
|
|
|
182
193
|
## Dependencies
|