aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Small bug fixesSam Potts2018-05-061-6/+1
|
* v3.3.0Sam Potts2018-05-061-29/+27
|
* Only add hideControls class if config.hideControls is truthyAlbin Larsson2018-04-261-2/+2
|
* v3.2.4Sam Potts2018-04-271-1/+1
|
* v3.2.3Sam Potts2018-04-251-1/+1
|
* v3.2.2Sam Potts2018-04-251-1/+1
|
* v3.2.1Sam Potts2018-04-231-1/+1
|
* Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-04-181-2/+2
|\
| * Don't require captions toggle button to be enabled in order to show captionsAlbin Larsson2018-04-171-2/+2
| |
* | ARIA and Vimeo fixesSam Potts2018-04-181-2/+2
|/
* v3.2.0Sam Potts2018-04-171-1/+1
|
* More bug fixesSam Potts2018-04-171-5/+10
|
* Fix for `playing` false positive (fixes #898)Sam Potts2018-04-171-1/+1
|
* Fixed bug for captions with no srclang and labels and improved logic (fixes ↵Sam Potts2018-04-171-3/+16
| | | | #875)
* Safer check for active captionAntonio Laguna2018-04-111-1/+1
|
* Fix loading data-plyr-config when initiating Plyr without any optionsAlbin Larsson2018-04-041-1/+1
|
* v3.1.0Sam Potts2018-04-031-1/+1
|
* v3.1.0-beta.2Sam Potts2018-04-031-1/+1
|
* YouTube speed menu fixSam Potts2018-04-031-2/+7
|
* v3.1.0-beta.1Sam Potts2018-04-021-1/+1
|
* HTML5 quality selectionSam Potts2018-04-021-6/+10
|
* v3.0.11Sam Potts2018-03-301-1/+1
|
* Muted and autoplay fixes, small bug fixesSam Potts2018-03-301-6/+26
|
* v3.0.10Sam Potts2018-03-301-1/+1
|
* Fix regressionSam Potts2018-03-291-1/+1
|
* Vimeo hotfixSam Potts2018-03-291-1/+1
|
* Bug fixesSam Potts2018-03-281-1/+1
|
* v3.0.6Sam Potts2018-03-281-1/+1
|
* v3.0.5Sam Potts2018-03-271-3/+1
|
* v3.0.4Sam Potts2018-03-271-1/+1
|
* Controls fixesSam Potts2018-03-271-11/+22
|
* Revert API method changeSam Potts2018-03-271-1/+1
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-271-1/+1
|
* v3.0.3Sam Potts2018-03-221-1/+1
|
* Fix for .stop() method (fixes #819)Sam Potts2018-03-221-2/+5
|
* Restore as float (fixes #828)Sam Potts2018-03-221-1/+1
|
* v3.0.2Sam Potts2018-03-181-3/+3
|
* Fix for local storage issueSam Potts2018-03-181-2/+6
|
* v3.0.0Sam Potts2018-03-171-1/+1
|
* Added buffered getterSam Potts2018-03-171-17/+42
|
* Vimeo fixSam Potts2018-03-151-0/+7
|
* 3.0.0-beta.20Sam Potts2018-03-131-10/+19
|
* 3.0.0-beta.19Sam Potts2018-03-131-1/+1
|
* 3.0.0-beta.18Sam Potts2018-03-131-1/+1
|
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-111-10/+16
|
* Unneeded else has been removed within the play() method.Arthur Hulsman2018-03-091-2/+2
|
* Made sure play() returns a promise.Arthur Hulsman2018-03-091-2/+2
|
* Ad block detection would not work when calling play() right after creating ↵Arthur Hulsman2018-03-091-3/+4
| | | | the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method.
* Removed a double this.enabled variable and updated a comment in ads.js. Also ↵Arthur Hulsman2018-03-061-6/+7
| | | | made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo.
* v3.0.0-beta.17Sam Potts2018-03-031-1/+1
|