v2.0.8
sampotts/plyrv2.0.8Oct 23, 2016by sampotts
AI Summary
Feature and bug fix release adding pause checking, chaining support, and fixing rendering issues on Firefox.
Key Highlights
- Added isPaused() API method
- .on() method chainable
- Improved caption rendering on small screens
- Firefox VTT compatibility fix
New Features
- Added isPaused() API method
- Allowed .on() API method to be chainable
- Improved caption rendering in fullscreen mode
- Fix for Firefox VTT compatibility
- Fix for Firefox Developer Edition blank video
Full Release Notes
- 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