aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/defaults.js
Commit message (Collapse)AuthorAgeFilesLines
* Removed a double this.enabled variable and updated a comment in ads.js. Also ↵Arthur Hulsman2018-03-061-1/+1
| | | | made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo.
* v3.0.0-beta.17Sam Potts2018-03-031-1/+1
|
* TypoSam Potts2018-03-031-1/+1
|
* 3.0.0-beta.16Sam Potts2018-03-031-1/+1
|
* v3.0.0-beta.15Sam Potts2018-02-191-1/+1
|
* Pause button fix, polyfilled build, unminified buildsSam Potts2018-02-171-1/+1
|
* v3.0.0-beta.13Sam Potts2018-02-131-1/+1
|
* Fullscreen API changes, color settings tweaksSam Potts2018-02-111-0/+1
|
* 3.0.0-beta.12Sam Potts2018-02-061-1/+1
|
* Added backwards compatibility for <div> embedsSam Potts2018-02-061-0/+8
|
* Small UI tweaks and fix for instanceof issueSam Potts2018-01-311-1/+1
|
* Version bump + icon fixSam Potts2018-01-301-1/+1
|
* Attempt to fix YouTube message error, added ads references, changes to boolSam Potts2018-01-251-2/+3
|
* Restored “Ad” in labelSam Potts2018-01-241-0/+1
|
* Renamed property, UI tweakSam Potts2018-01-231-2/+1
|
* Formatting, events and ad countdown addedSam Potts2018-01-221-2/+16
|
* Formatting and “ad” badgeSam Potts2018-01-191-0/+1
|
* Added cue markings within the time line for when midrolls will be displayed. ↵Arthur Hulsman2018-01-171-0/+1
| | | | Removed unusued callback parameter.
* Code tweaksSam Potts2018-01-141-0/+6
|
* Implementing ads pluginferdiemmen2018-01-131-0/+3
|
* Started on error handlingSam2018-01-041-0/+1
|
* Docs, restored loadSprite and supported static methodsSam Potts2017-12-231-1/+0
|
* Converted to SASS/SCSSSam Potts2017-12-201-4/+39
|
* Fix overflow issue on small players with menu openSam Potts2017-11-231-0/+1
|
* Moved to provider + type to make it cleaner in future, fix for multiple playersSam Potts2017-11-231-1/+2
|
* Updated data attributes to `data-plyr` namespace. Speed menu fixesSam Potts2017-11-231-13/+1
|
* Handle no audio, more docs in code, fix for playing getterSam Potts2017-11-211-1/+0
|
* Vimeo autopause optionSam Potts2017-11-211-0/+3
|
* Play button as toggle button, tooltip changes, docs updated, fullscreen fixSam Potts2017-11-211-3/+7
|
* Controls cleanup, work on captions bug, click to invert timeSam Potts2017-11-181-2/+15
|
* More docs, event renamedSam Potts2017-11-121-1/+1
|
* UI bugsSam Potts2017-11-091-1/+0
|
* Volume fixes and other tidy up workSam Potts2017-11-081-1/+1
|
* Merge branch 'develop' of github.com:Selz/plyr into developSam Potts2017-11-071-3/+7
|\ | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/defaults.js
| * Using the “href” attribute on SVG if supported, using hasAttributeSam Potts2017-11-071-2/+2
| |
* | Merge branch 'develop' of github.com:Selz/plyr into developSam Potts2017-11-071-10/+9
|\| | | | | | | | | # Conflicts: # readme.md
| * Started on documentation and aspect ratio optionSam Potts2017-11-061-0/+3
|/
* Tab focus classname changeSam Potts2017-11-051-1/+1
|
* ES6-ifiedSam Potts2017-11-041-0/+301