aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into developSam Potts2020-11-143-10/+5
|\ | | | | | | | | | | | | | | | | # Conflicts: # package.json # src/js/plugins/vimeo.js # src/js/plugins/youtube.js # src/js/ui.js # yarn.lock
| * Linting changesSam Potts2020-11-1421-170/+173
| |
| * Merge pull request #1961 from Benny739/masterSam Potts2020-10-192-12/+6
| |\ | | | | | | fixed #1181 vimeo oembed api
| | * 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
| | |
* | | Fixes #2005dirkjf2020-11-091-0/+1
| | |
* | | 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 #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-191-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | |/ / | |/| |
| * | | fix(plyr.d.ts): add force to FullScreenOptionsDima An2020-10-141-1/+1
| | |/ | |/|
| * | chore: fix blankVideo typesEthan Veres2020-08-121-1/+1
| | |
| * | v3.6.2Sam Potts2020-05-043-3/+3
| | |
* | | feat: custom controls option for embedded playersSam Potts2020-10-193-47/+61
| | |
* | | chore: lintingSam Potts2020-10-191-48/+39
| | |
* | | fix: poster image shouldn’t receive click eventsSam Potts2020-10-191-0/+1
| | |
* | | Revert noCookie changeSam Potts2020-10-191-1/+1
| | |
* | | Fix aspect ratio issueSam Potts2020-10-191-1/+0
| | |
* | | v3.6.2Sam Potts2020-10-193-3/+3
| | |
* | | chore: update packages and lintingSam Potts2020-08-3021-171/+169
| |/ |/|
* | 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 #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-1876-9187/+9489
| |\| | |
| * | | | Network requests are not cancelled after the player is destroyedDanielh1122020-08-181-0/+4
| | | | |
* | | | | Fix for apect ratio problem when using Vimeo player on mobile devices (issue ↵Danil Stoyanov2020-08-281-1/+5
| |/ / / |/| | | | | | | | | | | #1940)
* | | | Fix PreviewThumbnailsOptions typeTakeshi2020-07-131-1/+1
| |/ / |/| | | | | According to the docs, the `src` should also accept an array of strings.
* | | force fullscreen events to trigger on plyr element (media element in iOS) ↵Som Meaden2020-05-051-1/+3
| |/ |/| | | | | and not fullscreen container
* | Merge pull request #1818 from Bashev/patch-1Sam Potts2020-05-041-1/+2
|\ \ | | | | | | Update tooltips.scss
| * | Update tooltips.scssKostadin Bashev2020-05-011-1/+2
| | |
* | | Merge pull request #1819 from Bashev/patch-2Sam Potts2020-05-041-1/+2
|\ \ \ | | | | | | | | Update controls.scss
| * | | Update controls.scssKostadin Bashev2020-05-011-1/+2
| |/ /