All Versions
212
Latest Version
Avg Release Cycle
45 days
Latest Release
-

Changelog History
Page 3

  • v3.5.7 Changes

    February 09, 2020
    • Typescript typings (thanks @ondratra)
    • togglePlay now also returns a Promise (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
  • 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 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 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)