aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/defaults.js
Commit message (Collapse)AuthorAgeFilesLines
* v3.2.0Sam Potts2018-04-171-1/+1
|
* Fixed bug for captions with no srclang and labels and improved logic (fixes ↵Sam Potts2018-04-171-0/+1
| | | | #875)
* PR mergeSam Potts2018-04-141-1/+1
|
* Fix IE10 with default captions.languageNicolas Thiry2018-04-131-1/+1
|
* Fix IE10 split errorNicolas Thiry2018-04-121-1/+1
| | | On IE10, Plyr throws the error `Unable to get property 'split' of undefined or null reference`. This fixes the case when `window.navigator.language` is null and can't use the `split()` function.
* Add i18n support for "Normal" value in speed optionsDaniel Sarin2018-04-111-0/+1
|
* v3.1.0Sam Potts2018-04-031-1/+1
|
* v3.1.0-beta.2Sam Potts2018-04-031-1/+1
|
* YouTube speed menu fixSam Potts2018-04-031-1/+1
|
* v3.1.0-beta.1Sam Potts2018-04-021-1/+1
|
* HTML5 quality selectionSam Potts2018-04-021-10/+12
|
* v3.0.11Sam Potts2018-03-301-1/+1
|
* v3.0.10Sam Potts2018-03-301-1/+1
|
* Fix regressionSam Potts2018-03-291-1/+1
|
* Vimeo hotfixSam Potts2018-03-291-1/+1
|
* Bug fixesSam Potts2018-03-281-1/+1
|
* v3.0.6Sam Potts2018-03-281-1/+1
|
* v3.0.5Sam Potts2018-03-271-1/+1
|
* v3.0.4Sam Potts2018-03-271-1/+1
|
* Controls fixesSam Potts2018-03-271-1/+0
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-271-2/+5
|
* v3.0.3Sam Potts2018-03-221-1/+1
|
* Fix fast-forward controlSaad Shahd2018-03-211-1/+1
| | | | fast-forward control doesn't work.
* v3.0.2Sam Potts2018-03-181-1/+1
|
* Fix for local storage issueSam Potts2018-03-181-1/+1
|
* v3.0.0Sam Potts2018-03-171-1/+1
|
* Added buffered getterSam Potts2018-03-171-1/+1
|
* 3.0.0-beta.20Sam Potts2018-03-131-1/+1
|
* 3.0.0-beta.19Sam Potts2018-03-131-1/+1
|
* 3.0.0-beta.18Sam Potts2018-03-131-1/+1
|
* Update adsSam Potts2018-03-131-1/+1
|
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-111-1/+2
|
* 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.