aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use querySelector on container for showMenuPanelEmiel Beinema2019-04-151-1/+1
|
* Merge branch 'master' into developSam Potts2019-04-1221-5052/+10338
|\
| * 3.5.3Sam Potts2019-04-1221-5052/+10338
| |
| * Merge pull request #1410 from sampotts/developSam Potts2019-04-1216-272/+601
| |\ | | | | | | v3.5.3
* | | Set download URL via setterSam Potts2019-04-124-7/+20
| |/ |/|
* | Bump versionSam Potts2019-04-121-1/+1
| |
* | ChangelogSam Potts2019-04-121-0/+8
| |
* | Package upgradesSam Potts2019-04-123-201/+441
| |
* | Moved all video styles togetherSam Potts2019-04-123-38/+33
| |
* | Merge branch 'master' into developSam Potts2019-04-122-4/+16
|\| | | | | | | | | # Conflicts: # readme.md
| * Merge pull request #1407 from freezer278/http-youtube-fixSam Potts2019-04-111-2/+10
| |\ | | | | | | fixed setting youtube host for non-https case
| | * code cleanupVladimir Morozov2019-04-041-2/+2
| | |
| | * code cleanupVladimir Morozov2019-04-041-10/+2
| | |
| | * fixed setting youtube host for non-https caseVladimir Morozov2019-04-041-1/+17
| | |
| * | Update readme.mdSam Potts2019-03-261-3/+2
| | |
* | | Aspect ratio improvements (fixes #1042, fixes #1366)Sam Potts2019-04-128-33/+109
| | |
* | | Autoplay tweak for HTML5Sam Potts2019-04-121-2/+2
| | |
* | | Fix YouTube autoplay (fixes #1185)Sam Potts2019-04-121-1/+1
| | |
* | | Merge pull request #1362 from doublex/masterSam Potts2019-04-111-4/+7
|\ \ \ | | | | | | | | #46 - two patches from 'jamesoflol'
| * | | Preview seek: optional hours and ms in VTT parserYour Name2019-02-271-3/+3
| | | |
| * | | Preview seek: fix: allow absolute thumbnail pathsYour Name2019-02-271-1/+4
| | | |
* | | | Merge pull request #1404 from taion/clear-timeoutsSam Potts2019-04-111-3/+5
|\ \ \ \ | |_|_|/ |/| | | fix: Properly clear all timeouts on destroy
| * | | fix: Properly clear all timeouts on destroyJimmy Jia2019-04-011-3/+5
|/ / /
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-03-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge pull request #1376 from ar31an/patch-1Sam Potts2019-03-071-1/+1
| |\ \ | | | | | | | | Update poster src
| | * | Update poster srcArslan Javed2019-03-071-1/+1
| |/ /
| * | Merge pull request #1375 from sampotts/masterSam Potts2019-03-0726-7259/+7682
| |\| | | | | | | Merge back
* | | HousekeepingSam Potts2019-03-1619-493/+625
| |/ |/|
* | Fixed issue where the preview thumbnail was present while scrubbingSam Potts2019-02-2424-76/+92
| |
* | v3.5.1Sam Potts2019-02-2321-7205/+7612
| |
* | Merge pull request #1356 from sampotts/developSam Potts2019-02-238-661/+274
|\| | | | | v3.5.1
| * v3.5.1Sam Potts2019-02-232-1/+5
| |
| * Merge branch 'master' into developSam Potts2019-02-2320-24/+24
| |\ | |/ |/| | | | | # Conflicts: # gulpfile.js
* | Deployed v3.5.0Sam Potts2019-02-1921-28/+26
| |
* | Fix linksSam Potts2019-02-1921-29/+28
| |
| * Jsdoc updatesSam Potts2019-02-233-43/+43
| |
| * Update .npmignoreSam Potts2019-02-231-1/+2
| |
| * Fix buildSam Potts2019-02-233-626/+231
|/
* Update build processSam Potts2019-02-1924-960/+1933
|
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-02-191-1/+1
|\
| * Merge pull request #1327 from robertkraig/developSam Potts2019-02-191-1/+1
| |\ | | | | | | Update <progress> bar role=progressbar
| | * Merge pull request #1 from robertkraig/defect/update-progress-element-axe-errorRobert Kraig2019-01-301-1/+1
| | |\ | | | | | | | | Updating accessibility attribute to progressbar
| | | * Updating accessibility attribute to progressbarRobert Kraig2019-01-301-1/+1
| | | | | | | | | | | | aXe complains this is a non-compatible attribute to be set as `role="presentation"`
* | | | Added RangeTouch, updated Shr lib in demoSam Potts2019-02-1922-1409/+2791
|/ / /
* | | Tweak to readmeSam Potts2019-02-151-20/+20
| | |
* | | Plenty of emojisSam Potts2019-02-151-8/+8
| | |
* | | DocsSam Potts2019-02-141-91/+66
| | |
* | | Merge pull request #1343 from electerious/patch-1Sam Potts2019-02-141-5/+2
|\ \ \ | | | | | | | | Remove NodeList example
| * | | Removed setting up multiple playersTobias Reich2019-02-141-4/+0
| | | | | | | | | | | | This example is already covered in the readme.
| * | | Remove NodeList exampleTobias Reich2019-02-141-4/+5
|/ / / | | | | | | | | | | | | I've removed the NodeList example because it's confusing. Only the first element of a NodeList will be used and this is usually not what you want. I've instead replaced it with a `querySelector` and map example. It's related to: https://github.com/sampotts/plyr/issues/801 I know that there was a note, pointing out that the first element will be used, but be honest: Everybody is just scanning the examples for code and doing copy paste :D