SRGSSR / pillarbox-web

Pillarbox is a versatile media playback ecosystem engineered for the web.
https://srgssr.github.io/pillarbox-web-demo/
MIT License
12 stars 1 forks source link

chore(npm): update to video.js version 8.13.0 #250

Open amtins opened 5 months ago

amtins commented 5 months ago

Description

This update to video.js v8.13.0 introduces spatial navigation functionality.

// Enables the spatial navigation
const player = videojs('my-player', {
  spatialNavigation: {
    enabled: true,
    horizontalSeek: true
  }
});

// Starts the spatial navigation
player.spatialNavigation.start();

Changes made

github-actions[bot] commented 5 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://SRGSSR.github.io/pillarbox-web/pr-preview/pr-250/ on branch gh-pages at 2024-04-29 16:15 UTC

github-actions[bot] commented 5 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 98.72% 617/625
🟒 Branches 95.74% 292/305
🟒 Functions 99.43% 173/174
🟒 Lines 99.15% 581/586

Test suite run success

199 tests passing in 9 suites.

Report generated by πŸ§ͺjest coverage report action from 21e4314078edb37059980ba0141ca95f7804a778