@playkit-js/playkit-js-dual-screen 3.2.0-canary.2-0bddc2f → 3.2.0

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +203 -2
  2. package/README.md +5 -0
  3. package/cypress/e2e/dual-screen.cy.ts +464 -0
  4. package/cypress/e2e/env.ts +74 -0
  5. package/cypress/fixtures/100.jpeg +0 -0
  6. package/cypress/fixtures/640.jpeg +0 -0
  7. package/cypress/fixtures/base_entry.json +251 -0
  8. package/cypress/fixtures/cue-points-empty.json +13 -0
  9. package/cypress/fixtures/cue-points.json +34 -0
  10. package/cypress/fixtures/dual-screen-0-media.json +9 -0
  11. package/cypress/fixtures/dual-screen-1-media.json +13 -0
  12. package/cypress/fixtures/dual-screen-2-media.json +16 -0
  13. package/cypress/fixtures/thumb-asset.jpeg +0 -0
  14. package/cypress/fixtures/thumb-url.json +9 -0
  15. package/cypress/public/index.html +41 -0
  16. package/cypress/public/media/index.m3u8 +25 -0
  17. package/cypress/public/media/index_1.m3u8 +25 -0
  18. package/cypress/public/media/seg-1-a1.ts +0 -0
  19. package/cypress/public/media/seg-1-v1-a1.ts +0 -0
  20. package/cypress/public/media/seg-2-a1.ts +0 -0
  21. package/cypress/public/media/seg-2-v1-a1.ts +0 -0
  22. package/cypress/public/media/seg-3-a1.ts +0 -0
  23. package/cypress/public/media/seg-3-v1-a1.ts +0 -0
  24. package/cypress/public/media/seg-4-a1.ts +0 -0
  25. package/cypress/public/media/seg-4-v1-a1.ts +0 -0
  26. package/cypress/public/media/seg-5-a1.ts +0 -0
  27. package/cypress/public/media/seg-5-v1-a1.ts +0 -0
  28. package/cypress/public/media/seg-6-a1.ts +0 -0
  29. package/cypress/public/media/seg-6-v1-a1.ts +0 -0
  30. package/cypress/public/media/seg-7-a1.ts +0 -0
  31. package/cypress/public/media/seg-7-v1-a1.ts +0 -0
  32. package/cypress/public/media/seg-8-a1.ts +0 -0
  33. package/cypress/public/media/seg-8-v1-a1.ts +0 -0
  34. package/cypress/public/media/seg-9-a1.ts +0 -0
  35. package/cypress/public/media/seg-9-v1-a1.ts +0 -0
  36. package/cypress/public/ui-conf.js +95 -0
  37. package/cypress.config.ts +10 -0
  38. package/dist/playkit-dual-screen.js +2 -6
  39. package/dist/playkit-dual-screen.js.LICENSE.txt +5 -0
  40. package/dist/playkit-dual-screen.js.map +1 -1
  41. package/package.json +30 -45
  42. package/translations/ca_es.i18n.json +16 -0
  43. package/tsconfig.json +5 -4
