mediaelement v4.2.15 Release Notes
Release Date: 2020-03-09 // almost 5 years ago-
- Do not delay starting media on key action (#2745)
- Do not call changeRenderer() on empty media (#2743)
simplify condition
avoid pausing player without media - 📈 Trigger pause/play when seeking with keyboard to make analytics work (#2740)
- 🛠 Fix extracting the vimeo video id from private links (#2733) (#2741)
- ➕ Add option to preprocess caption text before display (#2735)
- ➕ Add option
captionTextPreprocessor
to allow preprocessing of caption texts using a given callback (#2735) - 👌 Improve doc formatting
- 🛠 Fix "config is undefined" when working with volumeSlider using keyboard (#2736)
- ✂ Remove unnecessary Safari hack (#2731)
- 🛠 Fix time slider and volume slider crash on keypress (#2728)
- 🔄 Changed fullscreeneventname for resolving fullscreen issue in firefox (#2726)
- 👀 media.seekable fallback for getDuration-method of player/default.js (#2571)
- ➕ Add new configuration option "ignorePauseOtherPlayersOption" (useful for background(banner) players)
- api.md: document "ignorePauseOtherPlayersOption" option
- 👍 Remove IS_ANDROID from SUPPORTS_NATIVE_HLS (#2720) (#2719)
- ➕ Add handling of the .play() promise errors to vimeo player (#2715) (#2716)
- 👉 Make error event handler more robust (#2708)
Check if event.target.error exists before accessing it.
In some edge cases e.target is no element or it has null as error property.