diff options
author | Sam Potts <sam@potts.es> | 2019-01-26 16:42:58 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-26 16:42:58 +1100 |
commit | fe536252aa63aa5048da29bcffb9cba87321b6ad (patch) | |
tree | 688f7db5763f8d0dfcbef689b6fc61beafd2c9a6 | |
parent | 52be5ae889a56b87f526eed92c7afab985edb729 (diff) | |
download | plyr-fe536252aa63aa5048da29bcffb9cba87321b6ad.tar.lz plyr-fe536252aa63aa5048da29bcffb9cba87321b6ad.tar.xz plyr-fe536252aa63aa5048da29bcffb9cba87321b6ad.zip |
Version bump
-rw-r--r-- | changelog.md | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 90b2b0f3..56d21f84 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +## v3.5.0 + +- Preview seek/scrubbing thumbnails (thanks @jamesoflol) +- Fixes for proxy listeners (thanks @gurupras) +- Fix for buffer progress transition on WebKit (thanks @samuelgozi) +- Fix for error when mime type not specified (fixes #1274) +- support Youtube noCookie Mode (thanks Omar Khatib) +- Add Angular plugin reference (thanks @smnbbrv) +- Use Math.trunc instead of parseInt (thanks @taion) +- Many fixes for fullscreen in embedded players with non 16:9 screens or videos +- Added 'force' fallback option for fullscreen + ### v3.4.7 - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854) diff --git a/package.json b/package.json index e76341f9..2876f306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.4.7", + "version": "3.5.0", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", |