aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | typescript typingsondratra2019-08-071-0/+560
| |/ /
* | | Merge pull request #1516 from azizhk/toggle_return_promsieSam Potts2020-01-131-3/+3
|\ \ \ | | | | | | | | Toggle also returns promise
| * | | Toggle also returns promiseAziz Khambati2019-07-301-3/+3
| | | |
* | | | Merge pull request #1552 from SoftCreatR/patch-2Sam Potts2020-01-131-1/+1
|\ \ \ \ | | | | | | | | | | Fix ads configuration
| * | | | Fixed ads configurationSascha Greuel2019-08-271-1/+1
| | |/ / | |/| |
* | | | Comment clean upSam Potts2020-01-131-2/+3
| | | |
* | | | Merge pull request #1570 from felipedeboni/ie11-resetonend-fixSam Potts2020-01-131-0/+2
|\ \ \ \ | | | | | | | | | | Prevents IE11 with resetOnEnd option set to true to play video again
| * | | | Prevents IE11 with resetOnEnd option set to true to play video againFelipe K. De Boni2019-09-161-0/+2
| |/ / /
* | | | Fix linting issuesSam Potts2020-01-132-7/+2
| | | |
* | | | Merge branch 'master' into developSam Potts2020-01-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1579 from taion/fix-listener-returnSam Potts2020-01-131-1/+1
| |\ \ \ | | |_|/ | |/| | fix: Fix handling listener return value
| | * | fix: Fix handling listener return valueJimmy Jia2019-09-251-1/+1
| | |/
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-134-0/+16
|\ \ \
| * \ \ Merge pull request #1565 from lmislm/patch-1Sam Potts2020-01-131-0/+1
| |\ \ \ | | | | | | | | | | Update defaults.js
| | * | | Update defaults.jsBaskerville*2019-09-061-0/+1
| | |/ / | | | | | | | | update defaults.i18n
| * | | Merge pull request #1525 from lunika/play-button-ariaSam Potts2020-01-131-0/+1
| |\ \ \ | | | | | | | | | | ♿️(controls) change play button aria-label value when its state change
| | * | | ♿️(controls) change play button aria-label value when its state changeManuel Raynaud2019-08-071-0/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | The aria-label attribute set on all play buttons does not change according the player state. When the video is playing, the aria-label should change to pause otherwise screen reader will not detect that this button now can be used to pause the video.
| * | | Merge pull request #1577 from avidnewmedia/issue-615Sam Potts2020-01-132-0/+14
| |\ \ \ | | | | | | | | | | #615: updates to vimeo and youtube buffering state
| | * | | #615: updates to vimeo and youtube plugins to ensure that loading classes ↵Dustin Harrell2019-09-232-0/+14
| | |/ / | | | | | | | | | | | | are added as content is buffering
* | / / Manually port over change from PR #1616Sam Potts2020-01-131-1/+1
|/ / /
* | / Added local server, package upgradesSam Potts2020-01-131-2/+2
| |/ |/|
* | 3.5.6Sam Potts2019-06-213-3/+3
|/
* v3.5.5 deployedSam Potts2019-06-213-3/+3
|
* File rename and clean upSam Potts2019-06-2111-10/+8
|
* Clean upSam Potts2019-06-211-1/+2
|
* Merge branch 'master' into developSam Potts2019-06-203-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .eslintrc # demo/dist/demo.css # demo/dist/demo.js # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.min.mjs # dist/plyr.min.mjs.map # dist/plyr.mjs # dist/plyr.polyfilled.js # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # dist/plyr.polyfilled.min.mjs # dist/plyr.polyfilled.min.mjs.map # dist/plyr.polyfilled.mjs # package.json # readme.md # src/js/listeners.js # yarn.lock
| * Linting changesSam Potts2019-04-3015-33/+2
| |
| * v3.5.4Sam Potts2019-04-253-3/+3
| |
* | Styling tweaks for demoSam Potts2019-06-201-1/+1
| |
* | Aspect ratio tweaksSam Potts2019-06-034-18/+15
| |
* | Add duration (commented out) in defaultsSam Potts2019-06-031-0/+1
| |
* | Repaint clean upSam Potts2019-06-032-9/+10
| |
* | Fix for thumbnails in demo for audioSam Potts2019-06-031-0/+4
| |
* | Removed commented out code for EdgeSam Potts2019-06-021-8/+0
| |
* | Clean upSam Potts2019-06-013-28/+19
| |
* | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-06-011-16/+24
|\ \
| * | fix youtube embed + handle early destroyAlexander Farkas2019-05-241-1/+1
| | |
| * | fix youtube embed + handle early destroyAlexander Farkas2019-05-241-15/+23
| |/
* / Linting changesSam Potts2019-06-0117-84/+75
|/
* Fix for the menu in the shadow DOMSam Potts2019-04-251-16/+4
|
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2019-04-251-2/+4
|\
| * Don't close menu on click in menu in webcomponentEmiel Beinema2019-04-151-1/+3
| |
| * Use querySelector on container for showMenuPanelEmiel Beinema2019-04-151-1/+1
| |
* | Fix merging classSam Potts2019-04-251-7/+8
| |
* | Ads improvements for volume and race condition fixSam Potts2019-04-251-35/+50
| |
* | Ratio improvementsSam Potts2019-04-255-33/+34
| |
* | Fix for className being wiped outSam Potts2019-04-251-250/+284
| |
* | Clean up and API changeSam Potts2019-04-251-11/+2
| |
* | FormattingSam Potts2019-04-251-12/+17
| |
* | Increase speed limitsSam Potts2019-04-152-12/+57
| |