@gcorevideo/player 2.28.3 → 2.28.6

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 (52) hide show
  1. package/dist/core.js +1 -1
  2. package/dist/index.css +507 -507
  3. package/dist/index.js +1 -1
  4. package/package.json +2 -2
  5. package/tsconfig.tsbuildinfo +1 -1
  6. package/coverage/clover.xml +0 -6
  7. package/coverage/coverage-final.json +0 -1
  8. package/coverage/lcov-report/base.css +0 -224
  9. package/coverage/lcov-report/block-navigation.js +0 -87
  10. package/coverage/lcov-report/favicon.png +0 -0
  11. package/coverage/lcov-report/index.html +0 -101
  12. package/coverage/lcov-report/prettify.css +0 -1
  13. package/coverage/lcov-report/prettify.js +0 -2
  14. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  15. package/coverage/lcov-report/sorter.js +0 -196
  16. package/coverage/lcov.info +0 -0
  17. package/dist/player.d.ts +0 -3369
  18. package/lib/playback/utils.d.ts +0 -2
  19. package/lib/playback/utils.d.ts.map +0 -1
  20. package/lib/playback/utils.js +0 -1
  21. package/lib/plugins/audio-selector/AudioSelector.d.ts +0 -67
  22. package/lib/plugins/audio-selector/AudioSelector.d.ts.map +0 -1
  23. package/lib/plugins/audio-selector/AudioSelector.js +0 -172
  24. package/lib/plugins/build.d.ts +0 -2
  25. package/lib/plugins/build.d.ts.map +0 -1
  26. package/lib/plugins/build.js +0 -1
  27. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts +0 -83
  28. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.d.ts.map +0 -1
  29. package/lib/plugins/clappr-nerd-stats/ClapprNerdStats.js +0 -339
  30. package/lib/plugins/disable-controls/DisableControls.d.ts +0 -15
  31. package/lib/plugins/disable-controls/DisableControls.d.ts.map +0 -1
  32. package/lib/plugins/disable-controls/DisableControls.js +0 -67
  33. package/lib/plugins/index.d.ts +0 -35
  34. package/lib/plugins/index.d.ts.map +0 -1
  35. package/lib/plugins/index.js +0 -37
  36. package/lib/plugins/level-selector/LevelSelector.d.ts +0 -112
  37. package/lib/plugins/level-selector/LevelSelector.d.ts.map +0 -1
  38. package/lib/plugins/level-selector/LevelSelector.js +0 -280
  39. package/lib/plugins/statistics/Statistics.d.ts +0 -87
  40. package/lib/plugins/statistics/Statistics.d.ts.map +0 -1
  41. package/lib/plugins/statistics/Statistics.js +0 -172
  42. package/lib/plugins/subtitles/Subtitles.d.ts +0 -115
  43. package/lib/plugins/subtitles/Subtitles.d.ts.map +0 -1
  44. package/lib/plugins/subtitles/Subtitles.js +0 -345
  45. package/lib/tsdoc-metadata.json +0 -11
  46. package/lib/utils/fullscreen.d.ts +0 -3
  47. package/lib/utils/fullscreen.d.ts.map +0 -1
  48. package/lib/utils/fullscreen.js +0 -2
  49. package/release.txt +0 -395
  50. package/release_notes +0 -297
  51. package/src/plugins/telemetry/Statistics copy.js +0 -296
  52. package/temp/player.api.json +0 -10275
