Skip to content

Releases: mediaelement/mediaelement

6.0.2

08 Mar 09:27
7f31a77
Compare
Choose a tag to compare

Added outline-style to enable Firefox to show the correct outline-color if defined.

6.0.1

10 Feb 09:31
Compare
Choose a tag to compare
  • Fixed an error that prevented some mobile devices from reliably selecting chapters and subtitles

6.0.0

06 Feb 14:34
e48bdf7
Compare
Choose a tag to compare

Support for native VTT-Subtitles

  • Fix missing video tracks after player is removed
  • Added browser-native subtitle support and removed custom VTT/DFXP parsing
  • Removed support for "slides" tracks which were non-functional
  • Removed options: "tracksAriaLive", "captionTextPreprocessor", "slidesSelector"
  • Renamed "startLanguage" option to "autoplayCaptionLanguage" for clarity
  • New option "chaptersLanguage" to set the language of the displayed chapters track.
  • new option "defaultTrackLine" to control in which line subtitles are displayed by default
  • Fixed being able to activate disabled caption-buttons
  • Fixed "default" track not automatically playing (subtitles and captions tracks only)

5.1.1

06 Feb 11:55
369cbba
Compare
Choose a tag to compare

What's Changed

  • Solves mejs__container receives no visible focus, violates WCAG SC 2.… by @dpxgit in #2913
  • release 5.1.1 by @dpxgit in #2916

Full Changelog: 5.1.0...5.1.1

5.1.0

07 Sep 11:44
Compare
Choose a tag to compare
  • Detect when seek has been called by user interaction (#2869)
  • Use of strict mode in language files may lead to javascript error when used in a JS packer (#2870)
  • Fix container height and width calculation when css is deactivated (#2906)

5.0.5

07 Feb 12:38
Compare
Choose a tag to compare
  • Added new option to hide screen reader title optionally (#2899)
  • WCAG: Add empty alt to poster image (#2898)

5.0.4

04 Nov 12:47
Compare
Choose a tag to compare

5.0.3

29 Oct 14:40
Compare
Choose a tag to compare
  • Add attribute aria-describedby to horizontal-volume button
  • Reinclude type="button" to the button, to prevent submit in forms.(PR #2887 Fixed #2873)
  • Consistent usage of space and return keys in all browsers (PR #2889 Fixed #2888)

5.0.2

18 Oct 14:47
02bdd58
Compare
Choose a tag to compare
  • Reflect correct aria-pressed status of overlay play button when clicked for the first time
  • Reflect toggling aria-pressed status of the overlay play button correctly *Minimizing necessary tabs for Firefox by setting audio/video-element to tabindex="-1"

5.0.1

06 Oct 08:46
47cc02f
Compare
Choose a tag to compare
  • Fix for fullscreen video not centering in mobile view (#2881)
  • Fix for volume-current and volume-total becoming non-distinguishable with custom high-contrast settings enabled (#2878)