mediaelement v4.2.12 Release Notes

Release Date: 2019-08-22 // over 4 years ago
  • ๐Ÿ›  Fix dash.js (@daveyx,#2659, call to obsolete functions removed) (#2672)
    ๐Ÿ›  Fixes Safari critical error on video element children (#2668) โ€ฆ
    Generate hlsError events for non fatal errors (#2666)
    ๐Ÿ›  Fix append method is not support on old browser (#2580)
    ๐Ÿ›  Fix time slider crash on left/right arrow keypress #2622
    ๐Ÿ›  Fix bug before media loads and currentTime is not a number #2658
    ๐Ÿ‘€ (IE 11, IndexSizeError or InvalidStateError returned in the console when seek asked before play)
    ๐Ÿ’ป progress.js: Put brackets around nested conditions to comply with Old browsers
    Html validation issue and patch (put 0 instead of NaN as a value for aria-maxvalue)
    Until 'play' is clicked the value is 0, formerly 'NaN'.
    While playing media the value is the currentTime
    ๐Ÿ›  No longer modify any objects under the global window objects to prevent side effect. (PR #2123 Fixed #2598)
    โž• Added handling of the .play() promise errors to native_hls player (PR#2550)
    โž• Add support for getPlaybackRate and setPlaybackRate for YouTube renderer (#2676)
    โž• Add Turkish translations #2678