Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed extra <progress> for populating lower fill on range inputs | Sam Potts | 2017-10-18 | 1 | -154/+145 | |
| | ||||||
* | Gulp tweak | Sam Potts | 2017-04-25 | 1 | -2/+2 | |
| | ||||||
* | Formatting | Sam Potts | 2017-04-15 | 1 | -10/+12 | |
| | ||||||
* | Merge branch 'master' into develop | Sam Potts | 2016-10-23 | 1 | -8/+8 | |
|\ | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.js # dist/plyr.css # dist/plyr.js | |||||
| * | v2.0.8 | Sam Potts | 2016-10-23 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | - Added `isPaused()` API method (thanks to @darrena092) - Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357) - Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390) - Fix for Firefox VTT compatibility (thanks to @magourex) - Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392) - Added Issue and PR templates with the aim of reducing duplicate or duff issues | |||||
* | | More menu work | Sam Potts | 2016-09-25 | 1 | -3/+3 | |
|/ | ||||||
* | See changelog (fixes #265, #253, #257) | Sam | 2016-06-07 | 1 | -33/+33 | |
| | ||||||
* | Sprite loading improvements, touch controls | Sam | 2016-05-23 | 1 | -1/+3 | |
| | | | | | - SVG sprite loading automatically for an easier setup - Touch devices now show controls on touch rather than pausing playback | |||||
* | Changed icon prefix default to avoid clashes | Sam Potts | 2016-05-16 | 1 | -5/+5 | |
| | ||||||
* | Comment | Sam Potts | 2016-05-15 | 1 | -0/+1 | |
| | ||||||
* | Build changes, sprite.svg => plyr.svg | Sam Potts | 2016-05-15 | 1 | -21/+71 | |
| | ||||||
* | Minor bug fixes | Sam Potts | 2016-05-01 | 1 | -1/+1 | |
| | ||||||
* | Docs updates, small tweaks | Sam | 2016-04-28 | 1 | -10/+10 | |
| | ||||||
* | Audio styles, docs tweaks, package updates | Sam Potts | 2016-04-26 | 1 | -3/+3 | |
| | ||||||
* | CustomEvent polyfill (Fixes #172) | Sam Potts | 2016-02-28 | 1 | -2/+9 | |
| | ||||||
* | Small bug fixes | Sam Potts | 2016-01-21 | 1 | -0/+1 | |
| | ||||||
* | Use only one index.html for testing locally, fixes for limited controls, ↵ | Sam Potts | 2016-01-14 | 1 | -5/+6 | |
| | | | | larger seek handle | |||||
* | Froogaloop fixes (custom version), docs sprite, source api changes | Sam Potts | 2016-01-13 | 1 | -9/+17 | |
| | ||||||
* | Merge branch 'master' into develop | Sam | 2015-12-13 | 1 | -16/+18 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js # docs/dist/docs.css # docs/dist/docs.js # docs/index.html # docs/src/js/docs.js # docs/src/less/components/icons.less # docs/src/less/components/type.less # docs/src/less/docs.less # gulpfile.js # package.json # src/js/plyr.js | |||||
| * | Removed Hogan from Docs (Fixes #128) | Sam Potts | 2015-12-11 | 1 | -29/+11 | |
| | | ||||||
* | | Removed Hogan stuff | Sam Potts | 2015-10-05 | 1 | -25/+2 | |
| | | ||||||
* | | Source API changes, Vimeo fixes, still WIP | Sam Potts | 2015-10-04 | 1 | -8/+11 | |
|/ | ||||||
* | Fixed bug with API use on basic supported browsers | Sam Potts | 2015-08-21 | 1 | -3/+12 | |
| | ||||||
* | Tooltip fix for NVDA | Sam Potts | 2015-07-31 | 1 | -1/+1 | |
| | ||||||
* | gulp | Sam Potts | 2015-07-25 | 1 | -5/+5 | |
| | ||||||
* | Fix for omitted kind attribute on <track> (fixes #88) | Sam Potts | 2015-07-25 | 1 | -1/+1 | |
| | ||||||
* | YouTube playback, docs update | Sam Potts | 2015-07-20 | 1 | -2/+2 | |
| | ||||||
* | Chrome Canary Fix | Sam Potts | 2015-06-07 | 1 | -1/+1 | |
| | ||||||
* | Keyboard accessibility improvements (Fixes #66) | Sam Potts | 2015-03-21 | 1 | -1/+11 | |
| | | | | - Enter now works on checkboxes within the controls | |||||
* | Indentation | Sam Potts | 2015-03-15 | 1 | -173/+173 | |
| | | | | Converted to 4 space width tabbing | |||||
* | Open docs site on publish | Sam Potts | 2015-03-03 | 1 | -8/+25 | |
| | ||||||
* | Docs tweaks | Sam Potts | 2015-03-03 | 1 | -2/+7 | |
| | ||||||
* | Updated gulp to version assets correctly | Sam Potts | 2015-03-03 | 1 | -0/+1 | |
| | ||||||
* | Added CDN references | Sam Potts | 2015-03-02 | 1 | -29/+54 | |
| | ||||||
* | Publishing to AWS | Sam Potts | 2015-03-01 | 1 | -30/+58 | |
| | ||||||
* | Seperated docs, included SASS | Sam Potts | 2015-03-01 | 1 | -86/+142 | |
| | ||||||
* | Tidying up, bower changes | Sam Potts | 2015-02-24 | 1 | -34/+29 | |
| | | | | | | - Folder tidy up - Bower updated to include source files - Upgraded to svgstore 5.0.0 | |||||
* | Improved plugin syntax, refactoring... | Sam Potts | 2015-02-15 | 1 | -3/+3 | |
| | ||||||
* | WIP | Sam Potts | 2015-02-14 | 1 | -0/+139 | |