Richard Fath's Video Player Module 2.0.0
What's Changed
- Rework sizing and positioning of player and playlist so it works with any video size and on any module position.
- Set CSS styles on elements based on calculations depending on the configuration options so that the CSS file is independent from video size or module position.
- Use CSS flex boxes.
-
Add configuration options for playlist size and to switch on or off display of player status.
-
Add display of the currently played playlist item's title and configuration option to switch it on or off.
-
Remove now obsolete suffix from source groups configuration.
-
Use ordered list for playlist.
-
SEO, a11y: Use buttons not links in playlist.
-
New option to show item durations in the playlist.
-
New option to chose playlist source. Possible choices:
- Manual entry like before in the configuration form.
- Read playlist from a file in WEBVTT format.
-
Limit playlist size.
-
New option to configure playlist position.
-
Fixes for RTL direction.
-
Don't use style attributes of elements but add inline style with the web asset manager to make it safe for CSP.
-
Add vendor prefixed CSS to support older browsers.
-
Improved es5 transpile and js minify.
-
Improved inline help texts.
-
Improved configuration form validation.
-
Code style fixes.
Backward compatibility breaks
- Configuration options have changed.
New configuration options have been added, and the "suffix" option has been removed from source groups configuration.
You should open your module's configuration options and review them. Then save the options, also if no change has been made. - CSS classes have changed.
If you have used own CSS to style the module, you have to adapt that to the changed classes in the HTML markup, especially to the removed "suffix" option mentioned above.