Skip to content

Tags: bendathierrycom/plyr

Tags

v3.6.9

Toggle v3.6.9's commit message
- Fix: SASS issue with division (thanks @rol4nd909 and @le0pard)

- Fix: Captions when switching sources (thanks @zexingguo)
- Fix: Icons loading within iframes (thanks @ajgagnon)
- Chore: Update TypeScript types (thanks @Jackie1210 and @AntLevin)
- Fix: iOS fullscreen centering (thanks @hemratna)
- Feat: Added getter and setter for preview thumbnails (thanks @Benny739)
- Fix: Change fullscreen element to player rootnode (thanks @walter van den Houten)
- Fix: Fixed errors when Plyr instance is destroyed before constructor setTimeout() functions execute (thanks @emilis-ideait)
- Fix: Invalid CSS selector syntax (thanks @BjornBrandewallNaviga)
- Fix: Video height issues
- Feat: Improve support for Vimeo private videos (thanks @Frosch)
- Fix: YouTube duration issues (thanks @liesahead)

v3.6.8

Toggle v3.6.8's commit message
- Typings: add FullscreenOptions.container to typing files (thanks @M…

…eguminSama!)

- Fix: added iPadOS detection to isIos util (thanks @Benny739!)
- Fix: issues with Vimeo fullscreen

v3.6.7

Toggle v3.6.7's commit message
- Fix: remove regression caused by optional chaining and nullish coal…

…escing in check for `window.CSS` check for aspect-ratio (fixes sampotts#2174)

v3.6.6

Toggle v3.6.6's commit message
- Improvements to how aspect ratio is handled. Use `aspect-ratio` CSS…

… property instead of the legacy method (still used as fallback). Also automatically determined aspect ratios are rounded to the nearast standard ratio. This fixes issues with the YouTube embeds showing a 1-2px black bar.

- Hide the YouTube poster image container when paused so that the controls underneath can be used.

v3.6.5

Toggle v3.6.5's commit message
- Migrate color formatting to colorette (thanks @jorgebucaran)

- Fix: issue with IE detection
- Fix: missing styles for embeds
- Fix: regression regarding poster image
- Add all required props to vimeo iframe allow attribute - fixes sampotts#2151 (thanks @didrip)

v3.6.4

Toggle v3.6.4's commit message
chore: removed dist directories from git

v3.6.3

Toggle v3.6.3's commit message
- Fix volume when unmuting from volume 0 using YouTube (thanks @steph…

…anefbouchard)

- Add missing unit to calc in media query (thanks @vincentorback)
- Assigning player's lastSeekTime on rewind/fast forward to prevent immediate controls hide on mobile (thanks @trafium)
- Fix for volume control overflowing in Firefox (thanks @dirkjf)
- Force fullscreen events to trigger on plyr element (media element in iOS) and not fullscreen container (thanks @theprojectsomething)
- TypeScript types improvements (thanks @akuma06 & @iwatakeshi)
- Dash demo link fixed (thanks @jonathanarbely)
- Fix "A `ReferenceError: _classCallCheck is not defined` error has occurred." error (thanks @hex-ci)
- Fix issue with CSS custom property check (thanks @syedhusain-appspace)
- Fix for slow loading videos not autoplaying (thanks @DanielHuntleySBG)
- Fix for betwork requests are not cancelled after the player is destroyed (thanks @DanielHuntleySBG)
- Added option to disable custom controls for YouTube and Vimeo

v3.6.2

Toggle v3.6.2's commit message
- Fixes for CSS Custom Property related errors in some build tools (t…

…hanks @Bashev)

- Fixes for custom controls as element (thanks @taylorchu)
- Added missing TypeScript interface for preview thumbnail options (thanks @taylorchu)

v3.5.10

Toggle v3.5.10's commit message
- iOS volume display fix