Skip to content

v1.30.0

Compare
Choose a tag to compare
@tsukumijima tsukumijima released this 14 Sep 11:42
· 63 commits to master since this release

What's Changed

  • fix: video autoplay issue
  • fix: seek position not retained when switching quality and mpegts.js playback issue
  • fix: remove src attribute of HTMLVideoElement when initializing mpegts.js
  • fix: critical vulnerability causing DOM-based XSS via innerHTML
  • refactor: replace innerHTML that inserts text only with textContent
  • fix: when using mpegts.js and enableMSEWorker: true, video API requests are made without MSE before initializing mpegts.js
  • chore: update dependencies
  • build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #14
  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #15

Full Changelog: v1.29.1...v1.30.0