diff options
author | Sam Potts <me@sampotts.me> | 2016-06-26 08:34:36 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-06-26 08:34:36 +1000 |
commit | 7e7508ca821b930fc132370d6d490e9c16d983a4 (patch) | |
tree | eb2345e6edf8cc1057064890eeda84b03315d7e5 /changelog.md | |
parent | 095d100ba44e828f82fb432c5d47fb89a6eaaaf4 (diff) | |
download | plyr-7e7508ca821b930fc132370d6d490e9c16d983a4.tar.lz plyr-7e7508ca821b930fc132370d6d490e9c16d983a4.tar.xz plyr-7e7508ca821b930fc132370d6d490e9c16d983a4.zip |
Fixed overflow issues (fixes #286)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index a7c09b31..e56b424a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,12 @@ # Changelog -# v1.8.4 +## v1.8.5 +- Fixed overflow issues (fixes #286) + +## v1.8.4 - Fix for large play button on small videos -# v1.8.3 +## v1.8.3 - Disabled iPad support for YouTube and Vimeo due to iOS limitations with iFrame playback - Fixed IE11 icon loading (fixes #269) - Updated screenshot (fixes #281) @@ -12,10 +15,10 @@ - Added HLS, Shaka and dash.js examples (see #235 for more) - Improvements for controls hiding and showing on touch devices -# v1.8.2 +## v1.8.2 - Fixed event bubbling -# v1.8.1 +## v1.8.1 - Fixed inaccurate log message # v1.8.0 |