aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.polyfilled.js
Commit message (Collapse)AuthorAgeFilesLines
* pkg: deploy v3.6.3Sam Potts2020-11-141-1/+1
|
* v3.6.2Sam Potts2020-05-041-1/+1
|
* v3.6.1Sam Potts2020-04-281-1/+1
|
* v3.5.10Sam Potts2020-02-141-1/+1
|
* v3.5.9 deployedSam Potts2020-02-141-1/+1
|
* v3.5.8 deployedSam Potts2020-02-101-1/+1
|
* 3.5.7Sam Potts2020-02-091-1/+1
|
* Deployed 3.5.7-beta.0Sam Potts2020-01-301-1/+1
|
* 3.5.6Sam Potts2019-06-211-1/+1
|
* v3.5.5 deployedSam Potts2019-06-211-1/+1
|
* Linting changesSam Potts2019-04-301-0/+1
|
* v3.5.4Sam Potts2019-04-251-1/+1
|
* 3.5.3Sam Potts2019-04-121-1/+1
|
* Fixed issue where the preview thumbnail was present while scrubbingSam Potts2019-02-241-1/+1
|
* v3.5.1Sam Potts2019-02-231-1/+1
|
* Deployed v3.5.0Sam Potts2019-02-191-1/+1
|
* Fix linksSam Potts2019-02-191-1/+1
|
* Fix deploymentSam Potts2019-02-121-1/+1
|
* Ads bug fixesSam Potts2019-02-011-1/+1
|
* v3.4.8Sam Potts2019-01-171-1/+1
| | | | - Calling customized controls function with proper arguments (thanks @a60814billy)
* v3.4.7Sam Potts2018-11-081-1/+1
| | | | - Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)
* v3.4.6Sam Potts2018-10-251-1/+1
| | | | | - Added picture-in-picture support for Chrome 70+ - Fixed issue with versioning the SVG sprite in the gulp build script
* v3.4.5Sam Potts2018-10-241-1/+1
|
* v3.4.4Sam Potts2018-09-251-1/+1
| | | | | | - 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!)
* Remove babel-polyfill in favour of core-jsSam Potts2018-09-251-1/+0
|
* v3.4.3Sam Potts2018-08-141-1/+1
|
* v3.4.2Sam Potts2018-08-141-1/+1
|
* v3.4.1Sam Potts2018-08-141-1/+1
|
* v3.4.0Sam Potts2018-08-141-1/+1
| | | | | | | | | | | - 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)
* 3.4.0-beta.2Sam Potts2018-08-051-1/+1
|
* v3.4.0-beta.1Sam Potts2018-08-021-1/+1
|
* v3.2.23Sam Potts2018-07-301-1/+1
|
* v3.3.22Sam Potts2018-07-181-1/+1
|
* Merge branch 'develop'Sam Potts2018-06-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * 3.3.16Sam Potts2018-06-291-1/+1
| |
* | Fix for bug where controls wouldn't show on hover over YouTube videoSam Potts2018-06-211-1/+1
| |
* | Remove `pointer-events: none` on embed `<iframe>` to comply with YouTube ToSSam Potts2018-06-211-1/+1
| |
* | Merge branch 'develop'Sam Potts2018-06-211-1/+1
|\| | | | | | | | | | | | | | | | | | | # Conflicts: # 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
* | v3.3.17Sam Potts2018-06-191-1/+1
| |
* | v3.3.16Sam Potts2018-06-191-1/+1
|/
* v3.3.15Sam Potts2018-06-181-1/+1
|
* v3.3.14Sam Potts2018-06-181-1/+1
|
* v3.3.13Sam Potts2018-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | You guessed it, a load of awesome changes from contributors: Thanks @friday for the following: - Captions fixes - Fix poster race conditions - Minor code improvements for quality switching - Minor event changes - Fix condition in events.toggleListener to allow non-elements - Suggestion: Remove array newline rule - Contributions improvements - fix: html5.cancelRequest not remove source tag correctly (thanks @a60814billy) - remove event listeners in destroy() (thanks @cky917) - Fix markdown in README (thanks @azu) - Some parts of the accessibility improvements outlined in #905 (more on the way...) - Fix for bug where volume slider didn't always show
* v3.3.12Sam Potts2018-06-111-1/+1
|
* v3.3.11Sam Potts2018-06-111-1/+1
|
* v3.3.10Sam Potts2018-05-311-1/+1
|
* v3.3.9Sam Potts2018-05-281-1/+1
|
* v3.3.8Sam Potts2018-05-261-1/+1
|
* Add URL polyfillSam Potts2018-05-201-0/+1
|
* v3.3.7Sam Potts2018-05-091-1/+1
|