aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | |
| | * | Moved i18n to utilsSam Potts2018-08-135-7/+7
| | | |
| | * | Package updatesSam Potts2018-08-131-23/+13
| | | |
| | * | Merge pull request #1158 from friday/1153Sam Potts2018-08-131-5/+2
| | |\ \ | | | | | | | | | | Fix #1153: Captions language fallback
| | | * | Fix #1153: Captions language fallbackAlbin Larsson2018-08-121-5/+2
| | |/ /
| | * | Merge pull request #1147 from jamesoflol/fix-ios-fullscreen-while-stoppedSam Potts2018-08-051-3/+1
| | |\ \ | | | | | | | | | | Remove 'video is playing' requirement for iosNative fullscreen
| | | * | Remove 'video is playing' requirement for iosNative fullscreenJames2018-08-031-3/+1
| | | | |
| | * | | 3.4.0-beta.2Sam Potts2018-08-0513-66/+126
| | | | |
| | * | | Fix issue where enter key wasn’t setting focus correctlySam Potts2018-08-053-37/+50
| | | | |
| | * | | Rounded aria-valuetext to 1 decimal placeSam Potts2018-08-051-1/+1
| | | | |
| | * | | Removed aria-labelled-bySam Potts2018-08-051-2/+0
| | |/ /
| | * | v3.4.0-beta.1Sam Potts2018-08-0214-156/+139
| | | |
| | * | Merge pull request #1142 from sampotts/a11y-improvementsSam Potts2018-08-0240-1888/+2730
| | |\ \ | | | | | | | | | | A11y improvements
| | | * | Fix for hover over iframed players not showing controlsSam Potts2018-08-023-5/+5
| | | | |
| | | * | Handle race condition for ads lib loading after source changeSam Potts2018-08-015-11/+13
| | | | |
| | | * | Box shadow fix for range trackSam Potts2018-08-013-4/+4
| | | | |
| | | * | Ads on dev or prod onlySam Potts2018-08-011-61/+14
| | | | |
| | | * | Only focus button if menu wasn’t hidden alreadySam Potts2018-08-015-7/+9
| | | | |
| | | * | Escape closes menuSam Potts2018-08-017-155/+195
| | | | |
| | | * | BuildSam Potts2018-08-0114-54/+75
| | | | |
| | | * | Demo configSam Potts2018-08-011-2/+1
| | | | |
| | | * | LintingSam Potts2018-08-0110-872/+256
| | | | |
| | | * | Merge branch 'develop' into a11y-improvementsSam Potts2018-08-014-21/+19
| | | |\ \ | | | |/ / | | |/| | | | | | | | | | | | # Conflicts: # src/js/controls.js