aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| | | |
* | | | feat: demo radius tweaksSam Potts2020-10-192-1/+2
| | | |
* | | | Revert noCookie changeSam Potts2020-10-191-1/+1
| | | |
* | | | Fix aspect ratio issueSam Potts2020-10-191-1/+0
| | | |
* | | | add BitChute to users listzoomerdev2020-10-191-0/+1
| | | |
* | | | ESLint to use common configSam Potts2020-10-191-1/+1
| | | |
* | | | v3.6.2Sam Potts2020-10-199-12/+12
| | | |
* | | | chore: update packages and lintingSam Potts2020-08-3043-1923/+3271
| |/ / |/| |
* | | Merge pull request #1824 from akuma06/patch-2Sam Potts2020-08-301-40/+70
|\ \ \ | | | | | | | | Fixing "missing code in detail" for PlyrEvent type
| * | | Fixing "missing code in detail" for PlyrEvent typeakuma062020-05-051-40/+70
| | |/ | |/| | | | | | | | | | When using typescript and listening for youtube statechange event, it is missing the code property definition inside the event (even though it is provided in the code). By making events a map of key-value, we can add easily custom event type for specific event name. Since YouTube "statechange" event differs from the basic PlyrEvent, I added a new Event Type "PlyrStateChangeEvent" having a code property corresponding to a YoutubeState enum defined by the YouTube API documentation. This pattern follows how addEventListener in the lib.dom.d.ts is defined.
* | | Merge pull request #1916 from syedhusain-appspace/developSam Potts2020-08-301-1/+1
|\ \ \ | | | | | | | | Check if key is a string before attempt --plyr checking
| * | | Check if key is a string before attempt --plyr checkingSyed Husain2020-07-301-1/+1
| | | |
* | | | Merge pull request #1914 from hex-ci/developSam Potts2020-08-302-1/+3
|\ \ \ \ | | | | | | | | | | fix issue #1872
| * | | | fix issue #1872Hex2020-07-292-1/+3
| |/ / /
* | | | Merge pull request #1931 from SBGSports/Autoplay-issueSam Potts2020-08-301-1/+1
|\ \ \ \ | | | | | | | | | | Fix for Slow loading videos not autoplaying
| * | | | Fix for Slow loading videos not autoplayingDanielh1122020-08-141-1/+1
| | | | |
| * | | | Fix for Slow loading videos not autoplayingDanielh1122020-08-141-2/+7
| |/ / /
* | | | Merge pull request #1935 from ↵Sam Potts2020-08-301-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | SBGSports/Cancel-network-requests-once-player-is-destroyed Network requests are not cancelled after the player is destroyed
| * | | | Fix merge conflictsDanielh1122020-08-18144-18412/+23254
| |\| | |
| * | | | Network requests are not cancelled after the player is destroyedDanielh1122020-08-181-0/+4
| | | | |
* | | | | Merge pull request #1941 from danilstoyanov/vimeo-aspect-ratio-mobileSam Potts2020-08-301-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Fix for apect ratio problem when using Vimeo player on mobile devices…
| * | | | Fix for apect ratio problem when using Vimeo player on mobile devices (issue ↵Danil Stoyanov2020-08-281-1/+5
|/ / / / | | | | | | | | | | | | #1940)
* | | | Merge pull request #1900 from iwatakeshi/patch-1Sam Potts2020-07-141-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix PreviewThumbnailsOptions type
| * | | Fix PreviewThumbnailsOptions typeTakeshi2020-07-131-1/+1
|/ / / | | | | | | According to the docs, the `src` should also accept an array of strings.
* | | Merge pull request #1823 from theprojectsomething/features/fullscreen-containerSam Potts2020-05-051-1/+3
|\ \ \ | |_|/ |/| | force fullscreen events to trigger on plyr element
| * | force fullscreen events to trigger on plyr element (media element in iOS) ↵Som Meaden2020-05-051-1/+3
|/ / | | | | | | and not fullscreen container
* | v3.6.2Sam Potts2020-05-042-2/+8
| |
* | Package upgradesSam Potts2020-05-042-170/+149
| |
* | Merge pull request #1818 from Bashev/patch-1Sam Potts2020-05-041-1/+2
|\ \ | | | | | | Update tooltips.scss