aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge pull request #1120 from didacte/add-missing-youtube-hl-paramSam Potts2018-07-263-2/+4
|\ \ \ | |_|/ |/| | Add support for YouTube's hl param
| * | Add support for YouTube's hl paramLéo Renaud-Allaire2018-07-243-2/+4
|/ /
* | Logic fixSam Potts2018-07-191-2/+2
| |
* | Deployment improvements (auto purge cache etc)Sam Potts2018-07-195-65/+162
| |
* | v3.3.22Sam Potts2018-07-187-10/+10
| |
* | Merge branch 'develop'Sam Potts2018-07-181-1/+1
|\|
| * ChangelogSam Potts2018-07-181-1/+1
| |
* | Merge pull request #1103 from sampotts/developSam Potts2018-07-1823-47/+182
|\| | | | | v3.3.12
| * Merge branch 'master' into developSam Potts2018-07-1816-46/+460
| |\ | |/ |/| | | | | | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js.map # package.json
* | Merge pull request #1094 from friday/remarkSam Potts2018-07-113-13/+414
|\ \ | | | | | | Verify internal documentation links with "remark"
| * | Fix internal link for the source setterAlbin Larsson2018-07-101-1/+1
| | |
| * | Add 'remark' and plugin to verify internal links in markdownAlbin Larsson2018-07-102-12/+413
|/ /
* | Merge pull request #1092 from friday/readme-streaming-linkSam Potts2018-07-101-1/+1
|\ \ | | | | | | Fix streaming link in docs
| * | Fix streaming linkAlbin Larsson2018-07-091-1/+1
|/ /
* | Update pull_request_template.mdSam Potts2018-07-051-1/+1
| |
* | Update issue_template.mdSam Potts2018-07-051-4/+2
| |
* | Merge branch 'develop'Sam Potts2018-06-2935-323/+486
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # src/js/plyr.js # src/js/plyr.polyfilled.js
* | | Fix for bug where controls wouldn't show on hover over YouTube videoSam Potts2018-06-2112-14/+18
| | |
* | | Remove `pointer-events: none` on embed `<iframe>` to comply with YouTube ToSSam Potts2018-06-2112-18/+17
| | |
* | | Merge branch 'develop'Sam Potts2018-06-2121-274/+320
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # 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
* \ \ \ Merge pull request #1057 from meyt/patch-1Sam Potts2018-06-201-1/+1
|\ \ \ \ | | | | | | | | | | Fix i18n defaults path on README
| * | | | Fix i18n defaults pathMeyti2018-06-201-1/+1
|/ / / /
* | | | v3.3.17Sam Potts2018-06-197-10/+10
| | | |
* | | | v3.3.17Sam Potts2018-06-1910-51/+56
| | | | | | | | | | | | | | | | | | | | - Fix YouTube muting after seeking with the progress slider - Respect preload="none" when setting quality if the media hasn't been loaded some other way
* | | | Merge branch 'develop'Sam Potts2018-06-192-14/+16
|\ \ \ \
* | | | | v3.3.16Sam Potts2018-06-199-12/+16
| | | | |
| | | | * 3.3.17Sam Potts2018-07-1815-44/+160
| | | | |
| | | | * Merge pull request #1080 from gurupras/html5-quality-source-setter-readmeSam Potts2018-07-181-0/+2
| | | | |\ | | | | | | | | | | | | Updated README.md to show how to add quality options to HTML5 videos
| | | | | * Updated README.md to show up to add quality options to HTML5 videosGuru Prasad Srinivasa2018-06-301-0/+2
| | | | |/ | | | |/| | | | | | | | | | | initialized via the source setter
| | | | * Merge pull request #1095 from friday/sticklerSam Potts2018-07-111-0/+5
| | | | |\ | | | | | | | | | | | | Add stickler config
| | | | | * Add stickler configAlbin Larsson2018-07-101-0/+5
| | | | |/
| | | | * Merge pull request #1093 from friday/travis-2Sam Potts2018-07-103-4/+15
| | | | |\ | | | | | | | | | | | | Verify PR instructions with Travis
| | | | | * Add travis check for the base branch (only permit develop for code changes)Albin Larsson2018-07-102-0/+6
| | | | | |
| | | | | * Add travis check for omitting dist in development branchAlbin Larsson2018-07-102-0/+6
| | | | | |
| | | | | * Simplify travis confAlbin Larsson2018-07-101-4/+3
| | | | |/
| | | | * Merge pull request #1091 from friday/1085Sam Potts2018-07-101-1/+1
| | | | |\ | | | | | | | | | | | | Add navigator.languages fallback for ios 9
| | | | | * Add navigator.languages fallback for ios 9Albin Larsson2018-07-091-1/+1
| | | | |/