aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge pull request #1327 from robertkraig/developSam Potts2019-02-191-1/+1
| | |\ | | | | | | | | Update <progress> bar role=progressbar
| | | * Merge pull request #1 from robertkraig/defect/update-progress-element-axe-errorRobert Kraig2019-01-301-1/+1
| | | |\ | | | | | | | | | | Updating accessibility attribute to progressbar
| | | | * Updating accessibility attribute to progressbarRobert Kraig2019-01-301-1/+1
| | | | | | | | | | | | | | | aXe complains this is a non-compatible attribute to be set as `role="presentation"`
| * | | | Added RangeTouch, updated Shr lib in demoSam Potts2019-02-191-0/+4
| |/ / /
| * | | Fix deploymentSam Potts2019-02-123-3/+3
| | | |
| * | | Fix for cue points missingSam Potts2019-02-071-16/+21
| | | |
| * | | Ads bug fixesSam Potts2019-02-017-27/+21
| |/ /
| * | Fix listeners for preview thumbs when changing sourceSam Potts2019-01-293-81/+131
| | |
| * | Fullscreen fixSam Potts2019-01-271-5/+0
| | |
| * | TweaksSam Potts2019-01-266-43/+51
| | |
| * | Merge branch 'develop' into issues/1316-allow-to-customize-vimeo-url-paramsSam Potts2019-01-267-37/+79
| |\ \
| | * | Docs for preview thumbsSam Potts2019-01-262-4/+7
| | | |
| | * | Merge branch 'master' into developSam Potts2019-01-263-3/+3
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| | | * v3.4.8Sam Potts2019-01-173-3/+3
| | | | | | | | | | | | | | | | - Calling customized controls function with proper arguments (thanks @a60814billy)
| | * | Plugin tweaks for ads and previewsSam Potts2019-01-265-30/+69
| | | |
| * | | Adds options for vimeo plugin #1316Christian Gambardella2019-01-242-5/+14
| |/ / | | | | | | | | | This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing.
| * | Style tweaks for preview pluginSam Potts2019-01-223-39/+52
| | |
| * | CommentsSam Potts2019-01-211-2/+5
| | |
| * | Preview design tweaksSam Potts2019-01-213-107/+142
| | |
| * | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-01-142-325/+292
| |\ \
| | * \ Merge branch 'develop' of https://github.com/sampotts/plyr into developSam Potts2019-01-084-5/+9
| | |\ \
| | * | | Linting etcSam Potts2019-01-082-325/+292
| | | | |
| * | | | Fullscreen fixesSam Potts2019-01-149-69/+168
| | |/ / | |/| |
| * | | Update youtube.jsSam Potts2019-01-061-1/+0
| | | |
| * | | Merge branch 'develop' into masterSam Potts2019-01-0610-14/+754
| |\ \ \
| | * | | fix: Use Math.trunc instead of parseIntJimmy Jia2018-12-201-3/+3
| | |/ /
| | * | Merge pull request #1253 from jamesoflol/preview-thumbsSam Potts2018-12-155-0/+726
| | |\ \ | | | | | | | | | | Preview seek/scrubbing thumbnails
| | | * | Preview seek: Edge+IE11 fixesJames2018-12-153-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | - Fixed bug: Edge seek errors: Replaced array spread with Array.from() - Fixed IE11 bug: seek time was offset to the left. Required an extra container div to facilitate this
| | | * | Preview seek: image preloading + tweaks/fixesJames2018-12-141-70/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Preloads neighbouring images after showing current image - Re-fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container - Fixed bug: mobile device correctly detect touch
| | | * | Preview seek: jpeg sprites + much moreJames2018-12-132-156/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow jpeg sprites - much snappier and more accurate - Fixed bug: right clicking the seek bar sticks on mousedown - Fixed bug: moving the mouse really quickly results in not updating the thumb - Fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container - Fixed bug: very first image shows as 0px - Fixed bug: stretches images when video isn't same aspect as player
| | | * | Preview seek/scrubbing thumbnailsJames2018-11-125-0/+583
| | | | |
| | * | | Merge pull request #1267 from gurupras/issue-858Sam Potts2018-12-081-3/+3
| | |\ \ \ | | | | | | | | | | | | Ensure custom handlers are called on container clicks that trigger togglePlay or restart
| | | * | | Updated restart logic to call play instead of togglePlayGuru Prasad Srinivasa2018-12-081-1/+1
| | | | | |
| | | * | | Replaced calls to player.restart() and player.togglePlay() with proxy(...) ↵Guru Prasad Srinivasa2018-11-191-3/+3
| | | | |/ | | | |/| | | | | | | | | | | to ensure that custom handlers are called
| | * | | Merge branch 'develop' of https://github.com/sampotts/plyr into developSam Potts2018-12-082-2/+2
| | |\ \ \
| | | * | | Fix: buffer progress bar transition on webkitSamuel Elgozi2018-11-221-1/+1
| | | |/ / | | | | | | | | | | The transition was set on the wrong pseudo element for WebKit browsers.
| | * | | Fix for error when mime type not specified (fixes #1274)Sam Potts2018-12-082-6/+19
| | | | |
| * | | | remove commentOmar Khatib2018-12-131-1/+1
| | | | |
| * | | | support Youtube noCookie ModeOmar Khatib2018-12-133-1/+5
| | |/ / | |/| |
| * | | Calling customized controls function with proper argumentsRaccoon2018-11-121-1/+1
| |/ /
* | | Work on outline/focus stylesSam Potts2018-12-083-6/+9
| | |
* | | Merge branch 'develop' into css-variablesSam Potts2018-11-1170-3040/+3451
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.js # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js # 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 # gulpfile.js # src/sass/components/captions.scss # src/sass/components/control.scss
| * | v3.4.7Sam Potts2018-11-083-3/+3
| | | | | | | | | | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)
| * | Fix for Vimeo fullscreen with non 16:9 aspect ratiosSam Potts2018-11-081-3/+20
| | |
| * | Styling tweaksSam Potts2018-11-082-2/+2
| | |
| * | Additional listener for checking for audio tracksSam Potts2018-11-081-1/+1
| | |
| * | Prevent scroll on focusSam Potts2018-11-031-1/+1
| | |
| * | Load media after UI is builtSam Potts2018-11-031-4/+6
| | |
| * | Fix support checkSam Potts2018-11-031-11/+7
| |/
| * v3.4.6Sam Potts2018-10-253-3/+3
| | | | | | | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script