Releases: richard67/mod_rfvideo
Richard Fath's Video Player Module 2.0.1
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.
Richard Fath's Video Player Module 2.0.0 Release Candidate 2
- Add vendor prefixed CSS to support older browsers
- Improved es5 transpile and js minify
If I don't find any mistakes in this release candidate, the next release will be 2.0.0 stable, and that will be identical to this release candidate.
Richard Fath's Video Player Module 2.0.0 Release Candidate 1
- Improved inline help texts.
- Improved configuration form validation.
Richard Fath's Video Player Module 2.0.0 Beta 1
Don't use style attributes of elements but add inline style with the web asset manager to make it safe for CSP.
Richard Fath's Video Player Module 2.0.0 Alpha 3
- 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.
- Fixed bug with playlist position when changing the source group (video size and quality).
Richard Fath's Video Player Module 2.0.0 Alpha 2
SEO, a11y: Use buttons not links in playlist
Richard Fath's Video Player Module 2.0.0 Alpha 1
- 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.
- Fixes for RTL direction.
- Code style fixes.
Richard Fath's Video Player Module 1.0.2
- Added gzipped media resources
- Fixed copyright in language files
- Added de-DE and ru-RU language files to module XML
- Fixed package and subpackage doc block tags
- Fixed source group change not working when select size is smaller than number of select options
- Added copyright to JS
- Less cryptic function and variable names in JS
- Added inline help to the configuration form
- Added check for Joomla API to JS
- Added possibility to use zero value to auto-size select element
- Added option to choose CSS style sheet
- Added hint to inline help about using own CSS files
- Added notes to the configuration form
- Fixed version and creation date in module XML
Richard Fath's Video Player Module 1.0.1
Fixes for manifest and update site.