Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #871 from friday/867 | Sam Potts | 2018-04-05 | 1 | -1/+1 | |
| |\ | | | | | | | Fix #867: Add custom property fallback | |||||
| | * | Fix #867: Add custom property fallback | Albin Larsson | 2018-04-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #868 from friday/null-no-controls | Sam Potts | 2018-04-05 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Fix string "null" being appended after the video if controls argument is empty. | |||||
| | * | Fix 'null' being appended after the video if controls is empty array | Albin Larsson | 2018-04-04 | 1 | -1/+1 | |
| |/ | ||||||
* / | Restore paused state after seek | Sam Potts | 2018-04-11 | 11 | -11/+37 | |
|/ | ||||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-04-04 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #863 from friday/data-plyr-config-no-options | Sam Potts | 2018-04-04 | 1 | -1/+1 | |
| |\ | | | | | | | Fix loading data-plyr-config when initiating Plyr without any options | |||||
| | * | Fix loading data-plyr-config when initiating Plyr without any options | Albin Larsson | 2018-04-04 | 1 | -1/+1 | |
| |/ | ||||||
* / | Style fixes | Sam Potts | 2018-04-04 | 12 | -16/+24 | |
|/ | ||||||
* | Changelog | Sam Potts | 2018-04-03 | 1 | -0/+8 | |
| | ||||||
* | v3.1.0 | Sam Potts | 2018-04-03 | 8 | -10/+10 | |
| | ||||||
* | Styling fixes | Sam Potts | 2018-04-03 | 17 | -14/+22 | |
| | ||||||
* | v3.1.0-beta.2 | Sam Potts | 2018-04-03 | 13 | -1846/+823 | |
| | ||||||
* | YouTube speed menu fix | Sam Potts | 2018-04-03 | 18 | -899/+1959 | |
| | ||||||
* | v3.1.0-beta.1 | Sam Potts | 2018-04-02 | 19 | -1850/+847 | |
| | ||||||
* | HTML5 quality selection | Sam Potts | 2018-04-02 | 27 | -1142/+3004 | |
| | ||||||
* | v3.0.11 | Sam Potts | 2018-03-30 | 17 | -1850/+832 | |
| | ||||||
* | Muted and autoplay fixes, small bug fixes | Sam Potts | 2018-03-30 | 18 | -958/+2116 | |
| | ||||||
* | v3.0.10 | Sam Potts | 2018-03-30 | 14 | -1846/+828 | |
| | ||||||
* | Controls docs, package upgrades | Sam Potts | 2018-03-30 | 16 | -1681/+2329 | |
| | ||||||
* | Fix regression | Sam Potts | 2018-03-29 | 20 | -35/+28 | |
| | ||||||
* | Vimeo hotfix | Sam Potts | 2018-03-29 | 15 | -21/+37 | |
| | ||||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-03-28 | 1 | -1/+1 | |
|\ | ||||||
| * | Update readme.md | Sam Potts | 2018-03-28 | 1 | -1/+1 | |
| | | ||||||
* | | Bug fixes | Sam Potts | 2018-03-28 | 23 | -42/+125 | |
|/ | ||||||
* | v3.0.6 | Sam Potts | 2018-03-28 | 20 | -32/+55 | |
| | ||||||
* | v3.0.5 | Sam Potts | 2018-03-27 | 15 | -42/+18 | |
| | ||||||
* | v3.0.4 | Sam Potts | 2018-03-27 | 14 | -1869/+1068 | |
| | ||||||
* | Controls fixes | Sam Potts | 2018-03-27 | 17 | -127/+218 | |
| | ||||||
* | Revert API method change | Sam Potts | 2018-03-27 | 10 | -15/+32 | |
| | ||||||
* | 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 | |||||
| | * | Fix fast-forward control | Saad Shahd | 2018-03-21 | 3 | -3/+3 | |
| | | | | | | | | | | | | fast-forward control doesn't work. | |||||
* | | | 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 | |||||
| | * | 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 | |
|/ / |