Skip to content

Releases: mediaelement/mediaelement

7.0.5

26 Apr 14:45
Compare
Choose a tag to compare

Fixed wrong focus on load when using default subtitles @dpxgit in #2958

7.0.4

25 Apr 13:42
Compare
Choose a tag to compare
  • Fixed wrong focus on load when using default subtitles(#2957) @Necxes
  • Improved performance by eliminating a test logic event ([#2954]) @westonruter

7.0.3

29 Jan 13:58
Compare
Choose a tag to compare
  • HLS and MPEG-Dash renderer should now have working captions, when loaded initially. @dpxgit in #2947
  • Updated demo/index.html for easier debugging. @dpxgit in #2947

7.0.2

14 Nov 10:12
Compare
Choose a tag to compare
  • Fixed an error that occurred with the iFrame players
  • Fixed a problem with the scaling of iFrames within their containers

7.0.1

31 Oct 09:41
Compare
Choose a tag to compare

Fix state of caption toggle not visible

7.0.0

02 Aug 07:51
Compare
Choose a tag to compare

Removal of flash support

  • Flash support removed, see Migration Guide for more information about breaking changes.
    Thanks to @jaapmarcus for initial PR.
  • Make test npm-script available to work on all plattforms.
  • HLS and MPEG-Dash renderer should now have working captions. (#2928)
  • Fix firefox bug on mouseout. (#2840) Thanks to @JoshStegmaier.

6.0.3

29 Mar 10:50
Compare
Choose a tag to compare

Replaced outline-style: auto with outline-style: solid to enable Firefox to show the correct outline-color if defined.

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)