From 07d7c090b3d0a548cdb8da9233b25fbfb08faa60 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Wed, 10 May 2017 11:13:48 -0400 Subject: [PATCH] Release Version 1.7.3 --- README.md | 22 +++++++++++----------- bower.json | 2 +- featherlight.jquery.json | 2 +- gallery.html | 4 ++-- index.html | 4 ++-- package.json | 2 +- release/featherlight.gallery.min.css | 2 +- release/featherlight.gallery.min.js | 2 +- release/featherlight.min.css | 4 ++-- release/featherlight.min.js | 2 +- src/featherlight.css | 2 +- src/featherlight.gallery.css | 2 +- src/featherlight.gallery.js | 2 +- src/featherlight.js | 2 +- src/gallery.html | 2 +- src/index.html | 2 +- 16 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 0dbe994a..be23dba1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org -## [» Download Current Release 1.7.2](https://github.com/noelboss/featherlight/archive/1.7.2.zip) +## [» Download Current Release 1.7.3](https://github.com/noelboss/featherlight/archive/1.7.3.zip) Here you'll find a [list of all the changes](https://github.com/noelboss/featherlight/blob/master/CHANGELOG.md) and you can also download [old releases](https://github.com/noelboss/featherlight/releases) or [the master including all the latest bling](https://github.com/noelboss/featherlight/archive/master.zip). @@ -23,14 +23,14 @@ Here you'll find a [list of all the changes](https://github.com/noelboss/feather All styling is done using CSS so you'll want to include the Featherlight CSS in your head. - + Be aware that Featherlight uses very unspecific CSS selectors to help you overwrite every aspect. This means in turn, that if you're not following a modularized approach to write CSS (which you should! It's terrific!) and have many global and specific definitions (read ID's and such – which you shouldn't), these definitions can break the Featherlight styling. Featherlight requires jQuery version 1.7.0 or higher. It's recommended to include the javascript at the bottom of the page before the closing `` tag. - + # Usage @@ -369,15 +369,15 @@ You will need to use an extension (featherlight.gallery.js). Since Featherlight Simply include the extension CSS and JavaScript Files after the regular featherlight files like this: - - + + Add the JavaScript at the bottom of the body: ```html - - + + ``` Check out the example here: [Gallery with Featherlight](gallery.html) @@ -439,11 +439,11 @@ It sets the classes `'featherlight-first-slide'` and `'featherlight-last-slide'` Simply include the extension CSS and JavaScript Files after the regular featherlight files like this: - - + + - - + + ## Gallery on Mobile Devices To support mobile/tablet and all touch devices, you will need to include one of the [supported swipe libraries](https://github.com/noelboss/featherlight/wiki/Gallery:-swipe-on-touch-devices). For example, to use `swipe_detect` library, include it in the header: diff --git a/bower.json b/bower.json index c43f2fb7..02ef0e2d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "featherlight", - "version": "1.7.2", + "version": "1.7.3", "main": [ "release/featherlight.min.js", "release/featherlight.min.css" diff --git a/featherlight.jquery.json b/featherlight.jquery.json index 9b61bba4..88673db0 100644 --- a/featherlight.jquery.json +++ b/featherlight.jquery.json @@ -1,6 +1,6 @@ { "name": "featherlight", - "version": "1.7.2", + "version": "1.7.3", "title": "Featherlight – ultra slim jQuery lightbox", "author": { "name": "Noël Raoul Bossart", diff --git a/gallery.html b/gallery.html index 51febbe1..ccd13237 100644 --- a/gallery.html +++ b/gallery.html @@ -106,9 +106,9 @@

Featherlight.Gallery.js github - + - Download (1.7.2) + Download (1.7.3) diff --git a/index.html b/index.html index c01e9c9f..264d5e75 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,9 @@

Featherlight.js The ultra slim lightbox.

github - + - Download (1.7.2) + Download (1.7.3)
diff --git a/package.json b/package.json index dd22dd6f..fd1c53a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "title": "Featherlight \u2013 ultra slim jQuery lightbox", - "version": "1.7.2", + "version": "1.7.3", "author": { "name": "No\u00ebl Raoul Bossart", "url": "http://www.noelboss.com" diff --git a/release/featherlight.gallery.min.css b/release/featherlight.gallery.min.css index b507e79e..94b5f945 100644 --- a/release/featherlight.gallery.min.css +++ b/release/featherlight.gallery.min.css @@ -1,6 +1,6 @@ /** * Featherlight Gallery – an extension for the ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/release/featherlight.gallery.min.js b/release/featherlight.gallery.min.js index aac4a0ec..ce02a92b 100644 --- a/release/featherlight.gallery.min.js +++ b/release/featherlight.gallery.min.js @@ -1,6 +1,6 @@ /** * Featherlight Gallery – an extension for the ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/release/featherlight.min.css b/release/featherlight.min.css index 1a455b5b..6d44d49e 100644 --- a/release/featherlight.min.css +++ b/release/featherlight.min.css @@ -1,8 +1,8 @@ /** * Featherlight - ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. **/ -@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}} \ No newline at end of file +@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:inherit}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}} \ No newline at end of file diff --git a/release/featherlight.min.js b/release/featherlight.min.js index 91ca4e37..dae40fb7 100644 --- a/release/featherlight.min.js +++ b/release/featherlight.min.js @@ -1,6 +1,6 @@ /** * Featherlight - ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/src/featherlight.css b/src/featherlight.css index 8a5697da..025cdc07 100644 --- a/src/featherlight.css +++ b/src/featherlight.css @@ -1,6 +1,6 @@ /** * Featherlight – ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/src/featherlight.gallery.css b/src/featherlight.gallery.css index ed0d0a39..ae8c10a3 100644 --- a/src/featherlight.gallery.css +++ b/src/featherlight.gallery.css @@ -1,6 +1,6 @@ /** * Featherlight Gallery – an extension for the ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/src/featherlight.gallery.js b/src/featherlight.gallery.js index 3d05d11f..4789129f 100644 --- a/src/featherlight.gallery.js +++ b/src/featherlight.gallery.js @@ -1,6 +1,6 @@ /** * Featherlight Gallery – an extension for the ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/src/featherlight.js b/src/featherlight.js index 257fe8f0..7167e17a 100644 --- a/src/featherlight.js +++ b/src/featherlight.js @@ -1,6 +1,6 @@ /** * Featherlight - ultra slim jQuery lightbox - * Version 1.7.2 - http://noelboss.github.io/featherlight/ + * Version 1.7.3 - http://noelboss.github.io/featherlight/ * * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com) * MIT Licensed. diff --git a/src/gallery.html b/src/gallery.html index 46a159fb..5048bb71 100644 --- a/src/gallery.html +++ b/src/gallery.html @@ -108,7 +108,7 @@

Featherlight.Gallery.js - Download (1.7.2) + Download (1.7.3)

diff --git a/src/index.html b/src/index.html index 398a9436..f238779c 100644 --- a/src/index.html +++ b/src/index.html @@ -67,7 +67,7 @@

Featherlight.js The ultra slim lightbox.

- Download (1.7.2) + Download (1.7.3)