Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: hack for Safari 14 not repainting Vimeo embed on entering fullscreen | Sam Potts | 2020-10-19 | 1 | -0/+5 |
| | |||||
* | fix: revert pointer events change for poster | Sam Potts | 2020-10-19 | 1 | -1/+0 |
| | |||||
* | chore: formatting | Sam Potts | 2020-10-19 | 1 | -10/+20 |
| | |||||
* | Merge pull request #1963 from gurupras/dblclick-fullscreen-custom-listener | Sam Potts | 2020-10-19 | 1 | -1/+1 |
|\ | | | | | Invoke custom listener on double-clicking on video (fullscreen) | ||||
| * | Invoke custom listener on triggering fullscreen via double-click | Guru Prasad Srinivasa | 2020-09-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1974 from vincentorback/patch-1 | Sam Potts | 2020-10-19 | 1 | -1/+1 |
|\ \ | | | | | | | Add missing unit to calc in media query | ||||
| * | | Add missing unit to calc in media query | Vincent Orback | 2020-10-08 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1967 from airtimemedia/1934-Youtube-unmute-volume-0 | Sam Potts | 2020-10-19 | 1 | -0/+1 |
|\ \ | | | | | | | Fix volume when unmuting from volume 0 | ||||
| * | | Fix volume when unmuting from volume 0 | Stephane Fortin Bouchard | 2020-09-28 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #1977 from ↵ | Sam Potts | 2020-10-19 | 1 | -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 ↵ | trafium | 2020-10-12 | 1 | -2/+10 |
| |/ | | | | | | | controls hide on mobile | ||||
* | | Merge pull request #1984 from xansen/develop | Sam Potts | 2020-10-19 | 1 | -1/+1 |
|\ \ | | | | | | | Fix youtube not working when player is inside shadow dom | ||||
| * | | Fix youtube not working when player is inside shadow dom | xansen | 2020-10-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' into develop | Sam Potts | 2020-10-19 | 1 | -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 changes | Sam Potts | 2020-10-19 | 21 | -171/+174 |
| | | | |||||
| * | | fix(plyr.d.ts): add force to FullScreenOptions | Dima An | 2020-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | chore: fix blankVideo types | Ethan Veres | 2020-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | v3.6.2 | Sam Potts | 2020-05-04 | 3 | -3/+3 |
| | | | |||||
* | | | feat: custom controls option for embedded players | Sam Potts | 2020-10-19 | 3 | -47/+61 |
| | | | |||||
* | | | chore: linting | Sam Potts | 2020-10-19 | 1 | -48/+39 |
| | | | |||||
* | | | fix: poster image shouldn’t receive click events | Sam Potts | 2020-10-19 | 1 | -0/+1 |
| | | | |||||
* | | | Revert noCookie change | Sam Potts | 2020-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Fix aspect ratio issue | Sam Potts | 2020-10-19 | 1 | -1/+0 |
| | | | |||||
* | | | v3.6.2 | Sam Potts | 2020-10-19 | 3 | -3/+3 |
| | | | |||||
* | | | chore: update packages and linting | Sam Potts | 2020-08-30 | 21 | -171/+169 |
| |/ |/| | |||||
* | | Merge pull request #1824 from akuma06/patch-2 | Sam Potts | 2020-08-30 | 1 | -40/+70 |
|\ \ | | | | | | | Fixing "missing code in detail" for PlyrEvent type | ||||
| * | | Fixing "missing code in detail" for PlyrEvent type | akuma06 | 2020-05-05 | 1 | -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/develop | Sam Potts | 2020-08-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Check if key is a string before attempt --plyr checking | ||||
| * | | | Check if key is a string before attempt --plyr checking | Syed Husain | 2020-07-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1931 from SBGSports/Autoplay-issue | Sam Potts | 2020-08-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix for Slow loading videos not autoplaying | ||||
| * | | | | Fix for Slow loading videos not autoplaying | Danielh112 | 2020-08-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix for Slow loading videos not autoplaying | Danielh112 | 2020-08-14 | 1 | -2/+7 |
| |/ / / | |||||
* | | | | Merge pull request #1935 from ↵ | Sam Potts | 2020-08-30 | 1 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | SBGSports/Cancel-network-requests-once-player-is-destroyed Network requests are not cancelled after the player is destroyed | ||||
| * | | | | Fix merge conflicts | Danielh112 | 2020-08-18 | 76 | -9187/+9489 |
| |\| | | | |||||
| * | | | | Network requests are not cancelled after the player is destroyed | Danielh112 | 2020-08-18 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Fix for apect ratio problem when using Vimeo player on mobile devices (issue ↵ | Danil Stoyanov | 2020-08-28 | 1 | -1/+5 |
| |/ / / |/| | | | | | | | | | | | #1940) | ||||
* | | | | Fix PreviewThumbnailsOptions type | Takeshi | 2020-07-13 | 1 | -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 Meaden | 2020-05-05 | 1 | -1/+3 |
| |/ |/| | | | | | and not fullscreen container | ||||
* | | Merge pull request #1818 from Bashev/patch-1 | Sam Potts | 2020-05-04 | 1 | -1/+2 |
|\ \ | | | | | | | Update tooltips.scss | ||||
| * | | Update tooltips.scss | Kostadin Bashev | 2020-05-01 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #1819 from Bashev/patch-2 | Sam Potts | 2020-05-04 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Update controls.scss | ||||
| * | | | Update controls.scss | Kostadin Bashev | 2020-05-01 | 1 | -1/+2 |
| |/ / | |||||
* | | | add missing previewThumbnails options | taylorchu | 2020-04-28 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #1811 from taylorchu/better-control-2 | Sam Potts | 2020-04-29 | 2 | -5/+3 |
|\ \ \ | |/ / |/| | | allow custom control as element | ||||
| * | | allow custom control as element | taylorchu | 2020-04-28 | 2 | -5/+3 |
| | | | |||||
* | | | v3.6.1 | Sam Potts | 2020-04-28 | 4 | -4/+4 |
|/ / | |||||
* | | Housekeeping | Sam Potts | 2020-04-24 | 1 | -1/+1 |
| | | |||||
* | | Fix linting issues | Sam Potts | 2020-04-24 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'develop' into css-variables | Sam Potts | 2020-04-24 | 6 | -8/+59 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/config/defaults.js # src/js/fullscreen.js # src/js/listeners.js # src/js/plyr.js | ||||
| * | | This commit addresses preloading TextTracks as outlined in feature request #1791 | Som Meaden | 2020-04-23 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | These changes bring Plyr captions download behaviour in line with that of the default video element in major browsers. Specifically text tracks only download as they are required for display. Previously all text tracks would download when the Plyr instance was instantiated - which could become an issue when e.g. many translations are available. For a track to be downloaded it must either be the default track, the active track when captions are toggled on, or selected from the captions menu. |