diff --git a/bower.json b/bower.json index 1511e44e..c3648d24 100644 --- a/bower.json +++ b/bower.json @@ -1,33 +1,33 @@ { - "name": "plyr", - "description": "A simple HTML5 media player using custom controls", - "homepage": "http://plyr.io", - "keywords": [ - "Audio", - "Video", - "HTML5 Audio", - "HTml5 Video" - ], - "authors": [ - "Sam Potts " - ], - "dependencies": {}, - "main": [ - "dist/plyr.css", - "dist/plyr.js", - "dist/sprite.svg", - "src/less/plyr.less", - "src/sass/plyr.sass", - "src/js/plyr.js" - ], - "ignore": [ - "node_modules", - "bower_components", - ".gitignore" - ], - "repository": { - "type": "git", - "url": "git://github.com/selz/plyr.git" - }, - "license": "MIT" + "name": "plyr", + "description": "A simple HTML5 media player using custom controls", + "homepage": "http://plyr.io", + "keywords": [ + "Audio", + "Video", + "HTML5 Audio", + "HTml5 Video" + ], + "authors": [ + "Sam Potts " + ], + "dependencies": {}, + "main": [ + "dist/plyr.css", + "dist/plyr.js", + "dist/sprite.svg", + "src/less/plyr.less", + "src/sass/plyr.sass", + "src/js/plyr.js" + ], + "ignore": [ + "node_modules", + "bower_components", + ".gitignore" + ], + "repository": { + "type": "git", + "url": "git://github.com/selz/plyr.git" + }, + "license": "MIT" } \ No newline at end of file diff --git a/bundles.json b/bundles.json index 1f9733a4..0595c557 100644 --- a/bundles.json +++ b/bundles.json @@ -1,25 +1,25 @@ { - "plyr": { - "less": { - "plyr.css": ["src/less/plyr.less"] - }, - "sass": { - "plyr.css": ["src/less/plyr.sass"] - }, - "js": { - "plyr.js": ["src/js/plyr.js"] - } - }, - "docs": { - "less": { - "docs.css": ["docs/src/less/docs.less"] - }, - "js": { - "docs.js": [ - "docs/src/js/lib/hogan-3.0.2.mustache.js", - "docs/dist/templates.js", - "docs/src/js/docs.js" - ] - } - } + "plyr": { + "less": { + "plyr.css": ["src/less/plyr.less"] + }, + "sass": { + "plyr.css": ["src/less/plyr.sass"] + }, + "js": { + "plyr.js": ["src/js/plyr.js"] + } + }, + "docs": { + "less": { + "docs.css": ["docs/src/less/docs.less"] + }, + "js": { + "docs.js": [ + "docs/src/js/lib/hogan-3.0.2.mustache.js", + "docs/dist/templates.js", + "docs/src/js/docs.js" + ] + } + } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index fbe0479b..f81bf982 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,50 @@ # Changelog +## v1.1.5 +- Fix for incorrect `isFullscreen()` return value in Mozilla (Fixes #38) + +## v1.1.4 +- Minor bug fixes + +## v1.1.3 +- Fixes for random id used in controls with multiple instances and one call to setup +- Audio player UI improvements + +## v1.1.2 +- Added an onSetup callback option +- Added fullscreen API methods `toggleFullscreen()` (must be user iniated), and `isFullscreen()` + +## v1.1.1 +- Fix for unsupported browser handling +- Fix for config.controls having no effect + +## v1.1.0 +- Added config option to set which controls are shown (if using the default controls html) and better handling of missing controls + +## v1.0.31 +- Display duration on `metadataloaded` + +## v1.0.30 +- Fixed bug with media longer than 60 minutes (Fixes #69) + +## v1.0.29 +- Added option to hide controls on fullscreen (default `true`) while palying, after 1s. Pause, mouse hover on progress, or focus on a child control re-shows the controls. On touch a tap of the video (which plays/pauses the video by default) is required. (Fixes #47) +- Fixed a bug with caption toggle in 1.0.28 + +## v1.0.28 +- Added API support for browsers that don't have full plyr support (pretty much <=IE9 and `