package/CHANGELOG.md CHANGED
@@ -2,7 +2,207 @@
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)
5
+ ## 3.2.0 (2025-03-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * **FEC-14380:** update package.json ([#172](https://github.com/kaltura/playkit-js-dual-screen/issues/172)) ([396c667](https://github.com/kaltura/playkit-js-dual-screen/commit/396c667))
11
+
12
+
13
+
14
+ ### 3.1.42 (2025-01-23)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **FEC-14011:** Slide and CTA Analytics ([#167](https://github.com/kaltura/playkit-js-dual-screen/issues/167)) ([ac08f3f](https://github.com/kaltura/playkit-js-dual-screen/commit/ac08f3f))
20
+
21
+
22
+
23
+ ### 3.1.41 (2025-01-09)
24
+
25
+
26
+
27
+ ### 3.1.40 (2024-12-19)
28
+
29
+
30
+
31
+ ### 3.1.39 (2024-11-14)
32
+
33
+
34
+
35
+ ### 3.1.38 (2024-10-13)
36
+
37
+
38
+
39
+ ### 3.1.37 (2024-10-13)
40
+
41
+
42
+
43
+ ### 3.1.36 (2024-09-19)
44
+
45
+
46
+
47
+ ### 3.1.35 (2024-09-19)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * **FEC-14080:** Accessibility fix for the top bar and the bottom bar ([cb40886](https://github.com/kaltura/playkit-js-dual-screen/commit/cb40886))
53
+
54
+
55
+
56
+ ### 3.1.34 (2024-09-08)
57
+
58
+
59
+
60
+ ### 3.1.33 (2024-09-05)
61
+
62
+
63
+
64
+ ### 3.1.32 (2024-09-05)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * **FEC-14080:** Accessibility fix for the top bar and the bottom bar ([ea4e2d6](https://github.com/kaltura/playkit-js-dual-screen/commit/ea4e2d6))
70
+
71
+
72
+
73
+ ### 3.1.31 (2024-08-22)
74
+
75
+
76
+
77
+ ### 3.1.30 (2024-08-03)
78
+
79
+
80
+
81
+ ### 3.1.29 (2024-05-05)
82
+
83
+
84
+
85
+ ### 3.1.28 (2024-05-02)
86
+
87
+
88
+
89
+ ### 3.1.27 (2024-04-10)
90
+
91
+
92
+
93
+ ### 3.1.26 (2024-04-09)
94
+
95
+
96
+
97
+ ### 3.1.25 (2024-03-31)
98
+
99
+
100
+
101
+ ### 3.1.24 (2024-03-31)
102
+
103
+
104
+
105
+ ### 3.1.23 (2024-03-31)
106
+
107
+
108
+
109
+ ### 3.1.22 (2024-02-25)
110
+
111
+
112
+
113
+ ### 3.1.21 (2024-02-25)
114
+
115
+
116
+
117
+ ### 3.1.20 (2024-01-18)
118
+
119
+
120
+ ### Bug Fixes
121
+
122
+ * **FEC-13591:** disable FF native PiP for dualscreen player ([#128](https://github.com/kaltura/playkit-js-dual-screen/issues/128)) ([d1a041d](https://github.com/kaltura/playkit-js-dual-screen/commit/d1a041d))
123
+
124
+
125
+
126
+ ### 3.1.19 (2024-01-07)
127
+
128
+
129
+
130
+ ### 3.1.18 (2024-01-07)
131
+
132
+
133
+
134
+ ### 3.1.17 (2023-12-24)
135
+
136
+
137
+
138
+ ### 3.1.16 (2023-12-07)
139
+
140
+
141
+
142
+ ### 3.1.15 (2023-11-28)
143
+
144
+
145
+
146
+ ### 3.1.14 (2023-11-12)
147
+
148
+
149
+
150
+ ### 3.1.13 (2023-11-12)
151
+
152
+
153
+ ### Bug Fixes
154
+
155
+ * **FEC-13421:** Future slides thumbnail are not shown on timline when hovering on timeline ([#121](https://github.com/kaltura/playkit-js-dual-screen/issues/121)) ([ed0fafb](https://github.com/kaltura/playkit-js-dual-screen/commit/ed0fafb))
156
+
157
+
158
+
159
+ ### 3.1.12 (2023-10-16)
160
+
161
+
162
+
163
+ ### 3.1.11 (2023-08-21)
164
+
165
+
166
+
167
+ ### 3.1.10 (2023-07-26)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * **FEC-13265:** upd dependency script ([#116](https://github.com/kaltura/playkit-js-dual-screen/issues/116)) ([92465f2](https://github.com/kaltura/playkit-js-dual-screen/commit/92465f2))
173
+
174
+
175
+
176
+ ### 3.1.9 (2023-07-05)
177
+
178
+
179
+ ### Bug Fixes
180
+
181
+ * **FEC-13260:** player pauses if video el absent ([#115](https://github.com/kaltura/playkit-js-dual-screen/issues/115)) ([f780a66](https://github.com/kaltura/playkit-js-dual-screen/commit/f780a66))
182
+
183
+
184
+
185
+ ### 3.1.8 (2023-07-03)
186
+
187
+
188
+ ### Bug Fixes
189
+
190
+ * **FEC-13257:** invalid icon in sbs mode ([#113](https://github.com/kaltura/playkit-js-dual-screen/issues/113)) ([1c3580e](https://github.com/kaltura/playkit-js-dual-screen/commit/1c3580e))
191
+
192
+
193
+
194
+ ### 3.1.7 (2023-06-27)
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * **FEC-13224:** fix race condition for image player ([#111](https://github.com/kaltura/playkit-js-dual-screen/issues/111)) ([c6ccb69](https://github.com/kaltura/playkit-js-dual-screen/commit/c6ccb69))
200
+
201
+
202
+
203
+ ### 3.1.6 (2023-06-07)
204
+
205
+ ### [3.1.5](https://github.com/kaltura/playkit-js-dual-screen/compare/v3.1.4...v3.1.5) (2023-05-15)
6
206
 
7
207
 
8
208
  ### Features
@@ -13,6 +213,7 @@ All notable changes to this project will be documented in this file. See [standa
13
213
  ### Bug Fixes
14
214
 
15
215
  * **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))
216
+ * **FEC-13145:** upgrade dependancies for common and ui-managers etc ([#105](https://github.com/kaltura/playkit-js-dual-screen/issues/105)) ([780c36d](https://github.com/kaltura/playkit-js-dual-screen/commit/780c36d85555ae24143b76283af55ca6656d7596))
16
217
 
17
218
  ### [3.1.4](https://github.com/kaltura/playkit-js-dual-screen/compare/v3.1.3...v3.1.4) (2023-04-19)
18
219
 
@@ -151,7 +352,7 @@ All notable changes to this project will be documented in this file. See [standa
151
352
 
152
353
  * **FEV-1103:** incorrect live indicator color (state) appear when changing states between DVR to live ([#43](https://github.com/kaltura/playkit-js-dual-screen/issues/43)) ([b020a2b](https://github.com/kaltura/playkit-js-dual-screen/commit/b020a2b8cb8480bd12073cd1dd54534b207191fc))
153
354
  * **FEV-1120:** parent and child screens cannot be switched on SBS layout ([#45](https://github.com/kaltura/playkit-js-dual-screen/issues/45)) ([a7c1f95](https://github.com/kaltura/playkit-js-dual-screen/commit/a7c1f95907784881770f8bc3620400470e1e3815))
154
- * **FEV-1127:** slide appear in child container when changing slides in webcast application while producer set "hide slides" mode ([#44](https://github.com/kaltura/playkit-js-dual-screen/issues/44)) ([914225e](https://github.com/kaltura/playkit-js-dual-screen/commit/914225ebcfc18a4c3e97ef9b29e98ae342002bdd))
355
+ * **FEV-1127:** slide appear in child container when changing slides in webcast application while producer set "hide slides" mode ([#44](https://github.com/kaltura/playkit-js-dual-screen/issues/44)) ([914225e](https://github.com/kaltura/playkit-js-dual-screen/commit/914225ebcfc18a4c3e97ef9b29e98ae3.2.02bdd))
155
356
  * **FEV-1130:** Captions disappear when child video is in hidden mode ([#46](https://github.com/kaltura/playkit-js-dual-screen/issues/46)) ([3108788](https://github.com/kaltura/playkit-js-dual-screen/commit/31087880e4cc8265e435610976126cde763e548a))
156
357
 
157
358
  ### [1.7.4](https://github.com/kaltura/playkit-js-dual-screen/compare/v1.7.3...v1.7.4) (2021-11-04)
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # PlayKit JS Dual Screen - Dual Screen plugin for the [PlayKit JS Player]
2
2
 
3
+ [![Build Status](https://github.com/kaltura/playkit-js-dual-screen/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-dual-screen/actions/workflows/run_canary_full_flow.yaml)
4
+ [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
5
+ [![](https://img.shields.io/npm/v/@playkit-js/playkit-js-dual-screen/latest.svg)](https://www.npmjs.com/package/@playkit-js/playkit-js-dual-screen)
6
+ [![](https://img.shields.io/npm/v/@playkit-js/playkit-js-dual-screen/canary.svg)](https://www.npmjs.com/package/@playkit-js/playkit-js-dual-screen/v/canary)
7
+
3
8
  PlayKit JS Dual Screen is written in [ECMAScript6], statically analysed using [Typescript] and transpiled in ECMAScript5 using [Babel].
4
9
 
5
10
  [typescript]: https://www.typescriptlang.org/