aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Fixes2max2020-02-261-4/+4
| | | | | | | | | | |
| | * | | | | | | | | Fixesmax2020-02-261-6/+9
| | | | | | | | | | |
| | * | | | | | | | | preview-thumbnails via src:callback()max2020-02-251-7/+19
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #1739 from ydylla/ignore-internal-play-promisesSam Potts2020-03-297-34/+66
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ignore internal play promises
| | * | | | | | | | | | add promise footnote to togglePlayydylla2020-03-231-24/+24
| | | | | | | | | | | |
| | * | | | | | | | | | silence all internal play promisesydylla2020-03-236-10/+42
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #1727 from jnoordsij/fix_shadowrootSam Potts2020-03-292-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix shadowroot
| | * | | | | | | | | | Compare fullscreenElement with shadowroot host if player is in shadow DOMJesper2020-03-101-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Fix prototype used for selector matcher functionJesper2020-03-101-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | BuildSam Potts2020-03-2717-3286/+2639
| | | | | | | | | | | |
| * | | | | | | | | | | Package upgradesSam Potts2020-03-272-669/+681
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into developSam Potts2020-03-271-1/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Update readme.mdSam Potts2020-03-141-1/+3
| | | | | | | | | | |
| | * | | | | | | | | Update readme.mdSam Potts2020-03-141-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #1729 from opencollective/opencollectiveSam Potts2020-03-141-1/+25
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | Add financial contributors for Open Collective
| | | * | | | | | | | Add financial contributors for Open Collectivejess2020-03-131-1/+25
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, I'm making updates for Open Collective. Either you or another core contributor signed this repository up for Open Collective. This pull request adds financial contributors from your Open Collective https://opencollective.com/plyr ❤️ What it does: - adds a badge to show the latest number of financial contributors - adds a banner displaying contributors to the project on GitHub - adds a banner displaying all individuals contributing financially on Open Collective - adds a section displaying all organizations contributing financially on Open Collective, with their logo and a link to their website P.S: As with any pull request, feel free to comment or suggest changes. Thank you for your great contribution to the Open Source community. You are awesome! 🙌 And welcome to the Open Collective community! 😊 Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other Open Source sustainers!
| * | | | | | | | | Merge pull request #1706 from sampotts/masterSam Potts2020-02-261-4/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge back
| | * | | | | | | | Merge pull request #1701 from mogzol/patch-1Sam Potts2020-02-261-4/+3
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | Use number instead of string in TS quality definitions
| | | * | | | | | | Use number instead of string in TS quality definitionsMorgan Zolob2020-02-241-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using strings for the quality doesn't work, plyr expects numbers, so this fixes the definitions.
| * | | | | | | | | Merge pull request #1704 from hug963/add-missing-ts-typesSam Potts2020-02-261-0/+25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add missing Typescripts types and options
| | * | | | | | | | | Add missing Typescripts types and optionsHugues2020-02-251-0/+25
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #1703 from LeBenLeBen/developSam Potts2020-02-261-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Completely hide SVG icons to screen readers
| | * | | | | | | | | Completely hide SVG icons to screen readersBenoît Burgener2020-02-251-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG icons should be ignored by screen readers since they have complimentary labels (aria-label or plyr__sr-only). The current « presentation » role simply makes the element behave like a « span » which is incorrect, aria-hidden prevents screen readers from taking care of these elements at all.
| * | | | | | | | | Merge pull request #1702 from sampotts/masterSam Potts2020-02-253-2/+14
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / / Merge back
| | * / / / / / / Update contributing.mdSam Potts2020-02-251-2/+2
| | |/ / / / / /
| | * | | | | | Merge pull request #1694 from nisarhassan12/masterSam Potts2020-02-193-1/+13
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | simplify contributions by fully automating the dev setup with gitpod
| | | * | | | | | simplify code contributions by fully automating the dev setup with gitpodNisar Hassan Naqvi2020-02-173-1/+13
| | |/ / / / / /
| * | | | | | | Merge pull request #1695 from CzBiX/patch-2Sam Potts2020-02-191-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fix issue when controls config is string or element
| | * | | | | | Fix issue when controls config is string or elementCzBiX2020-02-171-1/+2
| |/ / / / / /
* | | | | | | Package upgradesSam Potts2020-03-292-640/+691
| | | | | | |
* | | | | | | Gulp file broken downSam Potts2020-03-293-516/+501
|/ / / / / /
* | | | | | v3.5.10Sam Potts2020-02-1419-22/+22
| | | | | |
* | | | | | Merge pull request #1692 from sampotts/developSam Potts2020-02-145-3/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | v3.5.10
| * | | | | | v3.5.10Sam Potts2020-02-145-3/+13
|/ / / / / / | | | | | | | | | | | | | | | | | | - iOS volume display fix
* | | | | | v3.5.9 deployedSam Potts2020-02-1419-25/+41
| | | | | |
* | | | | | Merge pull request #1691 from sampotts/developSam Potts2020-02-1420-36/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | v3.5.9
| * | | | | | v3.5.9Sam Potts2020-02-1414-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix for regression with volume control width - Ensure poster image is not downloaded again for HTML5 videos
| * | | | | | Merge branch 'master' into developSam Potts2020-02-142-8/+8
| |\ \ \ \ \ \
| | * | | | | | Fix for regression with volume control widthSam Potts2020-02-141-8/+3
| | | | | | | |
| | * | | | | | Ensure poster image is not downloaded again for HTML5 videosSam Potts2020-02-141-0/+5
| |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into developSam Potts2020-02-137-7/+6
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | StylesSam Potts2020-02-136-7/+5
| | | | | | |
* | | | | | | Fix syntax with funding.ymlSam Potts2020-02-131-1/+1
| | | | | | |
* | | | | | | Added Open Collective as funding optionSam Potts2020-02-131-0/+1
| |/ / / / / |/| | | | |
| * | | | | More styles clean upSam Potts2020-02-123-11/+8
| | | | | |
| * | | | | Removed redundant keys propertySam Potts2020-02-121-4/+1
|/ / / / /
* | | | | v3.5.8 deployedSam Potts2020-02-1021-998/+1532
| | | | |
* | | | | Merge pull request #1684 from sampotts/developSam Potts2020-02-1028-280/+328
|\ \ \ \ \ | | | | | | | | | | | | v3.5.8
| * | | | | Changelog updateSam Potts2020-02-102-1/+2
| | | | | |
| * | | | | Speed settings logic improvementsSam Potts2020-02-106-26/+22
| | | | | |