aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src
Commit message (Collapse)AuthorAgeFilesLines
* v3.6.3 (#2016)Sam Potts2020-11-144-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * force fullscreen events to trigger on plyr element (media element in iOS) and not fullscreen container * Fixing "missing code in detail" for PlyrEvent type 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. * Update link to working dash.js demo (was broken) * Fix PreviewThumbnailsOptions type According to the docs, the `src` should also accept an array of strings. * fix issue #1872 * Check if key is a string before attempt --plyr checking * Fix for Slow loading videos not autoplaying * Fix for Slow loading videos not autoplaying * Network requests are not cancelled after the player is destroyed * Fix for apect ratio problem when using Vimeo player on mobile devices (issue #1940) * chore: update packages and linting * Invoke custom listener on triggering fullscreen via double-click * Fix volume when unmuting from volume 0 * adding a nice Svelte plugin that I found * Add missing unit to calc in media query * Assigning player's lastSeekTime on rewind/fast forward to prevent immediate controls hide on mobile * Fix youtube not working when player is inside shadow dom * v3.6.2 * ESLint to use common config * add BitChute to users list * Fix aspect ratio issue * Revert noCookie change * feat: demo radius tweaks * fix: poster image shouldn’t receive click events * chore: package updates * chore: linting * feat: custom controls option for embedded players * Package upgrades * ESLint to use common config * Linting changes * Update README.md * chore: formatting * fix: revert pointer events change for poster * fix: hack for Safari 14 not repainting Vimeo embed on entering fullscreen * fix: demo using custom controls for YouTube * doc: Add STROLLÿN among the list of Plyr users * Fixes #2005 * fix: overflowing volume slider * chore: clean up CSS * fix: hide poster when not using custom controls * Package upgrades * ESLint to use common config * Linting changes * chore: revert customControls default option (to prevent breaking change) * docs: changelog for v3.6.3 Co-authored-by: Som Meaden <som@theprojectsomething.com> Co-authored-by: akuma06 <demon.akuma06@gmail.com> Co-authored-by: Jonathan Arbely <dev@jonathanarbely.de> Co-authored-by: Takeshi <iwatakeshi@users.noreply.github.com> Co-authored-by: Hex <hex@codeigniter.org.cn> Co-authored-by: Syed Husain <syed.husain@appspace.com> Co-authored-by: Danielh112 <Daniel@sbgsportssoftware.com> Co-authored-by: Danil Stoyanov <d.stoyanov@corp.mail.ru> Co-authored-by: Guru Prasad Srinivasa <gurupras@buffalo.edu> Co-authored-by: Stephane Fortin Bouchard <stephane.f.bouchard@gmail.com> Co-authored-by: Zev Averbach <zev@averba.ch> Co-authored-by: Vincent Orback <hello@vincentorback.se> Co-authored-by: trafium <trafium@gmail.com> Co-authored-by: xansen <27698939+xansen@users.noreply.github.com> Co-authored-by: zoomerdev <59863739+zoomerdev@users.noreply.github.com> Co-authored-by: Mikaël Castellani <mikael.castellani@gmail.com> Co-authored-by: dirkjf <d.j.faber@outlook.com>
* Use new feature to set thumbnails on source change in the demoSam Potts2020-04-241-0/+3
|
* HousekeepingSam Potts2020-04-241-1/+1
|
* Merge branch 'develop' into css-variablesSam Potts2020-04-241-1/+1
|\ | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/config/defaults.js # src/js/fullscreen.js # src/js/listeners.js # src/js/plyr.js
* | Use custom properties in demoSam Potts2020-04-232-22/+17
| |
* | Converted to 2 space indentationSam Potts2020-04-1126-597/+595
| |
* | Sentry upgrade for demoSam Potts2020-03-301-118/+110
| |
* | Merge branch 'develop' into css-variablesSam Potts2020-03-3018-236/+246
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.min.js.map # demo/index.html # dist/plyr.css # dist/plyr.min.js.map # dist/plyr.min.mjs.map # dist/plyr.polyfilled.min.js.map # dist/plyr.polyfilled.min.mjs.map # gulpfile.js # src/sass/base.scss # src/sass/components/control.scss # src/sass/settings/colors.scss # src/sass/settings/controls.scss
| * Removed redundant keys propertySam Potts2020-02-121-4/+1
| |
| * Update demo videoSam Potts2020-02-101-1/+1
| |
| * Set referrerPolicy in the demoSam Potts2020-02-101-0/+4
| |
| * Change vimeo demo videoJames Kerrane2020-01-211-1/+1
| | | | | | Change vimeo video to a more general video, fix #1626.
| * Styling tweaks for demoSam Potts2019-06-209-25/+46
| |
| * Demo tweaksSam Potts2019-06-031-1/+1
| |
| * Demo tweaksSam Potts2019-06-036-17/+34
| |
| * Demo clean upSam Potts2019-06-029-198/+177
| |
| * Fixed cite displaySam Potts2019-06-022-16/+4
| |
| * Packages for demo separatedSam Potts2019-06-021-3/+7
|/
* Clean upSam Potts2019-06-011-2/+1
|
* Linting changesSam Potts2019-06-011-0/+1
|
* Update build processSam Potts2019-02-191-10/+3
|
* Added RangeTouch, updated Shr lib in demoSam Potts2019-02-191-2/+2
|
* Ads bug fixesSam Potts2019-02-011-2/+9
|
* PathsSam Potts2019-01-271-1/+1
|
* Added ES buildsSam Potts2019-01-271-0/+1
|
* TweaksSam Potts2019-01-261-3/+0
|
* Merge branch 'develop' into issues/1316-allow-to-customize-vimeo-url-paramsSam Potts2019-01-261-23/+0
|\
| * Merge branch 'master' into developSam Potts2019-01-261-23/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # demo/index.html # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # yarn.lock
| | * Fix analyticsSam Potts2019-01-171-9/+0
| | |
| | * Fix GASam Potts2019-01-171-3/+1
| | |
| | * v3.4.8Sam Potts2019-01-171-18/+6
| | | | | | | | | | | | - Calling customized controls function with proper arguments (thanks @a60814billy)
| * | Clean upSam Potts2019-01-261-3/+1
| | |
| * | Plugin tweaks for ads and previewsSam Potts2019-01-261-1/+3
| | |
* | | Adds options for vimeo plugin #1316Christian Gambardella2019-01-241-0/+3
|/ / | | | | | | This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing.
* / Enable thumbs in demoSam Potts2019-01-081-0/+7
|/
* Styling tweaksSam Potts2018-11-082-3/+9
|
* Fix IE11 issue in demoSam Potts2018-08-131-2/+3
|
* Ads on dev or prod onlySam Potts2018-08-011-61/+14
|
* Demo configSam Potts2018-08-011-2/+1
|
* LintingSam Potts2018-08-011-49/+20
|
* Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-301-3/+4
|
* Keyboard and focus improvementsSam Potts2018-07-151-22/+63
|
* Merge branch 'develop' into a11y-improvementsSam Potts2018-07-021-0/+1
|\
| * Linting, housekeeping, duration fix (fixes #1074)Sam Potts2018-06-291-0/+1
| |
* | Work on menusSam Potts2018-06-211-1/+2
|/
* v3.3.14Sam Potts2018-06-181-9/+17
|
* Restore defaultSam Potts2018-06-091-1/+1
|
* Fix Sprite issueSam Potts2018-06-091-1/+1
|
* Grid tweakSam Potts2018-05-091-1/+1
|
* Use div for poster, Vimeo fixes, Tooltip fixesSam Potts2018-05-081-0/+33
|