Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow custom control as element | taylorchu | 2020-04-28 | 1 | -4/+2 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -1623/+1621 |
| | |||||
* | Completely hide SVG icons to screen readers | Benoît Burgener | 2020-02-25 | 1 | -1/+1 |
| | | | | SVG icons should be ignored by screen readers since they have complimentary labels (aria-label or plyr__sr-only). The current « presentation » role simply makes the element behave like a « span » which is incorrect, aria-hidden prevents screen readers from taking care of these elements at all. | ||||
* | Speed settings logic improvements | Sam Potts | 2020-02-10 | 1 | -8/+3 |
| | |||||
* | Set download attribute for HTML5 only | Sam Potts | 2020-02-09 | 1 | -1/+5 |
| | |||||
* | Clean up speed options logic | Sam Potts | 2020-02-08 | 1 | -11/+7 |
| | |||||
* | Merge pull request #1671 from ydylla/improve-speed-options | Sam Potts | 2020-02-08 | 1 | -0/+2 |
|\ | | | | | Use the configured speed options | ||||
| * | actually use the configured speed options | ydylla | 2020-02-01 | 1 | -0/+2 |
| | | |||||
* | | add download attribute to download button | Code1110 | 2020-02-07 | 1 | -0/+1 |
|/ | |||||
* | Manually merge PR #1629 | Sam Potts | 2020-01-14 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1505 from nskazki/detach-event-listeners-on-destroy | Sam Potts | 2020-01-13 | 1 | -5/+7 |
|\ | | | | | Detach event listeners on destroy | ||||
| * | Detach event listeners on destroy | nskazki | 2019-07-19 | 1 | -5/+7 |
| | | | | | | | | | | if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there. later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners. | ||||
* | | Fix linting issues | Sam Potts | 2020-01-13 | 1 | -4/+1 |
|/ | |||||
* | File rename and clean up | Sam Potts | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Linting changes | Sam Potts | 2019-06-01 | 1 | -21/+31 |
| | |||||
* | Fix for the menu in the shadow DOM | Sam Potts | 2019-04-25 | 1 | -16/+4 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2019-04-25 | 1 | -2/+4 |
|\ | |||||
| * | Don't close menu on click in menu in webcomponent | Emiel Beinema | 2019-04-15 | 1 | -1/+3 |
| | | |||||
| * | Use querySelector on container for showMenuPanel | Emiel Beinema | 2019-04-15 | 1 | -1/+1 |
| | | |||||
* | | Fix for className being wiped out | Sam Potts | 2019-04-25 | 1 | -250/+284 |
|/ | |||||
* | Set download URL via setter | Sam Potts | 2019-04-12 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2019-02-19 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
|/ / | |||||
* / | Fullscreen fixes | Sam Potts | 2019-01-14 | 1 | -7/+22 |
|/ | |||||
* | Calling customized controls function with proper arguments | Raccoon | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | Allow custom download URL (for streaming, etc) | Sam Potts | 2018-10-24 | 1 | -10/+12 |
| | |||||
* | Fix SVG issue for older browsers (fixes #1191) | Sam Potts | 2018-10-24 | 1 | -2/+3 |
| | |||||
* | Added download button | Sam Potts | 2018-09-28 | 1 | -48/+91 |
| | |||||
* | Reverted large pause button | Sam Potts | 2018-09-25 | 1 | -3/+0 |
| | |||||
* | Fix touch vs click issue | Sam Potts | 2018-09-25 | 1 | -0/+3 |
| | |||||
* | Fix for nodeList as buttons | Sam Potts | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | Fix play/pause button state | Sam Potts | 2018-08-14 | 1 | -10/+18 |
| | |||||
* | Fix for controls missing (fixes #1161) | Sam Potts | 2018-08-14 | 1 | -11/+13 |
| | |||||
* | Fix for pressed property missing with custom controls (Fixes #1062) | Sam Potts | 2018-08-13 | 1 | -12/+17 |
| | |||||
* | Moved mute button inside plyr__volume | Sam Potts | 2018-08-13 | 1 | -27/+30 |
| | |||||
* | Moved i18n to utils | Sam Potts | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Fix issue where enter key wasn’t setting focus correctly | Sam Potts | 2018-08-05 | 1 | -14/+32 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -21/+26 |
| | |||||
* | Linting | Sam Potts | 2018-08-01 | 1 | -308/+87 |
| | |||||
* | 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 | 1 | -0/+2 |
| | | |||||
* | | Fix Firefox spacebar issue | Sam Potts | 2018-08-01 | 1 | -134/+391 |
| | | |||||
* | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-07-30 | 1 | -6/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Don't move caption up when "showing" the lower controls when the controls ↵ | Albin Larsson | 2018-07-30 | 1 | -6/+3 |
| | | | | | | | | are empty |