From dc10139f80a982396c1bd37b849429ef13c05bdf Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 1 Mar 2015 20:34:46 +1100 Subject: [PATCH] v1.0.17 Fixes #4 --- bower.json | 2 +- changelog.md | 5 +++++ package.json | 2 +- readme.md | 6 ++++-- src/js/plyr.js | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index fa1ffdd8..499ddafa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "1.0.16", + "version": "1.0.17", "description": "A simple HTML5 media player using custom controls", "homepage": "http://plyr.io", "keywords": [ diff --git a/changelog.md b/changelog.md index a2f7dab7..74423efa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## v1.0.7 +- SASS support added (thanks to @brunowego) +- Docs completely seperated to avoid any confusion +- New gulp tasks (will add more documentation for this) + ## v1.0.16 - Aria label is now dynamic diff --git a/package.json b/package.json index c968a2af..b60b2a6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "1.0.16", + "version": "1.0.17", "description": "A simple HTML5 media player using custom controls", "homepage": "http://plyr.io", "main": "gulpfile.js", diff --git a/readme.md b/readme.md index f0af263d..a043445d 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,8 @@ If you have any cool ideas or features, please let me know by [creating an issue ## Implementation +Check `docs/index.html` and `docs/dist/js/docs.js` for an example setup. + ### Bower If bower is your thang, you can grab Plyr using: ``` @@ -38,14 +40,14 @@ bower install plyr More info on setting up dependencies can be found in the [Bower Docs](http://bower.io/docs/creating-packages/#maintaining-dependencies) ### CSS -If you want to use the default css, add the css file from /dist into your head, or even better use the less file included in `/src` in your build to save a request. +If you want to use the default css, add the `plyr.css` file from /dist into your head, or even better use `plyr.less` or `plyr.sass` file included in `/src` in your build to save a request. ```html ``` ### SVG -The SVG sprite for the controls icons is loaded in by AJAX to help with performance. This is best added before the closing `` +The SVG sprite for the controls icons is loaded in by AJAX to help with performance. This is best added before the closing ``, before any other scripts. ```html