Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow fullscreen in iframe | Sam Potts | 2018-03-27 | 15 | -1103/+1872 |
* | Fix for seeking issue | Sam Potts | 2018-03-27 | 14 | -1871/+1072 |
* | Use object.entries | Sam Potts | 2018-03-27 | 9 | -12/+23 |
* | Fixes for fast forward and issues with event.preventDefault() | Sam Potts | 2018-03-27 | 22 | -1472/+2561 |
* | Update readme.md | Sam Potts | 2018-03-22 | 1 | -1/+1 |
* | Update readme.md | Sam Potts | 2018-03-22 | 1 | -0/+4 |
* | Typo | Sam Potts | 2018-03-22 | 1 | -1/+1 |
* | v3.0.3 | Sam Potts | 2018-03-22 | 16 | -1870/+1082 |
* | Vimeo offset tweak (fixes #826) | Sam Potts | 2018-03-22 | 12 | -12/+12 |
* | Fix for .stop() method (fixes #819) | Sam Potts | 2018-03-22 | 12 | -41/+66 |
* | Check for array for speed options (fixes #252) | Sam Potts | 2018-03-22 | 9 | -11/+13 |
* | Restore as float (fixes #828) | Sam Potts | 2018-03-22 | 9 | -11/+23 |
* | Fix for Firefox fullscreen oddness (Fixes #821) | Sam Potts | 2018-03-22 | 13 | -1094/+1907 |
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-03-22 | 3 | -3/+3 |
|\ | |||||
| * | Merge pull request #820 from saadshahd/patch-1 | Sam Potts | 2018-03-22 | 3 | -3/+3 |
| |\ | |||||
| | * | Fix fast-forward control | Saad Shahd | 2018-03-21 | 3 | -3/+3 |
* | | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-03-22 | 1 | -1/+1 |
|\| | | |||||
| * | | Merge pull request #822 from DanielRuf/patch/fix-options-link | Sam Potts | 2018-03-21 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | fix the options link in the readme | Daniel Ruf | 2018-03-20 | 1 | -1/+1 |
* | | | Improve Sprite checking (fixes #827) | Sam Potts | 2018-03-22 | 9 | -21/+46 |
|/ / | |||||
* | | v3.0.2 | Sam Potts | 2018-03-18 | 19 | -1885/+1090 |
* | | Fix for Safari with adblockers | Sam Potts | 2018-03-18 | 15 | -1217/+3027 |
* | | Fix for local storage issue | Sam Potts | 2018-03-18 | 15 | -45/+76 |
* | | Changelog updated | Sam Potts | 2018-03-18 | 1 | -1/+1 |
* | | Sentry in live only | Sam Potts | 2018-03-18 | 9 | -763/+783 |
* | | Added Sentry | Sam Potts | 2018-03-18 | 15 | -373/+4156 |
* | | Typo | Sam Potts | 2018-03-17 | 1 | -1/+1 |
* | | Updated screenshot | Sam Potts | 2018-03-17 | 1 | -1/+1 |
* | | v3.0.0 | Sam Potts | 2018-03-17 | 11 | -1706/+989 |
* | | Removed beta message | Sam Potts | 2018-03-17 | 1 | -4/+0 |
* | | Merge branch 'beta' | Sam Potts | 2018-03-17 | 148 | -13001/+37734 |
|\| | |||||
| * | Added buffered getter | Sam Potts | 2018-03-17 | 19 | -1091/+7597 |
| * | Vimeo fix | Sam Potts | 2018-03-15 | 16 | -5860/+50 |
| * | 3.0.0-beta.20 | Sam Potts | 2018-03-13 | 16 | -66/+118 |
| * | 3.0.0-beta.19 | Sam Potts | 2018-03-13 | 14 | -50/+53 |
| * | Typography fix | Sam Potts | 2018-03-13 | 13 | -31/+48 |
| * | 3.0.0-beta.18 | Sam Potts | 2018-03-13 | 17 | -1708/+1010 |
| * | Update ads | Sam Potts | 2018-03-13 | 11 | -62/+28 |
| * | Fix for null manager race condition | Sam Potts | 2018-03-11 | 9 | -61/+59 |
| * | Normalised event names and removed unused | Sam Potts | 2018-03-11 | 9 | -172/+196 |
| * | Merge pull request #804 from friday/ads-trigger-arguments | Sam Potts | 2018-03-11 | 1 | -4/+5 |
| |\ | |||||
| | * | Add optional argument to Ads.trigger (currently only used for adblocker error) | Albin Larsson | 2018-03-10 | 1 | -4/+5 |
| |/ | |||||
| * | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 25 | -3265/+3438 |
| * | Merge branch 'beta' of github.com:sampotts/plyr into beta | Sam Potts | 2018-03-10 | 4 | -56/+57 |
| |\ | |||||
| | * | Merge pull request #802 from gehaktmolen/ad-hotfixes | Sam Potts | 2018-03-10 | 4 | -56/+57 |
| | |\ | |||||
| | | * | Removed redundant wrappers within the adsmanager promises. | Arthur Hulsman | 2018-03-09 | 1 | -3/+3 |
| | | * | Unneeded else has been removed within the play() method. | Arthur Hulsman | 2018-03-09 | 1 | -2/+2 |
| | | * | Made sure play() returns a promise. | Arthur Hulsman | 2018-03-09 | 1 | -2/+2 |
| | | * | Ad block detection would not work when calling play() right after creating th... | Arthur Hulsman | 2018-03-09 | 3 | -45/+37 |
| | | * | Resizing the ad container while having it on display none will return offset ... | Arthur Hulsman | 2018-03-07 | 2 | -6/+17 |