cloudinary-video-player 1.9.2-edge.1 → 1.9.3
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 +43 -129
- package/dist/cld-video-player.js +489 -4027
- package/dist/cld-video-player.light.js +415 -3952
- package/dist/cld-video-player.light.min.js +1 -1
- package/dist/cld-video-player.min.js +1 -1
- package/docs/vast-vpaid.html +6 -4
- package/package.json +1 -4
- package/src/components/progress-control-events-blocker/progress-control-events-blocker.js +2 -0
- package/src/index.js +0 -1
- package/src/mixins/playlistable.js +0 -3
- package/src/plugins/cloudinary/index.js +10 -1
- package/src/plugins/vtt-thumbnails/index.js +0 -1
- package/src/utils/cloudinary.js +0 -4
- package/src/video-player.js +0 -4
- package/test/unit/cloudinaryUtils.test.js +11 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,185 +1,99 @@
|
|
|
1
|
-
1.9.
|
|
1
|
+
1.9.3 / 2022-09-13
|
|
2
2
|
==================
|
|
3
3
|
|
|
4
4
|
Changes
|
|
5
5
|
-----------
|
|
6
|
-
-
|
|
6
|
+
- Add an option to disable the poster and set a poster background color instead
|
|
7
|
+
- Post IE clean up
|
|
7
8
|
|
|
8
|
-
1.9.2
|
|
9
|
+
1.9.2 / 2022-08-29
|
|
9
10
|
==================
|
|
10
11
|
|
|
12
|
+
Changes
|
|
13
|
+
----------
|
|
14
|
+
Update Cloudinary sdk to version 1.8.6
|
|
15
|
+
|
|
11
16
|
Fixes
|
|
12
|
-
|
|
13
|
-
Fix: Playlist
|
|
17
|
+
------------
|
|
18
|
+
- Fix: Playlist clicking on Next video icon, the player skips a video
|
|
14
19
|
|
|
15
|
-
1.9.1
|
|
20
|
+
1.9.1 / 2022-04-10
|
|
16
21
|
==================
|
|
17
22
|
|
|
18
23
|
Fixes
|
|
19
24
|
------
|
|
20
25
|
Fix: ie11 support fix
|
|
21
26
|
|
|
22
|
-
1.9.0
|
|
27
|
+
1.9.0 / 2022-03-28
|
|
23
28
|
==================
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
1.9.0-edge.2 / 2022-03-23
|
|
30
|
-
==================
|
|
30
|
+
Fixes
|
|
31
|
+
----------
|
|
32
|
+
- Fix: Video player with interactionArea + Ad issue
|
|
31
33
|
|
|
32
34
|
Changes
|
|
33
35
|
----------
|
|
36
|
+
- Using new SDK , no need to get cloudinary-core-shrinkwrap script anymore
|
|
34
37
|
- Update webpack-dev-server version to 4.7.4
|
|
35
38
|
- Update webpack-bundle-analyzer to 4.5.0
|
|
36
|
-
|
|
37
|
-
1.9.0-edge.1 / 2022-03-06
|
|
38
|
-
==================
|
|
39
|
-
|
|
40
|
-
Fixes:
|
|
41
|
-
--------
|
|
42
|
-
- Fix: Video player with interactionArea + Ad issue
|
|
43
|
-
- new SDK changes bug fixes
|
|
44
|
-
|
|
45
|
-
1.9.0-edge.0 / 2022-02-23
|
|
46
|
-
==================
|
|
47
|
-
|
|
48
|
-
Changes
|
|
49
|
-
---------
|
|
50
|
-
- No need to get cloudinary-core-shrinkwrap script anymore
|
|
51
39
|
- Addin syncOffsetTime for interaction area - sync video playing time on zoom
|
|
40
|
+
- Remove the use vidoejs.log and replace it with a native console.log function
|
|
52
41
|
|
|
53
|
-
1.8.
|
|
42
|
+
1.8.0 / 2022-01-31
|
|
54
43
|
==================
|
|
55
44
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
45
|
+
Changes:
|
|
46
|
+
----------
|
|
47
|
+
Update Dash.js to version 4.2.1
|
|
48
|
+
Update Videojs to 7.17.0
|
|
60
49
|
|
|
61
50
|
Fixes
|
|
62
|
-
|
|
51
|
+
-------
|
|
63
52
|
Fix: Ad is frozen when using floatingWhenNotVisible
|
|
64
|
-
|
|
65
|
-
1.7.1-edge.2 / 2022-01-17
|
|
66
|
-
==================
|
|
67
|
-
|
|
68
|
-
Fixes
|
|
69
|
-
---------
|
|
70
53
|
Fix: Replace context-menu plugin
|
|
71
|
-
Fix: Set playsinline as default for ios devices
|
|
72
|
-
|
|
73
|
-
1.7.1-edge.1 / 2022-01-11
|
|
74
|
-
==================
|
|
75
|
-
|
|
76
|
-
Changes
|
|
77
|
-
------------
|
|
78
|
-
Update Dash.js to version 4.2.1
|
|
79
|
-
|
|
80
|
-
1.7.1-edge.0 / 2022-01-11
|
|
81
|
-
==================
|
|
82
|
-
|
|
83
|
-
Changes:
|
|
84
|
-
-----------
|
|
85
|
-
Update Videojs to 7.17.0
|
|
86
|
-
|
|
87
|
-
Fixes:
|
|
88
|
-
--------
|
|
54
|
+
Fix: Set playsinline as default for ios devices
|
|
89
55
|
Fix: Icons in playlist mode were missing
|
|
90
|
-
Fix: The hotspot is out of the frame
|
|
56
|
+
Fix: The hotspot is out of the frame in shoppable video
|
|
91
57
|
Fix: change hls to vhs in documentation code
|
|
92
58
|
|
|
93
|
-
1.7.0-edge.5 / 2021-12-21
|
|
94
|
-
==================
|
|
95
59
|
|
|
96
|
-
|
|
97
|
-
-------
|
|
98
|
-
Fix: Dash seek may pass invalid currentTime value - take 2
|
|
99
|
-
|
|
100
|
-
1.7.0-edge.4 / 2021-12-21
|
|
101
|
-
==================
|
|
102
|
-
|
|
103
|
-
Fixes
|
|
104
|
-
----------
|
|
105
|
-
Fix: Dash seek may pass invalid currentTime value.
|
|
106
|
-
|
|
107
|
-
1.7.0-edge.3 / 2021-12-20
|
|
108
|
-
==================
|
|
109
|
-
|
|
110
|
-
Fixes
|
|
111
|
-
-------------
|
|
112
|
-
Fix: support error code 3 on Safari
|
|
113
|
-
|
|
114
|
-
1.7.0-edge.1 / 2021-11-24
|
|
60
|
+
1.7.0 / 2022-01-03
|
|
115
61
|
==================
|
|
116
62
|
|
|
117
63
|
Fixes
|
|
118
|
-
|
|
64
|
+
-----------
|
|
119
65
|
Fix: Fire error event if has any HLS mediaRequestsErrored
|
|
66
|
+
Fix: Escape video tag id
|
|
67
|
+
Fix: support error code 3 on Safari
|
|
68
|
+
Fix: Dash seek may pass invalid currentTime value.
|
|
120
69
|
|
|
121
|
-
1.
|
|
70
|
+
1.5.9 / 2021-11-02
|
|
122
71
|
==================
|
|
123
72
|
|
|
124
73
|
Fixes:
|
|
125
|
-
|
|
126
|
-
Fix some documentation mistakes
|
|
127
|
-
|
|
128
|
-
1.6.4-edge.2 / 2021-10-27
|
|
129
|
-
==================
|
|
130
|
-
|
|
131
|
-
Fixes
|
|
132
|
-
---------
|
|
74
|
+
--------
|
|
133
75
|
Fix: Be able to go back if zoom into a video with an error.
|
|
76
|
+
Fix: ie11 support fix
|
|
134
77
|
|
|
135
|
-
|
|
136
|
-
==================
|
|
137
|
-
|
|
138
|
-
Changes
|
|
139
|
-
-----------
|
|
140
|
-
Rename player interactionAreas config property to interactionDisplay
|
|
141
|
-
|
|
142
|
-
1.6.4-edge.0 / 2021-10-21
|
|
143
|
-
==================
|
|
144
|
-
|
|
145
|
-
Changes
|
|
78
|
+
Changes:
|
|
146
79
|
----------
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
1.6.3-edge.4 / 2021-10-20
|
|
150
|
-
==================
|
|
151
|
-
|
|
152
|
-
Fixes
|
|
153
|
-
-------
|
|
154
|
-
change webpack build for ie11 support
|
|
155
|
-
|
|
156
|
-
1.6.3-edge.3 / 2021-10-20
|
|
157
|
-
==================
|
|
158
|
-
|
|
159
|
-
Fixes
|
|
160
|
-
--------
|
|
161
|
-
- Hide bigPlayButton and when using interaction-areas
|
|
80
|
+
Rename player interactionAreas config property to interactionDisplay
|
|
162
81
|
|
|
163
|
-
1.
|
|
82
|
+
1.5.8 / 2021-10-20
|
|
164
83
|
==================
|
|
165
84
|
|
|
166
85
|
Fixes
|
|
167
|
-
|
|
168
|
-
|
|
86
|
+
-------
|
|
87
|
+
- fix : Webpack build support ie11
|
|
88
|
+
- fix : Mark VideoJs font-family as !important
|
|
89
|
+
- fix : Hide bigPlayButton when using interaction-areas
|
|
169
90
|
|
|
170
|
-
1.
|
|
91
|
+
1.5.7 / 2021-09-30
|
|
171
92
|
==================
|
|
172
93
|
|
|
173
94
|
Fixes
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
1.6.3-edge.0 / 2021-10-06
|
|
178
|
-
==================
|
|
179
|
-
|
|
180
|
-
Fixes:
|
|
181
|
-
-------
|
|
182
|
-
Should not autoplay after interactions area layout removed if config as autoplay false
|
|
95
|
+
-------
|
|
96
|
+
Validators only display console warring, do not mark player as invalid
|
|
183
97
|
|
|
184
98
|
1.6.2-edge.13 / 2021-09-26
|
|
185
99
|
==================
|