diff --git a/changelog.md b/changelog.md index 2c2d3087..7451288b 100644 --- a/changelog.md +++ b/changelog.md @@ -67,6 +67,29 @@ You gotta break eggs to make an omelette. Sadly, there's quite a few breaking ch Because we're using the fancy new ES6 syntax, you will need to polyfill for vintage browsers if you want to use Plyr and still support them. Luckily there's a decent service for this that makes it painless, [https://polyfill.io](polyfill.io). +## v2.0.18 +- Fix for YouTube .getVideoData() issue (fixes #709) + +## 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) + +## v2.0.15 +- Demo fix + +## v2.0.14 +- CDN URL updates. Sorry, still working on V3 as hard as I can... + +## v2.0.13 +- Repo moved and Vimeo demo fix + ## v2.0.12 * Ability to set custom `blankUrl` for source changes (https://github.com/sampotts/plyr/pull/504) diff --git a/controls.md b/controls.md index 36267156..15f52e47 100644 --- a/controls.md +++ b/controls.md @@ -37,6 +37,7 @@ You need to add several placeholders to your html template that are replaced whe - `{id}` - the dynamically generated ID for the player (for form controls) - `{seektime}` - the seek time specified in options for fast forward and rewind +- `{title}` - the title of your media, if specified You can include only the controls you need when specifying custom html.