package/release.txt DELETED
@@ -1,395 +0,0 @@
1
- Fix publishing pipeline
2
-
3
- First public release
4
-
5
- Publish media controls
6
-
7
- Fix some code style
8
-
9
- Refactor closed captions plugin
10
-
11
- Fix audio tracks and picture-in-picture alignment
12
-
13
- Fix media control items positioning
14
-
15
- Fix media control dashboard items positioning
16
-
17
- Media controls positioning
18
-
19
- Refactor media control layout API
20
-
21
- Fix broken dvr-controls stylesheet
22
-
23
- Fix DVR controls
24
-
25
- Test unsigned commit
26
-
27
- Bump oxlint from 0.16.6 to 0.16.7
28
-
29
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.6 to 0.16.7.
30
- - [Release notes](https://github.com/oxc-project/oxc/releases)
31
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
32
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.16.7/npm/oxlint)
33
-
34
- ---
35
- updated-dependencies:
36
- - dependency-name: oxlint
37
- dependency-version: 0.16.7
38
- dependency-type: direct:development
39
- update-type: version-update:semver-patch
40
- ...
41
-
42
- Signed-off-by: dependabot[bot] <support@github.com>
43
- Remote dead code
44
-
45
- Return deep matching pattern in publishing workflow
46
-
47
- Bump version
48
-
49
- Experimental HlsPlayback change
50
-
51
- Fix DASH.js CMCD config
52
-
53
- Add BigMuteButton to the embedded usage bundle
54
-
55
- Add PlaybackRate to the bundle for embedded usage
56
-
57
- Correct published files name pattern
58
-
59
- Version with an embedded usage bundle
60
-
61
- Add embedded usage bundle
62
-
63
- Repair BigMuteButton
64
-
65
- Bump @types/node from 22.13.14 to 22.14.1 in /packages/utils
66
-
67
- Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.14 to 22.14.1.
68
- - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
69
- - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
70
-
71
- ---
72
- updated-dependencies:
73
- - dependency-name: "@types/node"
74
- dependency-version: 22.14.1
75
- dependency-type: direct:development
76
- update-type: version-update:semver-minor
77
- ...
78
-
79
- Signed-off-by: dependabot[bot] <support@github.com>
80
- Bump @sentry/types from 9.10.1 to 9.12.0 in /packages/utils
81
-
82
- Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 9.10.1 to 9.12.0.
83
- - [Release notes](https://github.com/getsentry/sentry-javascript/releases)
84
- - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
85
- - [Commits](https://github.com/getsentry/sentry-javascript/compare/9.10.1...9.12.0)
86
-
87
- ---
88
- updated-dependencies:
89
- - dependency-name: "@sentry/types"
90
- dependency-version: 9.12.0
91
- dependency-type: direct:production
92
- update-type: version-update:semver-minor
93
- ...
94
-
95
- Signed-off-by: dependabot[bot] <support@github.com>
96
- Bump oxlint from 0.16.3 to 0.16.6
97
-
98
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.3 to 0.16.6.
99
- - [Release notes](https://github.com/oxc-project/oxc/releases)
100
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
101
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.16.6/npm/oxlint)
102
-
103
- ---
104
- updated-dependencies:
105
- - dependency-name: oxlint
106
- dependency-version: 0.16.6
107
- dependency-type: direct:development
108
- update-type: version-update:semver-patch
109
- ...
110
-
111
- Signed-off-by: dependabot[bot] <support@github.com>
112
- Bump typescript from 5.8.2 to 5.8.3 in /packages/utils
113
-
114
- Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3.
115
- - [Release notes](https://github.com/microsoft/TypeScript/releases)
116
- - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
117
- - [Commits](https://github.com/microsoft/TypeScript/commits)
118
-
119
- ---
120
- updated-dependencies:
121
- - dependency-name: typescript
122
- dependency-version: 5.8.3
123
- dependency-type: direct:development
124
- update-type: version-update:semver-patch
125
- ...
126
-
127
- Signed-off-by: dependabot[bot] <support@github.com>
128
- Update docs
129
-
130
- Update docs
131
-
132
- Fix gear submenu alignment on mobile
133
-
134
- Make CMCD cid generation sync; add docs
135
-
136
- Add CMCD plugin
137
-
138
- Collapse gear button menu on container click
139
-
140
- Fix Thumnail spotlight image not showing up after hovering away
141
-
142
- Do not render gear buttom without items
143
-
144
- Update docs
145
-
146
- Fix thumbnails spotlight positioning issue
147
-
148
- Fix Thumbnails plugin
149
-
150
- Refactor Poster plugin
151
-
152
- Add documentation on plugins
153
-
154
- Review SeekTime plugin
155
-
156
- Fix duplicate seek in MediaControl; review SeekTime
157
-
158
- Fix media controls auto-collapse; correct NerdStats styles
159
-
160
- Auto collapse media control menus
161
-
162
- Fix UI issues in NerdStats
163
-
164
- Refactor VolumeFade plugin
165
-
166
- Update docs
167
-
168
- Rename MediaControl.putElement to mount; refactor DvrControls plugin; add ARIA markup
169
-
170
- Add docs
171
-
172
- Refactor NerdStats plugin
173
-
174
- Refactor ClapprStats
175
-
176
- Refactor Clips plugin
177
-
178
- Clean up ContextMenu plugin
179
-
180
- Bump vite
181
-
182
- Bumps the npm_and_yarn group with 1 update in the /packages/player directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
183
-
184
-
185
- Updates `vite` from 6.2.4 to 6.2.5
186
- - [Release notes](https://github.com/vitejs/vite/releases)
187
- - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
188
- - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)
189
-
190
- ---
191
- updated-dependencies:
192
- - dependency-name: vite
193
- dependency-version: 6.2.5
194
- dependency-type: indirect
195
- dependency-group: npm_and_yarn
196
- ...
197
-
198
- Signed-off-by: dependabot[bot] <support@github.com>
199
- Bump oxlint from 0.15.13 to 0.16.3
200
-
201
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.15.13 to 0.16.3.
202
- - [Release notes](https://github.com/oxc-project/oxc/releases)
203
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
204
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.16.3/npm/oxlint)
205
-
206
- ---
207
- updated-dependencies:
208
- - dependency-name: oxlint
209
- dependency-type: direct:development
210
- update-type: version-update:semver-minor
211
- ...
212
-
213
- Signed-off-by: dependabot[bot] <support@github.com>
214
- Bump @sentry/types from 9.5.0 to 9.10.1 in /packages/utils
215
-
216
- Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 9.5.0 to 9.10.1.
217
- - [Release notes](https://github.com/getsentry/sentry-javascript/releases)
218
- - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
219
- - [Commits](https://github.com/getsentry/sentry-javascript/compare/9.5.0...9.10.1)
220
-
221
- ---
222
- updated-dependencies:
223
- - dependency-name: "@sentry/types"
224
- dependency-version: 9.10.1
225
- dependency-type: direct:production
226
- update-type: version-update:semver-minor
227
- ...
228
-
229
- Signed-off-by: dependabot[bot] <support@github.com>
230
- Bump vite
231
-
232
- Bumps the npm_and_yarn group with 1 update in the /packages/player directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
233
-
234
-
235
- Updates `vite` from 6.2.3 to 6.2.4
236
- - [Release notes](https://github.com/vitejs/vite/releases)
237
- - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
238
- - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)
239
-
240
- ---
241
- updated-dependencies:
242
- - dependency-name: vite
243
- dependency-version: 6.2.4
244
- dependency-type: indirect
245
- dependency-group: npm_and_yarn
246
- ...
247
-
248
- Signed-off-by: dependabot[bot] <support@github.com>
249
- Bump @types/node from 22.13.10 to 22.13.14 in /packages/utils
250
-
251
- Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.10 to 22.13.14.
252
- - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
253
- - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
254
-
255
- ---
256
- updated-dependencies:
257
- - dependency-name: "@types/node"
258
- dependency-version: 22.13.14
259
- dependency-type: direct:development
260
- update-type: version-update:semver-patch
261
- ...
262
-
263
- Signed-off-by: dependabot[bot] <support@github.com>
264
- Bump vite
265
-
266
- Bumps the npm_and_yarn group with 1 update in the /packages/player directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
267
-
268
-
269
- Updates `vite` from 6.2.0 to 6.2.3
270
- - [Release notes](https://github.com/vitejs/vite/releases)
271
- - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
272
- - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)
273
-
274
- ---
275
- updated-dependencies:
276
- - dependency-name: vite
277
- dependency-type: indirect
278
- dependency-group: npm_and_yarn
279
- ...
280
-
281
- Signed-off-by: dependabot[bot] <support@github.com>
282
- Update documentation
283
-
284
- Fix gear menu items alignment; hide media controls until metadata is loaded
285
-
286
- Fix playback rate plugin activation
287
-
288
- Fix QualityLevels restriction functionality
289
-
290
- Update version
291
-
292
- Add documentation on essential plugins
293
-
294
- Refactor gear button
295
-
296
- Bump @sentry/types from 8.51.0 to 9.5.0 in /packages/utils
297
-
298
- Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 8.51.0 to 9.5.0.
299
- - [Release notes](https://github.com/getsentry/sentry-javascript/releases)
300
- - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
301
- - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.51.0...9.5.0)
302
-
303
- ---
304
- updated-dependencies:
305
- - dependency-name: "@sentry/types"
306
- dependency-type: direct:production
307
- update-type: version-update:semver-major
308
- ...
309
-
310
- Signed-off-by: dependabot[bot] <support@github.com>
311
- Fix MediaControl play/pause/stop buttons
312
-
313
- Refactor media controls (DVR controls)
314
-
315
- Refactor media controls, fix bugs of items positioning
316
-
317
- Bump oxlint from 0.15.12 to 0.15.13
318
-
319
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.15.12 to 0.15.13.
320
- - [Release notes](https://github.com/oxc-project/oxc/releases)
321
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
322
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.15.13/npm/oxlint)
323
-
324
- ---
325
- updated-dependencies:
326
- - dependency-name: oxlint
327
- dependency-type: direct:development
328
- update-type: version-update:semver-patch
329
- ...
330
-
331
- Signed-off-by: dependabot[bot] <support@github.com>
332
- Bump @types/node from 22.10.10 to 22.13.10 in /packages/utils
333
-
334
- Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.10 to 22.13.10.
335
- - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
336
- - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
337
-
338
- ---
339
- updated-dependencies:
340
- - dependency-name: "@types/node"
341
- dependency-type: direct:development
342
- update-type: version-update:semver-minor
343
- ...
344
-
345
- Signed-off-by: dependabot[bot] <support@github.com>
346
- Bump typescript from 5.7.3 to 5.8.2 in /packages/utils
347
-
348
- Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2.
349
- - [Release notes](https://github.com/microsoft/TypeScript/releases)
350
- - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
351
- - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2)
352
-
353
- ---
354
- updated-dependencies:
355
- - dependency-name: typescript
356
- dependency-type: direct:development
357
- update-type: version-update:semver-minor
358
- ...
359
-
360
- Signed-off-by: dependabot[bot] <support@github.com>
361
- Refactor Subtitles
362
-
363
- Add documentation on Audio track selector plugin
364
-
365
- Refactor Media control, update Audio track selector plugin
366
-
367
- Improve native HTML5 video element error handling
368
-
369
- Add i18n support to ErrorScreen
370
-
371
- Fix HTML5 video playback unavailable source error handling
372
-
373
- Bump oxlint from 0.15.11 to 0.15.12
374
-
375
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.15.11 to 0.15.12.
376
- - [Release notes](https://github.com/oxc-project/oxc/releases)
377
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
378
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.15.12/npm/oxlint)
379
-
380
- ---
381
- updated-dependencies:
382
- - dependency-name: oxlint
383
- dependency-type: direct:development
384
- update-type: version-update:semver-patch
385
- ...
386
-
387
- Signed-off-by: dependabot[bot] <support@github.com>
388
- Update documentation
389
-
390
- Improve native HTML5 video element error handling
391
-
392
- Add i18n support to ErrorScreen
393
-
394
- Fix HTML5 video playback unavailable source error handling
395
-
package/release_notes DELETED
@@ -1,297 +0,0 @@
1
- commit e0fdb8709baf62055124303f46ed3a18d47dca27
2
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
3
- Date: Fri Feb 21 18:56:59 2025 +0400
4
-
5
- Add documentation on the Favicon, GoogleAnalytics plugins
6
-
7
- commit 11e82a088643cf9b4ef9e244b472887325c87605
8
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
9
- Date: Fri Feb 21 18:52:09 2025 +0400
10
-
11
- Add AudioSelector docs
12
-
13
- commit 4cf62967bbea6906b00961f1d2631aff4a7a255b
14
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
15
- Date: Fri Feb 21 18:10:07 2025 +0400
16
-
17
- Add DvrControls plugin docs
18
-
19
- commit b0df7f005024912cba46cc9f478a7355efeefb5a
20
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
21
- Date: Fri Feb 21 17:31:43 2025 +0400
22
-
23
- Add documentation on ContextMenu plugin
24
-
25
- commit 24c3ce396a8d69e60433a126b5a7c5efdee94957
26
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
27
- Date: Fri Feb 21 17:17:46 2025 +0400
28
-
29
- Add documentation on the ClickToPause and Clips plugins
30
-
31
- commit 141e43d009c95fab701007b0c6886e02d8edcaac
32
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
33
- Date: Fri Feb 21 17:03:58 2025 +0400
34
-
35
- Add ClapprStats plugin documentation
36
-
37
- commit 9e777c289b81cc2fe2393496a0b1d6dcf4da375e
38
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
39
- Date: Fri Feb 21 16:57:21 2025 +0400
40
-
41
- Add documentation on the Thumbnails and BigMuteButton plugins
42
-
43
- commit 4e3e080fa9dfdc2778ad1a2578d4ddfa4a36063f
44
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
45
- Date: Fri Feb 21 16:41:30 2025 +0400
46
-
47
- Refactor Telemetry plugin
48
-
49
- commit ab7d3a300526047256ecedb3e79a70f368dd6b4e
50
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
51
- Date: Thu Feb 20 20:04:00 2025 +0400
52
-
53
- Add documentation on PictuerInPicture plugin
54
-
55
- commit ee9cfdd684c762b8fb01dc38eab4783f2cd20301
56
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
57
- Date: Thu Feb 20 19:54:25 2025 +0400
58
-
59
- Add docs on PlaybackRate plugin
60
-
61
- commit f80f4612b5e06a61b88ce79f8fc7fff22bd6a8f8
62
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
63
- Date: Thu Feb 20 19:33:54 2025 +0400
64
-
65
- Refactor Subtitles plugin
66
-
67
- commit 389ea9ff869852270c2f946e36c2f88a99007e0f
68
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
69
- Date: Thu Feb 20 16:10:26 2025 +0400
70
-
71
- Media control plugins refactoring
72
-
73
- commit 2eb75ea01af24723ddeb16596b4c031cac6802fd
74
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
75
- Date: Wed Feb 19 19:22:23 2025 +0400
76
-
77
- Refactor MediaControl. Add documentation on plugins
78
-
79
- commit 8b2e7b99a6f546491597f5dd8fcf095b85d736e6
80
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
81
- Date: Wed Feb 19 12:38:34 2025 +0400
82
-
83
- Rename CI directory
84
-
85
- commit 51d26f1bb79e9d6f18d85a95884d5703b1db28e8
86
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
87
- Date: Wed Feb 19 12:33:42 2025 +0400
88
-
89
- Fix premature autoplay
90
-
91
- commit 500baf2d59ed9c7a93574c2607629f9fcd30c2ea
92
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
93
- Date: Tue Feb 18 15:31:06 2025 +0400
94
-
95
- Update documentation on media control plugin
96
-
97
- commit 584c36655f6b5943992ae22cf9e8e3f0784a3ce2
98
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
99
- Date: Tue Feb 18 14:04:43 2025 +0400
100
-
101
- 2.0.0
102
-
103
- commit 2339ad64729136df35f55b4e316ae2ac8d8721e1
104
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
105
- Date: Tue Feb 18 14:04:35 2025 +0400
106
-
107
- Install husky
108
-
109
- commit 620088cafb283b71d8b2abc63b80fbfb243da99c
110
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
111
- Date: Tue Feb 18 14:04:00 2025 +0400
112
-
113
- Fix vertical formats treatment in level selector
114
-
115
- commit 5411aeac00da59a2d4fe44fd661af55571398b77
116
- Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
117
- Date: Mon Feb 17 15:34:59 2025 +0000
118
-
119
- Bump oxlint from 0.13.2 to 0.15.11
120
-
121
- Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.13.2 to 0.15.11.
122
- - [Release notes](https://github.com/oxc-project/oxc/releases)
123
- - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
124
- - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.15.11/npm/oxlint)
125
-
126
- ---
127
- updated-dependencies:
128
- - dependency-name: oxlint
129
- dependency-type: direct:development
130
- update-type: version-update:semver-minor
131
- ...
132
-
133
- Signed-off-by: dependabot[bot] <support@github.com>
134
-
135
- commit bb92071ee144d26ec75d5e0c2fb6cd858fb5b03a
136
- Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
137
- Date: Tue Feb 18 11:50:09 2025 +0400
138
-
139
- Update documentation (#14)
140
-
141
- Co-authored-by: dmitritz <dmitritz@users.noreply.github.com>
142
-
143
- commit fb93868502059f3e39e5d242e4e4f2703a5ada86
144
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
145
- Date: Tue Feb 18 11:44:07 2025 +0400
146
-
147
- Fix docs update workflow
148
-
149
- commit 59fea91631903d4e6cc47ee9d6b89d7778f9cf3a
150
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
151
- Date: Tue Feb 18 11:13:53 2025 +0400
152
-
153
- Set the commiter username and email in docs update workflow
154
-
155
- commit 1e08c59d3a3cddf2f4e71cc02167fc872ca771fa
156
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
157
- Date: Tue Feb 18 10:52:15 2025 +0400
158
-
159
- Add documentation update workflow
160
-
161
- commit 28317d9233fa1fa3524dba636161cf8adceff736
162
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
163
- Date: Mon Feb 17 19:33:43 2025 +0400
164
-
165
- Update documentation
166
-
167
- commit edfeaecc20293c59cf2d73505d6313cf90f94277
168
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
169
- Date: Mon Feb 17 17:22:03 2025 +0400
170
-
171
- Fix wrong plugins build output
172
-
173
- commit 5a26abe259aee23c47cfc6174c23cb2e9e6b9ced
174
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
175
- Date: Mon Feb 17 17:18:19 2025 +0400
176
-
177
- Fix wrong dist data upload
178
-
179
- commit eff63fc92e3ab24cc781a3919f21567e172ea2db
180
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
181
- Date: Mon Feb 17 16:51:21 2025 +0400
182
-
183
- Fix uploaded package version
184
-
185
- commit 57542e2d111b633f270e90030c915038c98fd581
186
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
187
- Date: Mon Feb 17 16:43:56 2025 +0400
188
-
189
- Fix version ref in publishing workflow
190
-
191
- commit 7a00e2e88eeff3ebc9a57531f18c1a60006cb38a
192
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
193
- Date: Mon Feb 17 16:35:46 2025 +0400
194
-
195
- Fix publishing workflow
196
-
197
- commit cbab766280d71472583f1dabab857d3516293488
198
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
199
- Date: Mon Feb 17 16:31:57 2025 +0400
200
-
201
- Fix no event listeners after container change in LevelSelector
202
-
203
- commit d19638c072222eb113fab9486e2a702adb012c22
204
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
205
- Date: Mon Feb 17 14:36:17 2025 +0400
206
-
207
- Merge player and plugins into single package
208
-
209
- commit 39cbb56f3d55959d5c7470a21dd2a96a2e53386d
210
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
211
- Date: Mon Feb 17 13:49:34 2025 +0400
212
-
213
- Fix initial bitrate detection dash
214
-
215
- commit 7e6e8160c139e74e81d453d63a0fb569c33b0447
216
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
217
- Date: Fri Feb 14 18:47:10 2025 +0400
218
-
219
- Add isMuted method in Player API
220
-
221
- commit 12fb16cf335b9b69c6deaf6b26f54bbd72a794b9
222
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
223
- Date: Fri Feb 14 17:59:10 2025 +0400
224
-
225
- Add isDvrInUse in Player API
226
-
227
- commit 3fb532b2eff0b57ccf21912c125897a314977f27
228
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
229
- Date: Fri Feb 14 15:00:43 2025 +0400
230
-
231
- Fix empty labels in level selector due to missed config option
232
-
233
- commit cbca60708e5349d126a4942ba3bfd7659a668705
234
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
235
- Date: Fri Feb 14 13:51:34 2025 +0400
236
-
237
- Ability to restrict resolution in LevelSelector
238
-
239
- commit e157dfa386b39ffb2f1c3b3d6eb5776531124a2f
240
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
241
- Date: Thu Feb 13 21:35:21 2025 +0400
242
-
243
- Update docs
244
-
245
- commit 7c381d03037caa77d4f4e7c42ecd4db98dfa1c1a
246
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
247
- Date: Thu Feb 13 21:30:45 2025 +0400
248
-
249
- Update docs
250
-
251
- commit 17e0d1a6a2337833f6d3da7fc8d6abfc2d3bfb81
252
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
253
- Date: Thu Feb 13 19:20:14 2025 +0400
254
-
255
- Add public API methods. Update documentation
256
-
257
- commit 549e87ff0ddfea8c1d087a38e1dc73e21141d4bc
258
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
259
- Date: Thu Feb 13 16:30:37 2025 +0400
260
-
261
- Update documentation
262
-
263
- commit d3a532e2c702273637baf6c22216c91900036297
264
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
265
- Date: Wed Feb 12 20:46:11 2025 +0400
266
-
267
- Update docs
268
-
269
- commit acab9ab142460d6872568f97e2976032fe09a54f
270
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
271
- Date: Wed Feb 12 20:44:53 2025 +0400
272
-
273
- Add docs
274
-
275
- commit 159c3c8dd9da1105b01c892a1af1b47d8fb1a093
276
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
277
- Date: Wed Feb 12 18:49:49 2025 +0400
278
-
279
- Rename packages directories, refactor tracing code
280
-
281
- commit 66762d433c72382fe691d46a416d8715799fdbf4
282
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
283
- Date: Wed Feb 12 18:45:50 2025 +0400
284
-
285
- Rename plugins directory
286
-
287
- commit 69b8528562d25c14cb5e7a0419cce50248dbcba0
288
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
289
- Date: Mon Feb 10 14:25:58 2025 +0400
290
-
291
- Fix MIME type guess
292
-
293
- commit b94f32aa3c0bf16c9a27e3ccc26e5b411d23c1bb
294
- Author: Dmitrii Tkach <dmitrii.tkach@gcore.com>
295
- Date: Mon Feb 10 14:07:13 2025 +0400
296
-
297
- Add dash.js & hls.js error codes handling. Rewrite sources selection