Releases: CODESIGN2/media-playback-speed
Separate JS
The JavaScript for this plugin is now mostly in a separate JavaScript file. I don't use WordPress as-much as some plugin authors, and largely hope some value from this plugin extends beyond media-element-js and WordPress.
This also helps show how little PHP there is and should make it simpler for people to contribute if they are Frontend or PHP backend.
Better comments
This release improves on prior versions commenting and is the first release which allows site owners to define their own controls for Gutenberg block audio & video elements. The benefit of this also comes with global page speed controls for that situation as media-element-js will not be activated.
It's still not a main-case, but it should help unlock a Gutenberg future
Playlist code only runs for playlists
Currently JS errors are being raised every time media is loaded. This is undesirable.
This release guards to check if the result of querySelector
is false. It's the first of a few commits towards making this cleaner and more modern.
Different DOM event
this will be the final DOM event based version. Either this works, or I'll roll back to jQuery
No more jQuery
Re-release behind DOM event (maybe there will be another behind a media-element JS event)
Playlist support
Playlist support