v3.6.3

sampotts/plyrv3.6.3Nov 14, 2020by sampotts

AI Summary

Stability and bug fix release for volume, fullscreen, and TypeScript.

Key Highlights

  • Fixed volume control overflowing in Firefox.
  • Force fullscreen events to trigger on plyr element in iOS.
  • Fixed volume unmuting from 0 on YouTube.
  • Added option to disable custom controls for YouTube and Vimeo.

New Features

  • Added option to disable custom controls for YouTube and Vimeo.

Full Release Notes

- Fix volume when unmuting from volume 0 using YouTube (thanks @stephanefbouchard)
- 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