Skip to content

Tags: Crizalid/plyr

Tags

v3.5.6

Toggle v3.5.6's commit message
Another MS Edge fix for the controls

v3.5.5

Toggle v3.5.5's commit message
- YouTube fix for when there are other embeds on the page (thanks @aF…

…arkas)

-   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

Toggle v3.5.4's commit message
- 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

Toggle v3.5.3's commit message
- Improved the usage of the `ratio` config option; it now works as ex…

…pected 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

v3.5.2

Toggle v3.5.2's commit message
- Fixed issue where the preview thumbnail was present while scrubbing

v3.5.1

Toggle v3.5.1's commit message
- Fixed build issues with babel and browserslist

v3.5.0

Toggle v3.5.0's commit message
- 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 sampotts#1274)
-   Support YouTube noCookie (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
-   [RangeTouch](https://rangetouch.com) is now bundled with Plyr as a dependency to fix the scrubber on touch devices

v3.4.8

Toggle v3.4.8's commit message
- Calling customized controls function with proper arguments (thanks @…

…a60814billy)

v3.4.7

Toggle v3.4.7's commit message
- Fix for Vimeo fullscreen with non native aspect ratios (fixes sampo…

…tts#854)

v3.4.6

Toggle v3.4.6's commit message
- Added picture-in-picture support for Chrome 70+

-   Fixed issue with versioning the SVG sprite in the gulp build script