aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge pull request #1141 from friday/1137Sam Potts2018-08-012-11/+9
|\ \ | | | | | | Improve captions positioning consistency
| * | Fix #1137: Improve captions positioning consistencyAlbin Larsson2018-07-312-11/+9
|/ /
* | Merge pull request #1139 from friday/controls-inputSam Potts2018-07-312-11/+14
|\ \ | | | | | | Controls input fixes
| * | Update controls.md docsAlbin Larsson2018-07-311-0/+2
| | |
| * | Improve handling of the 'controls' argumentAlbin Larsson2018-07-311-11/+12
|/ /
| * Comments about keydown vs keyup for FirefoxSam Potts2018-08-015-3/+18
| |
| * Fix Firefox spacebar issueSam Potts2018-08-0111-203/+475
| |
| * Make iOS range fix more universalSam Potts2018-07-301-6/+11
| |
| * Fix mergeSam Potts2018-07-3017-2/+26645
| |
| * Merge branch 'develop' into a11y-improvementsSam Potts2018-07-3031-26739/+260
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | # 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-307-10/+10
| |
* | Merge pull request #1136 from sampotts/developSam Potts2018-07-3018-39/+62
|\ \ | | | | | | v3.3.23
| * | Missed referenceSam Potts2018-07-301-0/+1
| | |
| * | v3.3.23Sam Potts2018-07-3012-30/+42
| | |
| * | 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
| | | |
| | * | Don't move caption up when "showing" the lower controls when the controls ↵Albin Larsson2018-07-302-7/+7
| | | | | | | | | | | | | | | | are empty
| | * | If the plyr__controls is empty it is still showing the transition causing ↵mjfwebb2018-07-291-0/+4
| | | | | | | | | | | | | | | | captions to be pushed up when hovering over where the controls would be. This change hides the plyr__controls div when it is empty.
| * | | Merge pull request #1135 from sampotts/masterSam Potts2018-07-306-75/+117
| |\ \ \ | |/ / / |/| | | Merge back
* | | | Merge pull request #1113 from friday/issue-templatesSam Potts2018-07-276-75/+117
|\ \ \ \ | | | | | | | | | | Use GitHub's new issue template prompt
| * | | | New issue templates (with prompt)Albin Larsson2018-07-235-48/+90
| | | | |
| * | | | Lowercase contributing.md (like the other docs)Albin Larsson2018-07-231-0/+0
| | | | |
| | * | | Fix for redraw issueSam Potts2018-07-301-1/+0
| | |/ /
| | * | Merge pull request #1131 from friday/1108Sam Potts2018-07-291-0/+4
| | |\ \ | | | | | | | | | | Make sure youtube.onReady doesn't run twice
| | | * | Fix #1108: Make sure youtube.onReady doesn't run twiceAlbin Larsson2018-07-281-0/+4
| | |/ / | |/| |