Skip to content

Tags: wiljeonline/plyr

Tags

v3.3.10

Toggle v3.3.10's commit message
Merge branch 'master' of github.com:sampotts/plyr

# Conflicts:
#	demo/dist/demo.css
#	dist/plyr.css
#	dist/plyr.js.map
#	dist/plyr.min.js
#	dist/plyr.min.js.map
#	dist/plyr.polyfilled.js.map
#	dist/plyr.polyfilled.min.js
#	dist/plyr.polyfilled.min.js.map

v3.3.9

Toggle v3.3.9's commit message
Merge branch 'develop'

v3.3.8

Toggle v3.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sampotts#975 from sampotts/develop

v3.3.8

v3.3.6

Toggle v3.3.6's commit message
* Vimeo fixes for mute state

*   Vimeo ID fix (fixes sampotts#945)
*   Use `<div>` for poster container
*   Tooltip fixes for unicode languages (fixes sampotts#943)

v3.3.2

Toggle v3.3.2's commit message
Small bug fixes

v3.3.0

Toggle v3.3.0's commit message
* Now using a custom poster image element to hide the YouTube play bu…

…tton and give more control over when the poster image shows

*   Renamed `showPosterOnEnd` to `resetOnEnd` as it makes more sense and now works for all players and does not reload media
*   Fix for same domain SVG URLs (raised by Jochem in Slack)
*   [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/Window/URL) is polyfill now required
*   Added pause className (fixes sampotts#941)
*   Button height set in CSS (auto) (fixes sampotts#928)
*   Don't autoplay cloned original media (fixes sampotts#936)
*   Return to the home menu pane after selecting an option