All Versions
212
Latest Version
Avg Release Cycle
45 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v3.5.7 Changes
February 09, 2020- Typescript typings (thanks @ondratra)
togglePlay
now also returns aPromise
(thanks @azizhk)- ๐ Documentation improvements and typo fixes (thanks @ffpetrovic, @skerbis, @ayunami2000, @pjbaert, @MaxGiting, @0xflotus and @thatrobotdev)
- Accessibility tweak for the play button (thanks @lunika)
- ๐ Fix for ads configuration (thanks @SoftCreatR)
- ๐ Fix handling listener return value (thanks @taion)
- โ Added localisation key for PIP (picture-in-picture) (thanks @lmislm)
- Preserve viewBox attribute in SVG sprite symbols (thanks @bseib)
- ๐ Fix being unable to unmute autoplayed video on iOS (thanks @sumanbh)
- ๐ Fixed Plyr container not resizing responsively (thanks @shravan2x)
- ๐ Change vimeo demo video (thanks @thatrobotdev)
- ๐ Fix for
Uncaught RangeError: Maximum call stack size exceeded
(thanks @laukstein) - ๐ Improve fullscreen experience on some devices (thanks @savroff)
- ๐ Improvements to buffering state for embedded players (thanks @doostinharrell)
- Prevents IE11 with resetOnEnd option set to true to play video again (thanks @felipe K. De Boni)
- ๐ Fix for multiple poster image downloads (use the native poster only for HTML5 videos)
- ๐ Various presentational fixes
- โ Removed logic to hide/show volume controls based on audio track detection due to it's problematic nature. If you want to hide volume control, use the
controls
option to do so. - ๐ Fix preview thumbnail scrubbing not working on mobile touch devices (thanks @ydylla)
- โ Add download attribute to download button (thanks @Code1110)
- Trap keyboard focus only when fullscreen (thanks @k-jensen)
- ๐ Improvements to speed options - you can now specify all options in the UI (YouTube and Vimeo only accept 0.5-2) (thanks @ydylla)
- ๐ Improve/fix quality change state restoring (thanks @ydylla)
Note: This update contains CSS changes.
-
v3.5.6 Changes
June 21, 2019- Another Edge fix (thanks Nick Hawk via Slack)
-
v3.5.5 Changes
June 20, 2019- YouTube fix for when there are other embeds on the page (thanks @aFarkas)
- ๐ฆ Separated demo dependencies into their own package.json
- Fix for Edge controls flexbox issue when resizing the player (thanks Nick Hawk via Slack)
- ๐ More aspect ratio fixes
-
v3.5.4 Changes
April 25, 2019- โ Added: Set download URL via new setter
- ๐ Improvement: The order of the
controls
option now effects the order in the DOM - i.e. you can re-order the controls - Note: this may break any custom CSS you have setup. Please see the changes in the PR to the default SASS - ๐ Fixed issue with empty controls and preview thumbs
- ๐ Fixed issue with setGutter call (from Sentry)
- ๐ Fixed issue with initial selected speed not working
- โ Added notes on
autoplay
config option and browser compatibility - ๐ Fixed issue with ads volume not matching current content volume
- ๐ Fixed race condition where ads were loading during source change
- ๐ Improvement: Automatic aspect ratio for YouTube is now supported, meaning all aspect ratios are set based on media content - Note: we're now using a different API to get YouTube video metadata so you may need to adjust any CSPs you have setup
- ๐ Fix for menu in the Shadow DOM (thanks @emielbeinema)
-
v3.5.3 Changes
April 12, 2019- 0๏ธโฃ Improved the usage of the
ratio
config option; it now works as expected and for all video types. The default has not changed, it is to dynamically, where possible (except YouTube where 16:9 is used) determine the ratio from the media source so this is not a breaking change. - Added new
ratio
getter and setter - Fix: Properly clear all timeouts on destroy
- Fix: Allow absolute paths in preview thumbnails
- ๐ Improvement: Allow optional hours and ms in VTT parser in preview thumbnails
- 0๏ธโฃ Improved the usage of the
-
v3.5.2 Changes
February 24, 2019- ๐ Fixed issue where the preview thumbnail was present while scrubbing
-
v3.5.1 Changes
February 23, 2019- ๐ Fixed build issues with babel and browserslist
-
v3.5.0 Changes
February 18, 2019- ๐ 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 (thanks Omar Khatib)
- โ Add Angular plugin reference (thanks @smnbbrv)
- ๐ Use
Math.trunc
instead ofparseInt
(thanks @taion) - ๐ Many fixes for fullscreen in embedded players with non 16:9 screens or videos
- โ Added 'force' fallback option for fullscreen
- RangeTouch is now bundled with Plyr as a dependency to fix the scrubber on touch devices
-
v3.4.8 Changes
January 17, 2019- Calling customized controls function with proper arguments (thanks @a60814billy)
-
v3.4.7 Changes
November 08, 2018- ๐ Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)