eb-player 1.52.53 → 1.53.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eb-player",
3
- "version": "1.52.53",
3
+ "version": "1.53.0",
4
4
  "scripts": {
5
5
  "build": "webpack --config-name component",
6
6
  "generate": "webpack --config-name generate",
@@ -11,21 +11,21 @@
11
11
  "@babel/eslint-parser": "^7.24.8",
12
12
  "@babel/plugin-transform-runtime": "^7.24.7",
13
13
  "@babel/preset-env": "^7.24.8",
14
- "@babel/runtime": "^7.14.6",
15
- "@mdi/font": "^3.5.95",
16
- "babel-loader": "^8.0.6",
17
- "clean-webpack-plugin": "^3.0.0",
14
+ "@babel/runtime": "^7.24.9",
15
+ "@mdi/font": "^7.3.0",
16
+ "babel-loader": "^9.1.3",
17
+ "clean-webpack-plugin": "^4.0.0",
18
18
  "core-js": "^3.37.1",
19
- "css-loader": "^3.2.0",
19
+ "css-loader": "^3.6.0",
20
20
  "dashjs": "^3.2.2",
21
- "eslint": "^8.56.0",
22
- "eslint-config-airbnb-base": "15.0.0",
23
- "eslint-plugin-html": "^6.0.0",
21
+ "eslint": "^8.57.0",
22
+ "eslint-config-airbnb-base": "^15.0.0",
23
+ "eslint-plugin-html": "^7.1.0",
24
24
  "eslint-plugin-import": "^2.29.1",
25
25
  "eslint-plugin-vue": "^9.22.0",
26
26
  "find-root": "^1.1.0",
27
- "format-duration": "^1.4.0",
28
- "fs-extra": "^9.1.0",
27
+ "format-duration": "^3.0.2",
28
+ "fs-extra": "^11.2.0",
29
29
  "hls.js": "1.4.14",
30
30
  "html-webpack-plugin": "^5.6.0",
31
31
  "ignore-loader": "^0.1.2",
@@ -36,24 +36,23 @@
36
36
  "lodash.assign": "^4.2.0",
37
37
  "lodash.clonedeep": "^4.5.0",
38
38
  "lodash.defaults": "^4.2.0",
39
- "node-sass": "^4.11.0",
40
39
  "raw-loader": "^4.0.2",
41
- "sass": "^1.23.3",
42
- "screenfull": "^5.1.0",
40
+ "sass": "^1.83.4",
41
+ "screenfull": "^6.0.2",
43
42
  "style-loader": "^1.0.0",
44
43
  "subtitles-parser-vtt": "^0.1.0",
45
44
  "terser-webpack-plugin": "^5.3.10",
46
- "url-loader": "^3.0.0",
47
- "uuid": "^8.3.2",
48
- "vue": "2.6.11",
45
+ "url-loader": "^4.1.1",
46
+ "uuid": "^9.0.1",
47
+ "vue": "^2.7.16",
49
48
  "vue-loader": "^15.11.1",
50
- "vue-material-design-icons": "^3.1.0",
51
- "vue-svg-loader": "^0.15.0",
52
- "vue-template-compiler": "2.6.11",
49
+ "vue-material-design-icons": "^4.0.0",
50
+ "vue-svg-loader": "^0.16.0",
51
+ "vue-template-compiler": "^2.7.16",
53
52
  "webpack": "^5.93.0",
54
- "webpack-bundle-analyzer": "^3.9.0",
53
+ "webpack-bundle-analyzer": "^4.10.1",
55
54
  "webpack-cli": "^5.1.4",
56
- "webpack-dev-server": "4.15.2"
55
+ "webpack-dev-server": "^4.15.2"
57
56
  },
