aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow fullscreen in iframeSam Potts2018-03-2715-1103/+1872
|
* Fix for seeking issueSam Potts2018-03-2714-1871/+1072
|
* Use object.entriesSam Potts2018-03-279-12/+23
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-2722-1472/+2561
|
* Update readme.mdSam Potts2018-03-221-1/+1
|
* Update readme.mdSam Potts2018-03-221-0/+4
|
* TypoSam Potts2018-03-221-1/+1
|
* v3.0.3Sam Potts2018-03-2216-1870/+1082
|
* Vimeo offset tweak (fixes #826)Sam Potts2018-03-2212-12/+12
|
* Fix for .stop() method (fixes #819)Sam Potts2018-03-2212-41/+66
|
* Check for array for speed options (fixes #252)Sam Potts2018-03-229-11/+13
|
* Restore as float (fixes #828)Sam Potts2018-03-229-11/+23
|
* Fix for Firefox fullscreen oddness (Fixes #821)Sam Potts2018-03-2213-1094/+1907
|
* Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-03-223-3/+3
|\
| * Merge pull request #820 from saadshahd/patch-1Sam Potts2018-03-223-3/+3
| |\ | | | | | | Fix fast-forward control
| | * Fix fast-forward controlSaad Shahd2018-03-213-3/+3
| | | | | | | | | | | | fast-forward control doesn't work.
* | | Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-03-221-1/+1
|\| |
| * | Merge pull request #822 from DanielRuf/patch/fix-options-linkSam Potts2018-03-211-1/+1
| |\ \ | | |/ | |/| fix the options link in the readme
| | * fix the options link in the readmeDaniel Ruf2018-03-201-1/+1
| | |
* | | Improve Sprite checking (fixes #827)Sam Potts2018-03-229-21/+46
|/ /
* | v3.0.2Sam Potts2018-03-1819-1885/+1090
| |
* | Fix for Safari with adblockersSam Potts2018-03-1815-1217/+3027
| |
* | Fix for local storage issueSam Potts2018-03-1815-45/+76
| |
* | Changelog updatedSam Potts2018-03-181-1/+1
| |
* | Sentry in live onlySam Potts2018-03-189-763/+783
| |
* | Added SentrySam Potts2018-03-1815-373/+4156
| |
* | TypoSam Potts2018-03-171-1/+1
| |
* | Updated screenshotSam Potts2018-03-171-1/+1
| |
* | v3.0.0Sam Potts2018-03-1711-1706/+989
| |
* | Removed beta messageSam Potts2018-03-171-4/+0
| |
* | Merge branch 'beta'Sam Potts2018-03-17148-13001/+37734
|\| | | | | | | | | # Conflicts: # readme.md
| * Added buffered getterSam Potts2018-03-1719-1091/+7597
| |
| * Vimeo fixSam Potts2018-03-1516-5860/+50
| |
| * 3.0.0-beta.20Sam Potts2018-03-1316-66/+118
| |
| * 3.0.0-beta.19Sam Potts2018-03-1314-50/+53
| |
| * Typography fixSam Potts2018-03-1313-31/+48
| |
| * 3.0.0-beta.18Sam Potts2018-03-1317-1708/+1010
| |
| * Update adsSam Potts2018-03-1311-62/+28
| |
| * Fix for null manager race conditionSam Potts2018-03-119-61/+59
| |
| * Normalised event names and removed unusedSam Potts2018-03-119-172/+196
| |
| * Merge pull request #804 from friday/ads-trigger-argumentsSam Potts2018-03-111-4/+5
| |\ | | | | | | [v3] Add optional arguments to Ads.trigger
| | * Add optional argument to Ads.trigger (currently only used for adblocker error)Albin Larsson2018-03-101-4/+5
| |/
| * Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-1125-3265/+3438
| |
| * Merge branch 'beta' of github.com:sampotts/plyr into betaSam Potts2018-03-104-56/+57
| |\
| | * Merge pull request #802 from gehaktmolen/ad-hotfixesSam Potts2018-03-104-56/+57
| | |\ | | | | | | | | Advertisement couldnt be loaded when creative dimensions do not align after resizing
| | | * Removed redundant wrappers within the adsmanager promises.Arthur Hulsman2018-03-091-3/+3
| | | |
| | | * 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-093-45/+37
| | | | | | | | | | | | | | | | 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.
| | | * Resizing the ad container while having it on display none will return offset ↵Arthur Hulsman2018-03-072-6/+17
| | | | | | | | | | | | | | | | width and height of 0, which will cause ads not to play when ad sizes are set within the clients DSP. Also making sure that the inner containers of the ad container are full size. The container is now hidden/ displayed using z-index.