aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove link styles from anchor controlsSam Potts2018-09-281-0/+10
| |
| * SVG cleanupSam Potts2018-09-2814-70/+32
| |
| * 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-252-2/+2
| | | | | | | | | | | | - 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
| |
| * Remove babel-polyfill in favour of core-jsSam Potts2018-09-251-1/+0
| |
| * Fix touch vs click issueSam Potts2018-09-253-13/+11
| |
| * v3.4.3Sam Potts2018-08-142-2/+2
| |
| * Fix for nodeList as buttonsSam Potts2018-08-141-2/+2
| |
| * v3.4.2Sam Potts2018-08-142-2/+2
| |
| * Fix play/pause button stateSam Potts2018-08-141-10/+18
| |
| * v3.4.1Sam Potts2018-08-142-2/+2
| |
| * Fix for controls missing (fixes #1161)Sam Potts2018-08-141-11/+13
| |
| * v3.4.0Sam Potts2018-08-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | - 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)
| * 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-135-79/+6
| |
| * Moved mute button inside plyr__volumeSam Potts2018-08-132-29/+35
| |
| * Fix tooltip alignmentSam Potts2018-08-131-0/+2
| |
| * Set background color for videoSam Potts2018-08-131-0/+1
| |
| * Moved i18n to utilsSam Potts2018-08-135-7/+7
| |
| * 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-052-2/+2
| | |
| * | 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-022-2/+2
| |
| * Fix for hover over iframed players not showing controlsSam Potts2018-08-021-3/+3
| |
| * Handle race condition for ads lib loading after source changeSam Potts2018-08-011-4/+5
| |
| * Box shadow fix for range trackSam Potts2018-08-011-2/+2
| |
| * Only focus button if menu wasn’t hidden alreadySam Potts2018-08-011-2/+3
| |
| * Escape closes menuSam Potts2018-08-013-74/+93
| |
| * LintingSam Potts2018-08-017-821/+233
| |
| * Merge branch 'develop' into a11y-improvementsSam Potts2018-08-013-21/+17
| |\ | | | | | | | | | | | | # Conflicts: # src/js/controls.js
| | * Fix #1137: Improve captions positioning consistencyAlbin Larsson2018-07-312-11/+9
| | |
| | * Improve handling of the 'controls' argumentAlbin Larsson2018-07-311-11/+12
| | |
| * | Comments about keydown vs keyup for FirefoxSam Potts2018-08-012-1/+12
| | |
| * | Fix Firefox spacebar issueSam Potts2018-08-015-183/+438
| | |
| * | Make iOS range fix more universalSam Potts2018-07-301-6/+11
| | |
| * | Fix mergeSam Potts2018-07-301-2/+1
| | |
| * | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-305-11/+21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # src/js/plyr.js
| | * v3.2.23Sam Potts2018-07-302-2/+2
| | |
| | * Merge pull request #1134 from mjfwebb/hide-empty-controlsSam Potts2018-07-302-6/+11
| | |\ | | | | | | | | Hide empty controls
| | | * Update controls.scssSam Potts2018-07-301-1/+2
| | | |