diff options
author | Sam Potts <sam@potts.es> | 2021-01-29 23:07:14 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2021-01-29 23:07:14 +1100 |
commit | 2cebf9b8a37458ddd1b5ffd6737ea2ebe78cb557 (patch) | |
tree | f22a123c603e782259aa98d32990b688381a6d54 | |
parent | 572aeacf5bf825b32e958363901e45b6c68653a6 (diff) | |
download | plyr-2cebf9b8a37458ddd1b5ffd6737ea2ebe78cb557.tar.lz plyr-2cebf9b8a37458ddd1b5ffd6737ea2ebe78cb557.tar.xz plyr-2cebf9b8a37458ddd1b5ffd6737ea2ebe78cb557.zip |
chore: release
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a4167041..fe0c61ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v3.6.4 + +- Remove unnecessary calc from media query (thanks @naomiaz) +- Enhance types (thanks @lunika) +- Fix: Object.values for the providers must be used (thanks @syteknet-core) +- Fix: Improve support inside iframes (thanks @ajgagnon) +- Added --plyr-video-background for having control over the background of a video with alpha channel (webm) or a poster image with alpha channel (thanks @nepomuc) +- Fix issue with not entering iosfullscreen of vimeo videos with playsinline=true (thanks @lordon and @Frosch) +- fix: use new syntax for iframe allow attribute +- chore: package updates +- chore: add @babel/plugin-proposal-class-properties +- fix: use bound arrow functions in classes + ### v3.6.3 - Fix volume when unmuting from volume 0 using YouTube (thanks @stephanefbouchard) diff --git a/package.json b/package.json index 8549d67a..f9ef169a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.6.3", + "version": "3.6.4", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", |