Vimeo fixes + small bug fixes

This commit is contained in:
Sam Potts
2017-11-04 23:18:47 +11:00
parent a757acad15
commit 3c99357f06
14 changed files with 5403 additions and 812 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v2.0.17
- Vimeo controls fix (fixes #697)
- SVG4everybody compatibility fix
- Allow Plyr.setup event listeners to be set up as separate event listeners (https://github.com/sampotts/plyr/pull/703)
- Added title to the layer html template (for custom controls) (https://github.com/sampotts/plyr/pull/649)
- Target is null bug fix (https://github.com/sampotts/plyr/pull/617)
- fix #684 memory leaks issues after destroy (https://github.com/sampotts/plyr/pull/700)
## v2.0.16
- Fullscreen bug fix (fixes #664)