Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't hide controls on focusout event | James | 2018-09-26 | 1 | -18/+14 | |
| | | | | It was immediately hiding controls on some touch-enabled devices. It will now also wait 4s to close after tabbing out, instead of immediately. | |||||
* | Typo | Sam Potts | 2018-09-25 | 1 | -1/+1 | |
| | ||||||
* | v3.4.4 | Sam Potts | 2018-09-25 | 2 | -2/+2 | |
| | | | | | | - Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option - Improved "faux" fullscreen on iPhone X/XS phones with notch - Babel 7 upgrade (which reduced the polyfilled build by ~10kb!) | |||||
* | Clean up | Sam Potts | 2018-09-25 | 3 | -5/+3 | |
| | ||||||
* | Improved fullscreen on iPhone X etc | Sam Potts | 2018-09-25 | 1 | -0/+33 | |
| | ||||||
* | Reverted large pause button | Sam Potts | 2018-09-25 | 1 | -3/+0 | |
| | ||||||
* | Remove babel-polyfill in favour of core-js | Sam Potts | 2018-09-25 | 1 | -1/+0 | |
| | ||||||
* | Fix touch vs click issue | Sam Potts | 2018-09-25 | 2 | -12/+10 | |
| | ||||||
* | v3.4.3 | Sam Potts | 2018-08-14 | 2 | -2/+2 | |
| | ||||||
* | Fix for nodeList as buttons | Sam Potts | 2018-08-14 | 1 | -2/+2 | |
| | ||||||
* | v3.4.2 | Sam Potts | 2018-08-14 | 2 | -2/+2 | |
| | ||||||
* | Fix play/pause button state | Sam Potts | 2018-08-14 | 1 | -10/+18 | |
| | ||||||
* | v3.4.1 | Sam Potts | 2018-08-14 | 2 | -2/+2 | |
| | ||||||
* | Fix for controls missing (fixes #1161) | Sam Potts | 2018-08-14 | 1 | -11/+13 | |
| | ||||||
* | v3.4.0 | Sam Potts | 2018-08-14 | 2 | -2/+2 | |
| | | | | | | | | | | | - Accessibility improvements (see #905) - Improvements to the way the controls work on iOS - Demo code clean up - YouTube quality selection removed due to their poor support for it. As a result, the `qualityrequested` event has been removed - Controls spacing improvements - Fix for pressed property missing with custom controls (Fixes #1062) - Fix #1153: Captions language fallback (thanks @friday) - Fix for setting pressed property of undefined (Fixes #1102) | |||||
* | Fix for pressed property missing with custom controls (Fixes #1062) | Sam Potts | 2018-08-13 | 1 | -12/+17 | |
| | ||||||
* | Fix for setting pressed property of undefined (Fixes #1102) | Sam Potts | 2018-08-13 | 1 | -1/+1 | |
| | ||||||
* | Removed YouTube quality controls | Sam Potts | 2018-08-13 | 5 | -79/+6 | |
| | ||||||
* | Moved mute button inside plyr__volume | Sam Potts | 2018-08-13 | 1 | -27/+30 | |
| | ||||||
* | Moved i18n to utils | Sam Potts | 2018-08-13 | 5 | -7/+7 | |
| | ||||||
* | Fix #1153: Captions language fallback | Albin Larsson | 2018-08-12 | 1 | -5/+2 | |
| | ||||||
* | Merge pull request #1147 from jamesoflol/fix-ios-fullscreen-while-stopped | Sam Potts | 2018-08-05 | 1 | -3/+1 | |
|\ | | | | | Remove 'video is playing' requirement for iosNative fullscreen | |||||
| * | Remove 'video is playing' requirement for iosNative fullscreen | James | 2018-08-03 | 1 | -3/+1 | |
| | | ||||||
* | | 3.4.0-beta.2 | Sam Potts | 2018-08-05 | 2 | -2/+2 | |
| | | ||||||
* | | Fix issue where enter key wasn’t setting focus correctly | Sam Potts | 2018-08-05 | 3 | -37/+50 | |
| | | ||||||
* | | Rounded aria-valuetext to 1 decimal place | Sam Potts | 2018-08-05 | 1 | -1/+1 | |
| | | ||||||
* | | Removed aria-labelled-by | Sam Potts | 2018-08-05 | 1 | -2/+0 | |
|/ | ||||||
* | v3.4.0-beta.1 | Sam Potts | 2018-08-02 | 2 | -2/+2 | |
| | ||||||
* | Handle race condition for ads lib loading after source change | Sam Potts | 2018-08-01 | 1 | -4/+5 | |
| | ||||||
* | Only focus button if menu wasn’t hidden already | Sam Potts | 2018-08-01 | 1 | -2/+3 | |
| | ||||||
* | Escape closes menu | Sam Potts | 2018-08-01 | 3 | -74/+93 | |
| | ||||||
* | Linting | Sam Potts | 2018-08-01 | 7 | -821/+233 | |
| | ||||||
* | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-08-01 | 1 | -14/+12 | |
|\ | | | | | | | | | # Conflicts: # src/js/controls.js | |||||
| * | Improve handling of the 'controls' argument | Albin Larsson | 2018-07-31 | 1 | -11/+12 | |
| | | ||||||
* | | Comments about keydown vs keyup for Firefox | Sam Potts | 2018-08-01 | 2 | -1/+12 | |
| | | ||||||
* | | Fix Firefox spacebar issue | Sam Potts | 2018-08-01 | 2 | -148/+400 | |
| | | ||||||
* | | Make iOS range fix more universal | Sam Potts | 2018-07-30 | 1 | -6/+11 | |
| | | ||||||
* | | Fix merge | Sam Potts | 2018-07-30 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-07-30 | 4 | -11/+13 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # src/js/plyr.js | |||||
| * | v3.2.23 | Sam Potts | 2018-07-30 | 2 | -2/+2 | |
| | | ||||||
| * | Don't move caption up when "showing" the lower controls when the controls ↵ | Albin Larsson | 2018-07-30 | 1 | -6/+3 | |
| | | | | | | | | are empty | |||||
| * | Merge pull request #1131 from friday/1108 | Sam Potts | 2018-07-29 | 1 | -0/+4 | |
| |\ | | | | | | | Make sure youtube.onReady doesn't run twice | |||||
| | * | Fix #1108: Make sure youtube.onReady doesn't run twice | Albin Larsson | 2018-07-28 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add support for YouTube's hl param | Léo Renaud-Allaire | 2018-07-24 | 2 | -1/+3 | |
| | | | ||||||
* | | | Click to play fix, poster fix, iOS controls fixes | Sam Potts | 2018-07-30 | 6 | -262/+409 | |
| | | | ||||||
* | | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-07-24 | 3 | -3/+3 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # yarn.lock | |||||
| * | | v3.3.22 | Sam Potts | 2018-07-18 | 2 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'master' into develop | Sam Potts | 2018-07-18 | 2 | -2/+2 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js.map # package.json | |||||
| | * | Merge branch 'develop' | Sam Potts | 2018-06-29 | 10 | -41/+64 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # src/js/plyr.js # src/js/plyr.polyfilled.js | |||||
| | * | | Fix for bug where controls wouldn't show on hover over YouTube video | Sam Potts | 2018-06-21 | 2 | -2/+2 | |
| | | | |