- Added `isPaused()` API method (thanks to @darrena092)
- Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357)
- Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390)
- Fix for Firefox VTT compatibility (thanks to @magourex)
- Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392)
- Added Issue and PR templates with the aim of reducing duplicate or duff issues
This commit is contained in:
Sam Potts
2016-10-23 13:48:05 +11:00
parent bec10e7836
commit a509a5e1bc
7 changed files with 31 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "2.0.7",
"version": "2.0.8",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "http://plyr.io",
"main": "src/js/plyr.js",