X.X.X (??/??/??)
- Fixed typo on
Playlist
plugin that caused error on Edge, removeddisabled
attribute on each item and fixed workflow to autoplay next element @rafa8626 - Fixed issue when mouse leave from Quality button, its selector does not hide (mediaelement#89) @meathill
2.4.0 (2017/08/09)
- Added missing translations and removed Brazilian Portuguese to favor Portuguese @rafa8626
- Sorted alphabetically plugins name on README (mediaelement#77) @isantolin
- Integrated
Playlist
plugin @rafa8626 - Added support for audio play on
Chromecast
@rafa8626 - Integrated
Google Tag Manager
plugin @rafa8626 - Fixed typos on methods used when player is destroyed @rafa8626
2.3.1 (2017/07/22)
- Added missing workflow to avoid loading multiple times same source on
Chromecast
plugin and added code to end session correctly @rafa8626 - Fixed issues on
Ads
plugin when using iframe renderers with it @rafa8626 - Fixed issue with
Context Menu
plugin to only be used on video media @rafa8626 - Fixed height on
Speed
plugin to display speed rates properly on audio tag @rafa8626 - Updated README file @rafa8626
2.3.0 (2017/06/26)
- Integrated
Facebook Pixel
plugin (mediaelement#58) @isantolin - Cleaned comments on bundles @rafa8626
- Replaced
childNodes
withchildren
to avoid issues with non Node elements inside video/audio tag @rafa8626 - Integrated
grunt
to simplify tasks and removed elements frompackage.json
@rafa8626 - Integrated Stylelint for CSS quality @rafa8626
- Improved CSS quality (mediaelement#64) @marcobiedermann
- Refactor
Chromecast
to achieve default dual-nature and support live streaming; enabled Cast button on Ads @rafa8626
2.2.2 (2017/05/25)
- Added
markerWidth
property forMarkers
plugin (mediaelement#49) @leocaseiro - Fixed typos in README file (mediaelement#50) @leocaseiro
- Integrated
Quality
plugin for different quality media files @rafa8626 - Disabled correctly controls on pre-roll (mediaelement#52) @jonathanex and @rafa8626
- Fixed issue with
Stop
not allowing the current time to be rendered once media starts again @rafa8626 - Fixed issue on
Ads
plugin with different types of media @rafa8626
2.2.1 (2017/05/16)
- Fixed issues in Safari related to
Source Chooser
plugin @rafa8626 - Added
babel-preset-env
to optimize bundles based on supported browsers @rafa8626 - Fixed issues with
Speed
andSource chooser
related to their menu options (mediaelement#41) @lebanggit - Expanded demo file with
Ads
andVAST/VPAID
plugins @rafa8626 - Added missing workflow to avoid interacting with progress bar and some buttons in control bar when playing Ads @rafa8626
- Added new config element for
Chromecast
plugin to enable tracks @rafa8626 - Changed
match
totest
andincludes
toindexOf
to improve performance @rafa8626 - Fixed issues with
Context Menu
plugin not being displayed properly @rafa8626 - Enforced
https
on Chromecast library (mediaelement#46) @jimmywarting - Fixed issue with
Skip Back
plugin (mediaelement#48) @joelkraft
2.2.0 (2017/04/28)
- Modified commands on
package.json
to avoid creating source map on stylesheets @rafa8626 - Integrated
AirPlay
plugin @rafa8626 - Integrated
Chromecast
plugin @rafa8626 - Improved documentation for each one of the plugins @rafa8626
2.1.1 (2017/04/19)
- Added demo file to show how to setup and configure plugins @rafa8626
- Expanded
VAST
plugin to support VAST3.0 and added more events for preroll @rafa8626 - Fixed typos in code in
Preview
andSpeed
plugins @rafa8626 - Added new icons and modified CSS for them; fixed minor issues with
Skip Back
andJump Forward
plugins @rafa8626 - Added missing French translations (mediaelement#26) @kloh-fr
2.1.0 (2017/03/30)
- Added missing
bind()
calls onAds
plugin @rafa8626 - Fixed issue with
VAST
plugin due to updates on AJAX method @rafa8626 - Integrated VPAID 2.0 with
VAST
plugin and renamed package @rafa8626 - Integrated events to load tracking URLs in
VAST
plugin @rafa8626 - Added link in documentation for
MediaElement
utilities @rafa8626
2.0.0 (2017/03/22)
- Removed all dependencies to jQuery in code and used
mejs.Utils
to mimic jQuery's most used methods @rafa8626
1.2.3 (2017/03/01)
- Improved way to add control elements by using new
addControlElement()
method @rafa8626
1.2.2 (2017/03/01)
- Added translation files for all the plugins that required it and added documentation @rafa8626
- Added workflow to preserve order of control elements when certain features are reset @rafa8626
1.2.1 (2017/02/26)
- Fixed issue with
Preview
plugin when using delay and moving out of player @rafa8626 - Integrated loading spinner in the
Preview
plugin for usability purposes @rafa8626 - Fixed typo and off-style button in
Loop
plugin @rafa8626 - Integrated workflow to configure empty text on WARIA text elements @rafa8626
- Fixed issues with Node tasks to bring missing stylesheets in
dist
folder @rafa8626
1.2.0 (2017/02/21)
- Integrated ESLint and fixed some bugs found @rafa8626
- Added
tabindex
to buttons to improve accessibility @rafa8626 - Fixed issue with
Preview
plugin that caused audio fade-in jittery @rafa8626 - Added
pauseOnlyOnPreview
anddelayPreview
configuration elements forPreview
plugin @rafa8626
1.1.0 (2017/01/30)
- Added
preview
plugin that plays/pauses video when hovering it and allows to mute/fade-in/fade-out audio invideo
andaudio
tags @rafa8626 - Created documentation for each one of the plugins and updated documentation on README @rafa8626
1.0.0 (2017/01/22)
- initial release