Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Merge pull request #1327 from robertkraig/develop | Sam Potts | 2019-02-19 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Update <progress> bar role=progressbar | |||||
| | | * | Merge pull request #1 from robertkraig/defect/update-progress-element-axe-error | Robert Kraig | 2019-01-30 | 1 | -1/+1 | |
| | | |\ | | | | | | | | | | | Updating accessibility attribute to progressbar | |||||
| | | | * | Updating accessibility attribute to progressbar | Robert Kraig | 2019-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | aXe complains this is a non-compatible attribute to be set as `role="presentation"` | |||||
| * | | | | Added RangeTouch, updated Shr lib in demo | Sam Potts | 2019-02-19 | 1 | -0/+4 | |
| |/ / / | ||||||
| * | | | Fix deployment | Sam Potts | 2019-02-12 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Fix for cue points missing | Sam Potts | 2019-02-07 | 1 | -16/+21 | |
| | | | | ||||||
| * | | | Ads bug fixes | Sam Potts | 2019-02-01 | 7 | -27/+21 | |
| |/ / | ||||||
| * | | Fix listeners for preview thumbs when changing source | Sam Potts | 2019-01-29 | 3 | -81/+131 | |
| | | | ||||||
| * | | Fullscreen fix | Sam Potts | 2019-01-27 | 1 | -5/+0 | |
| | | | ||||||
| * | | Tweaks | Sam Potts | 2019-01-26 | 6 | -43/+51 | |
| | | | ||||||
| * | | Merge branch 'develop' into issues/1316-allow-to-customize-vimeo-url-params | Sam Potts | 2019-01-26 | 7 | -37/+79 | |
| |\ \ | ||||||
| | * | | Docs for preview thumbs | Sam Potts | 2019-01-26 | 2 | -4/+7 | |
| | | | | ||||||
| | * | | Merge branch 'master' into develop | Sam Potts | 2019-01-26 | 3 | -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.8 | Sam Potts | 2019-01-17 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | - Calling customized controls function with proper arguments (thanks @a60814billy) | |||||
| | * | | Plugin tweaks for ads and previews | Sam Potts | 2019-01-26 | 5 | -30/+69 | |
| | | | | ||||||
| * | | | Adds options for vimeo plugin #1316 | Christian Gambardella | 2019-01-24 | 2 | -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 plugin | Sam Potts | 2019-01-22 | 3 | -39/+52 | |
| | | | ||||||
| * | | Comments | Sam Potts | 2019-01-21 | 1 | -2/+5 | |
| | | | ||||||
| * | | Preview design tweaks | Sam Potts | 2019-01-21 | 3 | -107/+142 | |
| | | | ||||||
| * | | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2019-01-14 | 2 | -325/+292 | |
| |\ \ | ||||||
| | * \ | Merge branch 'develop' of https://github.com/sampotts/plyr into develop | Sam Potts | 2019-01-08 | 4 | -5/+9 | |
| | |\ \ | ||||||
| | * | | | Linting etc | Sam Potts | 2019-01-08 | 2 | -325/+292 | |
| | | | | | ||||||
| * | | | | Fullscreen fixes | Sam Potts | 2019-01-14 | 9 | -69/+168 | |
| | |/ / | |/| | | ||||||
| * | | | Update youtube.js | Sam Potts | 2019-01-06 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge branch 'develop' into master | Sam Potts | 2019-01-06 | 10 | -14/+754 | |
| |\ \ \ | ||||||
| | * | | | fix: Use Math.trunc instead of parseInt | Jimmy Jia | 2018-12-20 | 1 | -3/+3 | |
| | |/ / | ||||||
| | * | | Merge pull request #1253 from jamesoflol/preview-thumbs | Sam Potts | 2018-12-15 | 5 | -0/+726 | |
| | |\ \ | | | | | | | | | | | Preview seek/scrubbing thumbnails | |||||
| | | * | | Preview seek: Edge+IE11 fixes | James | 2018-12-15 | 3 | -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/fixes | James | 2018-12-14 | 1 | -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 more | James | 2018-12-13 | 2 | -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 thumbnails | James | 2018-11-12 | 5 | -0/+583 | |
| | | | | | ||||||
| | * | | | Merge pull request #1267 from gurupras/issue-858 | Sam Potts | 2018-12-08 | 1 | -3/+3 | |
| | |\ \ \ | | | | | | | | | | | | | Ensure custom handlers are called on container clicks that trigger togglePlay or restart | |||||
| | | * | | | Updated restart logic to call play instead of togglePlay | Guru Prasad Srinivasa | 2018-12-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Replaced calls to player.restart() and player.togglePlay() with proxy(...) ↵ | Guru Prasad Srinivasa | 2018-11-19 | 1 | -3/+3 | |
| | | | |/ | | | |/| | | | | | | | | | | | to ensure that custom handlers are called | |||||
| | * | | | Merge branch 'develop' of https://github.com/sampotts/plyr into develop | Sam Potts | 2018-12-08 | 2 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Fix: buffer progress bar transition on webkit | Samuel Elgozi | 2018-11-22 | 1 | -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 Potts | 2018-12-08 | 2 | -6/+19 | |
| | | | | | ||||||
| * | | | | remove comment | Omar Khatib | 2018-12-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | support Youtube noCookie Mode | Omar Khatib | 2018-12-13 | 3 | -1/+5 | |
| | |/ / | |/| | | ||||||
| * | | | Calling customized controls function with proper arguments | Raccoon | 2018-11-12 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Work on outline/focus styles | Sam Potts | 2018-12-08 | 3 | -6/+9 | |
| | | | ||||||
* | | | Merge branch 'develop' into css-variables | Sam Potts | 2018-11-11 | 70 | -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.7 | Sam Potts | 2018-11-08 | 3 | -3/+3 | |
| | | | | | | | | | | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854) | |||||
| * | | Fix for Vimeo fullscreen with non 16:9 aspect ratios | Sam Potts | 2018-11-08 | 1 | -3/+20 | |
| | | | ||||||
| * | | Styling tweaks | Sam Potts | 2018-11-08 | 2 | -2/+2 | |
| | | | ||||||
| * | | Additional listener for checking for audio tracks | Sam Potts | 2018-11-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Prevent scroll on focus | Sam Potts | 2018-11-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Load media after UI is built | Sam Potts | 2018-11-03 | 1 | -4/+6 | |
| | | | ||||||
| * | | Fix support check | Sam Potts | 2018-11-03 | 1 | -11/+7 | |
| |/ | ||||||
| * | v3.4.6 | Sam Potts | 2018-10-25 | 3 | -3/+3 | |
| | | | | | | | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script |