aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 3.0.0-beta.16Sam Potts2018-03-031-1/+1
|
* Ready event fix, YouTube play event fix, docs updateSam Potts2018-03-031-10/+2
|
* v3.0.0-beta.15Sam Potts2018-02-191-1/+1
|
* Pause button fix, polyfilled build, unminified buildsSam Potts2018-02-171-1/+1
|
* v3.0.0-beta.13Sam Potts2018-02-131-2/+2
|
* Fix for custom controlsSam Potts2018-02-131-6/+2
|
* Fullscreen API changes, color settings tweaksSam Potts2018-02-111-67/+8
|
* 3.0.0-beta.12Sam Potts2018-02-061-2/+2
|
* Added backwards compatibility for <div> embedsSam Potts2018-02-061-37/+40
|
* Small UI tweaks and fix for instanceof issueSam Potts2018-01-311-1/+5
|
* Version bump + icon fixSam Potts2018-01-301-1/+1
|
* DeploySam Potts2018-01-301-1/+1
|
* Merge branch 'beta' into fix/ads-blockedSam Potts2018-01-301-3/+5
|\ | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/plugins/ads.js # src/js/plyr.js
| * Version bumpSam Potts2018-01-251-1/+1
| |
| * Attempt to fix YouTube message error, added ads references, changes to boolSam Potts2018-01-251-1/+4
| |
| * Restored “Ad” in labelSam Potts2018-01-241-1/+1
| |
| * Version bumpSam Potts2018-01-231-1/+1
| |
* | fix(ads): Fixes media from playing when ads are blockedferdiemmen2018-01-291-2/+3
|/
* Fix bug where ad would play on every play actionferdiemmen2018-01-221-12/+2
|
* Small tweaksSam Potts2018-01-221-5/+6
|
* Bug fixSam Potts2018-01-221-1/+1
|
* Version bumpSam Potts2018-01-221-1/+1
|
* Fix loading/playing of the ads when there is no valid ads.tagUrlferdiemmen2018-01-171-8/+15
|
* Some tweaksferdiemmen2018-01-161-3/+4
|
* fix blocking play() if ads are setferdiemmen2018-01-151-0/+5
|
* Implementing ads pluginferdiemmen2018-01-131-0/+4
|
* Progressively enhance <iframe> embedsSam Potts2018-01-121-35/+59
|
* Beta version up on https://plyr.io/beta and CDNSam Potts2018-01-091-1/+1
|
* Publishing to /betaSam Potts2018-01-091-2/+2
|
* Package tweaksSam Potts2018-01-081-2/+0
|
* Started on error handlingSam2018-01-041-0/+9
|
* Fix for promise issue on Chrome, loading fixSam2017-12-271-5/+11
|
* Docs, restored loadSprite and supported static methodsSam Potts2017-12-231-7/+28
|
* Remove chaning ability and return promise for play()Sam Potts2017-12-201-40/+16
|
* Converted to SASS/SCSSSam Potts2017-12-201-2/+12
|
* IE & Edge fixes, Storage & Console classesSam Potts2017-12-081-51/+54
|
* Fix for keyboard increase/decrease volumeSam Potts2017-11-241-2/+2
|
* Moved to provider + type to make it cleaner in future, fix for multiple playersSam Potts2017-11-231-50/+51
|
* Updated data attributes to `data-plyr` namespace. Speed menu fixesSam Potts2017-11-231-5/+12
|