aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | vimeo oembed apiBenny7392020-09-232-12/+6
| | |
| | * fix: hide poster when not using custom controlsSam Potts2020-11-142-0/+4
| | |
| | * chore: clean up CSSSam Potts2020-11-141-1/+0
| | |
| | * fix: overflowing volume sliderSam Potts2020-11-141-1/+1
| | |
| | * Merge pull request #2008 from dirkjf/firefox-volume-fixSam Potts2020-11-141-0/+1
| | |\ | | | | | | | | Fixes #2005
| | | * Fixes #2005dirkjf2020-11-091-0/+1
| | |/
| | * Merge pull request #1992 from micaste/patch-2Sam Potts2020-11-051-0/+1
| | |\ | | | | | | | | doc: Add STROLLÿN among the list of Plyr users
| | | * doc: Add STROLLÿN among the list of Plyr usersMikaël Castellani2020-10-251-0/+1
| | |/
| | * fix: demo using custom controls for YouTubeSam Potts2020-10-191-1/+3
| | |
| | * fix: hack for Safari 14 not repainting Vimeo embed on entering fullscreenSam Potts2020-10-191-0/+5
| | |
| | * fix: revert pointer events change for posterSam Potts2020-10-191-1/+0
| | |
| | * chore: formattingSam Potts2020-10-191-10/+20
| | |
| | * Merge pull request #1963 from gurupras/dblclick-fullscreen-custom-listenerSam Potts2020-10-191-1/+1
| | |\ | | | | | | | | Invoke custom listener on double-clicking on video (fullscreen)
| | | * Invoke custom listener on triggering fullscreen via double-clickGuru Prasad Srinivasa2020-09-231-1/+1
| | | |
| | * | Merge pull request #1867 from jonathanarbely/patch-1Sam Potts2020-10-191-1/+1
| | |\ \ | | | | | | | | | | Update link to working dash.js demo (was broken)
| | | * | Update README.mdSam Potts2020-10-191-1/+1
| | | | |
| | | * | Update link to working dash.js demo (was broken)Jonathan Arbely2020-06-091-1/+1
| | | | |
| | * | | Merge pull request #1972 from zevaverbach/patch-2Sam Potts2020-10-191-0/+1
| | |\ \ \ | | | | | | | | | | | | adding a nice Svelte plugin that I found
| | | * | | adding a nice Svelte plugin that I foundZev Averbach2020-10-021-0/+1
| | | | |/ | | | |/|
| | * | | Merge pull request #1974 from vincentorback/patch-1Sam Potts2020-10-191-1/+1
| | |\ \ \ | | | | | | | | | | | | Add missing unit to calc in media query
| | | * | | Add missing unit to calc in media queryVincent Orback2020-10-081-1/+1
| | | |/ /
| | * | | Merge pull request #1967 from airtimemedia/1934-Youtube-unmute-volume-0Sam Potts2020-10-191-0/+1
| | |\ \ \ | | | | | | | | | | | | Fix volume when unmuting from volume 0
| | | * | | Fix volume when unmuting from volume 0Stephane Fortin Bouchard2020-09-281-0/+1
| | | |/ /
| | * | | Merge pull request #1977 from ↵Sam Potts2020-10-191-2/+10
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | trafium/prevent-mobile-control-hiding-on-rewind-and-fast-forward Prevent immediate hiding of controls on mobile when using rewind and fast forward
| | | * | | Assigning player's lastSeekTime on rewind/fast forward to prevent immediate ↵trafium2020-10-121-2/+10
| | | |/ / | | | | | | | | | | | | | | | controls hide on mobile
| | * | | Merge pull request #1984 from xansen/developSam Potts2020-10-191-1/+1
| | |\ \ \ | | | | | | | | | | | | Fix youtube not working when player is inside shadow dom
| | | * | | Fix youtube not working when player is inside shadow domxansen2020-10-191-1/+1
| | | |/ /
| | * | | Merge branch 'master' into developSam Potts2020-10-192-3/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.min.mjs # dist/plyr.min.mjs.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # dist/plyr.polyfilled.min.mjs # dist/plyr.polyfilled.min.mjs.map # package.json # src/js/plugins/vimeo.js # src/js/plugins/youtube.js # src/js/ui.js # yarn.lock
| | | * | | Linting changesSam Potts2020-10-1921-171/+174
| | | | | |
| | | * | | ESLint to use common configSam Potts2020-10-191-28/+16
| | | | | |
| | | * | | Package upgradesSam Potts2020-10-192-485/+1466
| |_|/ / / |/| | | |
* | | | | Merge pull request #1982 from tbntdima/feat/fix-fulscreen-typeSam Potts2020-10-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | fix(plyr.d.ts): add force to FullScreenOptions
| * | | | fix(plyr.d.ts): add force to FullScreenOptionsDima An2020-10-141-1/+1
|/ / / /
* | | | Merge pull request #1885 from mercuryseries/patch-1Sam Potts2020-08-301-1/+1
|\ \ \ \ | | | | | | | | | | Fix small typo
| * | | | Fix small typoHonoré Hounwanou2020-06-271-1/+1
| | | | | | | | | | | | | | | Add missing "d" in video.
* | | | | Merge pull request #1904 from sampotts/dependabot/npm_and_yarn/lodash-4.17.19Sam Potts2020-08-301-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Bump lodash from 4.17.15 to 4.17.19
| * | | | | Bump lodash from 4.17.15 to 4.17.19dependabot[bot]2020-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #1920 from Kithaitaa/Kithaitaa-patch-2Sam Potts2020-08-301-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Please add our website to the "Used by" list
| * | | | | | Please add our website to the "Used by" listKith2020-08-051-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | I would be happy if you could add our website to the "used by" list. We are a video game magazine that has been using Plyr for some time now for. Thx in advance. Besides that i send you a donation through PayPal a few days ago =)
* | | | | | Merge pull request #1928 from ethanve/patch-1Sam Potts2020-08-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix: blankVideo type
| * | | | | chore: fix blankVideo typesEthan Veres2020-08-121-1/+1
|/ / / / /
* | | | | Merge pull request #1889 from rutheneum-bote/patch-1Sam Potts2020-06-301-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Add us to the "Used by" list
| * | | | Add us to the "Used by" listRutheneum-Bote2020-06-301-0/+1
|/ / / / | | | | | | | | We're the students' newspaper of the Goethe Grammar School/Rutheneum since 1608 and we use Plyr in order to present the students' songs that were submitted to our school's creativity contest.
* | | | Merge pull request #1822 from zoomerdev/patch-1Sam Potts2020-05-051-0/+1
|\ \ \ \ | | | | | | | | | | Add BitChute to users list
| * | | | add BitChute to users listzoomerdev2020-05-051-0/+1
|/ / / /
* | | | v3.6.2Sam Potts2020-05-0421-69/+59
| | | |
| * | | feat: custom controls option for embedded playersSam Potts2020-10-194-47/+63
| | | |
| * | | chore: lintingSam Potts2020-10-195-66/+57
| | | |
| * | | chore: package updatesSam Potts2020-10-192-537/+758
| | | |
| * | | fix: poster image shouldn’t receive click eventsSam Potts2020-10-191-0/+1
| | | |