Skip to content

Releases: mediaelement/mediaelement

7.1.0

12 Nov 10:26

Choose a tag to compare

  • Fixed a lot of fullscreen scaling and rotating bugs for different browser and devices.
  • Also included the fullscreen fixes of (#2995) by @awilfox and (#2971) by @swashbuck. This also fixes #2919 and #2644.
  • Also added the functionality for the demo files to test the fakeFullscreen option, which was already broken. We need to fix this in another version.

7.0.7

17 Dec 12:36

Choose a tag to compare

  • Remove a symlink that got accidentally pushed into git repository

7.0.6

17 Dec 12:04

Choose a tag to compare

  • Add keyboard controls for play and pause to container element by @digitas-git in #2978
  • Add screen reader text for current time and total duration by @digitas-git in #2979

5.1.2

17 Dec 14:03

Choose a tag to compare

  • Added keyboard controls for play and pause to container element (#2978)
  • Added screen reader text for current time and total duration (#2979)

7.0.5

26 Apr 14:45

Choose a tag to compare

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

7.0.4

25 Apr 13:42

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

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

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

Choose a tag to compare

Fix state of caption toggle not visible

7.0.0

02 Aug 07:51

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.