aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' into developSam Potts2018-10-241-1/+1
| |\ \ \ \
| | * \ \ \ Merge pull request #1217 from epalmans/masterSam Potts2018-10-171-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | typo
| | | * | | | typoe_palm2018-10-161-1/+1
| | |/ / / /
| * | | | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-10-243-2/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #1226 from jamesoflol/dont-hide-mobile-controls-immediatelySam Potts2018-10-233-2/+11
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | Prevent immediate hiding of controls on mobile
| | | * | | | Prevent immediate hiding of controls on mobileJames2018-10-233-2/+11
| | |/ / / /
| * | | | | Allow custom download URL (for streaming, etc)Sam Potts2018-10-245-12/+29
| | | | | |
| * | | | | Package updatesSam Potts2018-10-241-6/+6
| | | | | |
| * | | | | Fix SVG issue for older browsers (fixes #1191)Sam Potts2018-10-241-2/+3
| |/ / / /
| | | * / Only save quality setting when it's updated by the user. Fixes bug in html5 ↵Robin van Nunen2018-09-292-3/+10
| | |/ / | |/| | | | | | | | | | player where it would override the settings if the current video does not support the given quality.
| * | | Added download buttonSam Potts2018-09-289-55/+133
| | | |
| * | | Moved hardcoded resources to i18nSam Potts2018-09-281-0/+13
| | | |
| * | | Remove link styles from anchor controlsSam Potts2018-09-281-0/+10
| | | |
| * | | SVG cleanupSam Potts2018-09-2814-70/+32
| | | |
| * | | Merge pull request #1192 from jamesoflol/more-mobile-touch-issuesSam Potts2018-09-271-18/+14
| |\ \ \ | | | | | | | | | | Don't hide controls on focusout event
| | * | | Don't hide controls on focusout eventJames2018-09-261-18/+14
| |/ / / | | | | | | | | | | | | It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately.
| * / / TypoSam Potts2018-09-251-1/+1
| |/ /
| * | v3.4.4Sam Potts2018-09-2520-21032/+16647
| | | | | | | | | | | | | | | | | | - Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option - Improved "faux" fullscreen on iPhone X/XS phones with notch - Babel 7 upgrade (which reduced the polyfilled build by ~10kb!)
| * | Clean upSam Potts2018-09-253-5/+3
| | |
| * | Improved fullscreen on iPhone X etcSam Potts2018-09-251-0/+33
| | |
| * | Reverted large pause buttonSam Potts2018-09-253-8/+3
| | |
| * | Yarn lock fileSam Potts2018-09-251-903/+1009
| | |
| * | Remove babel-polyfill in favour of core-jsSam Potts2018-09-251-1/+0
| | |
| * | Babel upgradesSam Potts2018-09-252-65/+39
| | |
| * | Package upgradesSam Potts2018-09-251-16/+24
| | |
| * | Fix touch vs click issueSam Potts2018-09-259-30/+30
| | |
| * | v3.4.3Sam Potts2018-08-1413-17/+21
| | |
| * | Merge pull request #1163 from sampotts/developSam Potts2018-08-142-4/+4
| |\ \ | | | | | | | | Fix bug with nodeList for play buttons
| | * | Fix watchSam Potts2018-08-141-2/+2
| | | |
| | * | Fix for nodeList as buttonsSam Potts2018-08-141-2/+2
| |/ /
| * | v3.4.2Sam Potts2018-08-1412-17/+33
| | |
| * | Fix play/pause button stateSam Potts2018-08-142-10/+22
| | |
| * | v3.4.1Sam Potts2018-08-1413-37/+30
| | |
| * | Fix for controls missing (fixes #1161)Sam Potts2018-08-142-11/+17
| | |
| * | v3.4.0Sam Potts2018-08-1418-317/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Accessibility improvements (see #905) - Improvements to the way the controls work on iOS - Demo code clean up - YouTube quality selection removed due to their poor support for it. As a result, the `qualityrequested` event has been removed - Controls spacing improvements - Fix for pressed property missing with custom controls (Fixes #1062) - Fix #1153: Captions language fallback (thanks @friday) - Fix for setting pressed property of undefined (Fixes #1102)
| * | Merge pull request #1160 from sampotts/developSam Potts2018-08-1452-3162/+3600
| |\ \ | | | | | | | | v3.4.0
| | * \ Merge branch 'master' into developSam Potts2018-08-131-1/+1
| | |\ \ | | |/ / | |/| | | | | | | | | | # Conflicts: # readme.md
| * | | Merge pull request #1143 from mhluska/patch-1Sam Potts2018-08-011-1/+1
| |\ \ \ | | | | | | | | | | Fix Readme typo (Patron -> Patreon)
| | * | | Fix Readme typo (Patron -> Patreon)Maros Hluska2018-08-011-1/+1
| |/ / /
| | * | ChangelogSam Potts2018-08-131-0/+4
| | | |
| | * | Fix for pressed property missing with custom controls (Fixes #1062)Sam Potts2018-08-131-12/+17
| | | |
| | * | Fix for setting pressed property of undefined (Fixes #1102)Sam Potts2018-08-131-1/+1
| | | |
| | * | Controls spacing improvementsSam Potts2018-08-131-17/+19
| | | |
| | * | Removed YouTube quality controlsSam Potts2018-08-137-168/+95
| | | |
| | * | Moved mute button inside plyr__volumeSam Potts2018-08-132-29/+35
| | | |
| | * | Fix IE11 issue in demoSam Potts2018-08-131-2/+3
| | | |
| | * | Yarn lock fileSam Potts2018-08-131-959/+567
| | | |
| | * | Fix tooltip alignmentSam Potts2018-08-131-0/+2
| | | |
| | * | Set background color for videoSam Potts2018-08-131-0/+1
| | | |
| | * | Update wrong reference in docsSam Potts2018-08-131-1/+1
| | | |