58
57
  "files": [
59
58
  "dist"
@@ -61,11 +60,11 @@
61
60
  "main": "./dist/ebplayer.bundle.js",
62
61
  "dependencies": {
63
62
  "can-autoplay": "^3.0.2",
64
- "dotenv": "^8.6.0",
63
+ "dotenv": "^16.4.5",
65
64
  "hooper": "^0.3.4",
66
- "just-pick": "^2.2.1",
67
- "mathjs": "^9.5.2",
68
- "sass-loader": "7.3.1",
65
+ "just-pick": "^3.0.0",
66
+ "mathjs": "^12.4.0",
67
+ "sass-loader": "10.5.2",
69
68
  "scriptjs": "^2.5.9",
70
69
  "string-replace-loader": "^3.1.0",
71
70
  "whatwg-fetch": "^3.6.20"
package/CHANGELOG.md DELETED
@@ -1,198 +0,0 @@
1
- # EasyBroadcast player
2
-
3
- ## 1.52.53
4
-
5
- - fix Cannot read properties of undefined (reading 'play')
6
- - fix Cannot read properties of undefined (reading 'addEventListener')
7
-
8
- ## 1.52.52
9
-
10
- - fix poster overlay with autoplay false and ad link
11
- - fix resume video when ads can't be played because of an error
12
-
13
- ## 1.52.51
14
-
15
- - Add custom poster overlay and video play functionality (default skin)
16
-
17
- ## 1.52.50
18
-
19
- - fix resume video after post-roll ads (the video is ended, no need to resume it)
20
-
21
- ## 1.52.49
22
-
23
- - fix Cannot read properties of undefined (reading 'play')
24
- - fix play video after ads (pre-roll, mid-roll, post-roll)
25
-
26
- ## 1.52.48
27
-
28
- - fix Cannot read properties of undefined (reading 'addEventListener')
29
- - fix Cannot read properties of undefined (reading 'textTracks')
30
-
31
- ## 1.52.47
32
-
33
- - Updated CastJS to 5.3.0
34
- - Fixes Player play async issue (See Sentry: <https://sentry.internal.easybroadcast.fr/organizations/easybroadcast/issues/1131/events>)
35
- - Fixes HLS not loaded (see Sentry <https://sentry.internal.easybroadcast.fr/organizations/easybroadcast/issues/4388/?project=9&query=issupported&referrer=issue-stream&stream_index=0>)
36
-
37
- ## 1.52.46
38
-
39
- - add progress thumb (circle on progress bar) for default skin
40
- - add props to show/hide progress thumb
41
-
42
- ## 1.52.45
43
-
44
- - fix loader of HLS with token management
45
-
46
- ## 1.52.44
47
-
48
- - fix preprol with token management
49
-
50
- ## 1.52.43
51
-
52
- - Token management
53
-
54
- ## 1.52.42
55
-
56
- - add EPG support for default skin
57
- - fix condition in handler for geoblocking error on hls
58
-
59
- ## 1.52.41
60
-
61
- - add handler for geoblocking error on hls
62
-
63
- ## 1.52.40
64
-
65
- - fix canAutoPlay for video
66
-
67
- ## 1.52.39
68
-
69
- - fix forceAutoplayAudio in config
70
-
71
- ## 1.52.38
72
-
73
- - add new prop forceAutoplayAudio
74
-
75
- ## 1.52.37
76
-
77
- - build default + forja skin for publish steps
78
-
79
- ## 1.52.36
80
-
81
- - Add CLICK event on adsManager
82
-
83
- ## 1.52.35
84
-
85
- - Add support for custom share display on forja skin and default skin
86
-
87
- ## 1.52.34
88
-
89
- - Upgrad Webpack to v5
90
-
91
- ## 1.52.33
92
-
93
- - Fix loading display in default and forja skins
94
-
95
- ## 1.52.32
96
-
97
- - Add loader on default & forja skins when there is a bad network connection
98
- - Add support for hotkeys (m to mute/unmute, arrow left to rewind, arrow right to forward)
99
-
100
- ## 1.52.30
101
-
102
- - Add support for custom player color for live button on default skin
103
-
104
- ## 1.52.29
105
-
106
- - Add support for custom player colors (progressBar, volumeBar & general for default) on default skin to replace the skinColor property
107
-
108
- ## 1.52.28
109
-
110
- - Fix left slot naming on default skin
111
-
112
- ## 1.52.27
113
-
114
- - Add showPlaylist condition to hideInterface timeout logic
115
-
116
- ## 1.52.26
117
-
118
- - Upgraded HLS to v1.4.14
119
-
120
- ## 1.52.23
121
-
122
- - rolledback EbLib default activation
123
-
124
- ## 1.52.22
125
-
126
- - Added whatsapp, telegram and x-twitter icons on forja skin share modal
127
-
128
- ## 1.52.21
129
-
130
- - Activate EbLib
131
-
132
- ## 1.52.20
133
-
134
- - Modify sound icon position on forja skin preroll
135
-
136
- ## 1.52.19
137
-
138
- - Removed legacy iOS libs that prevented autoplay to work properly on Safari
139
-
140
- ## 1.52.18
141
-
142
- - Improved robustness within video event listeners
143
-
144
- ## 1.52.17
145
-
146
- - Improved video transition robustness (failsafe video engine close operation)
147
- - Fixes prerollEnd event call
148
-
149
- ## 1.52.16
150
-
151
- - Major performance improvement: disabled custom ABR - useless for Forja VOD
152
-
153
- ## 1.52.15
154
-
155
- - Upgraded HLS to v1.4.0
156
- - Fixes SVG width/height
157
- - Fixes player open/close sequence
158
-
159
- ## 1.52.13
160
-
161
- - build skins (default and forja)
162
-
163
- ## 1.52.12
164
-
165
- - display condition for audios and subtitles that is display list of audios or subtitles if we have more than one items for each list
166
-
167
- ## 1.52.11
168
-
169
- - Added token params in props
170
- - Fixed hlsjs and dashjs default cdn
171
-
172
- ## 1.52.10
173
-
174
- - Fix hls error handling
175
- - Upgrade hls to v1.3.4
176
-
177
- ## 1.52.9
178
-
179
- - Added support for custom player color
180
- - Fixes preroll used along with ads
181
-
182
- ## 1.52.8
183
-
184
- - Fixes invalid stats call
185
-
186
- ## 1.52.7
187
-
188
- - Added Arabic + French support
189
- - Fixed null pointer exceptions
190
-
191
- ## 1.52.6
192
-
193
- - Updated HLS library
194
- - Fixed null pointer exception
195
-
196
- ## 1.52.5
197
-
198
- - Added chapters + skippable chapters support