Skip to content

Commit

Permalink
Release Version 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 30, 2017
1 parent 72d53c0 commit c21f3e2
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 29 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org



## [» Download Current Release 1.7.5](https://github.com/noelboss/featherlight/archive/1.7.5.zip)
## [» Download Current Release 1.7.6](https://github.com/noelboss/featherlight/archive/1.7.6.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).

Expand All @@ -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.

<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.css" type="text/css" rel="stylesheet" />

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 `</body>` tag.

<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>


# Usage
Expand Down Expand Up @@ -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:

<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />

Add the JavaScript at the bottom of the body:

```html
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
```

Check out the example here: [Gallery with Featherlight](gallery.html)
Expand Down Expand Up @@ -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:

<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.5/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.6/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>

## 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:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "featherlight",
"version": "1.7.5",
"version": "1.7.6",
"main": [
"release/featherlight.min.js",
"release/featherlight.min.css"
Expand Down
2 changes: 1 addition & 1 deletion featherlight.jquery.json
@@ -1,6 +1,6 @@
{
"name": "featherlight",
"version": "1.7.5",
"version": "1.7.6",
"title": "Featherlight – ultra slim jQuery lightbox",
"author": {
"name": "Noël Raoul Bossart",
Expand Down
4 changes: 2 additions & 2 deletions gallery.html
Expand Up @@ -106,9 +106,9 @@ <h1>Featherlight<i>.Gallery.js</i>
<i class="glyphicon glyphicon-eye-open"></i>
github
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.5.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.6.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.7.5)</span>
Download <span>(1.7.6)</span>
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -65,9 +65,9 @@ <h1>Featherlight<i>.js</i><span> The ultra slim lightbox.</span></h1>
<i class="glyphicon glyphicon-eye-open"></i>
github
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.5.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.6.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.7.5)</span>
Download <span>(1.7.6)</span>
</a>
</div>
<div class="btn-group">
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"title": "Featherlight \u2013 ultra slim jQuery lightbox",
"version": "1.7.5",
"version": "1.7.6",
"author": {
"name": "No\u00ebl Raoul Bossart",
"url": "http://www.noelboss.com"
Expand Down
2 changes: 1 addition & 1 deletion release/featherlight.gallery.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/featherlight.gallery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/featherlight.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions release/featherlight.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/featherlight.css
@@ -1,6 +1,6 @@
/**
* Featherlight – ultra slim jQuery lightbox
* Version 1.7.5 - http://noelboss.github.io/featherlight/
* Version 1.7.6 - http://noelboss.github.io/featherlight/
*
* Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
2 changes: 1 addition & 1 deletion src/featherlight.gallery.css
@@ -1,6 +1,6 @@
/**
* Featherlight Gallery – an extension for the ultra slim jQuery lightbox
* Version 1.7.5 - http://noelboss.github.io/featherlight/
* Version 1.7.6 - http://noelboss.github.io/featherlight/
*
* Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
2 changes: 1 addition & 1 deletion src/featherlight.gallery.js
@@ -1,6 +1,6 @@
/**
* Featherlight Gallery – an extension for the ultra slim jQuery lightbox
* Version 1.7.5 - http://noelboss.github.io/featherlight/
* Version 1.7.6 - http://noelboss.github.io/featherlight/
*
* Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
2 changes: 1 addition & 1 deletion src/featherlight.js
@@ -1,6 +1,6 @@
/**
* Featherlight - ultra slim jQuery lightbox
* Version 1.7.5 - http://noelboss.github.io/featherlight/
* Version 1.7.6 - http://noelboss.github.io/featherlight/
*
* Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
Expand Down
2 changes: 1 addition & 1 deletion src/gallery.html
Expand Up @@ -108,7 +108,7 @@ <h1>Featherlight<i>.Gallery.js</i>
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/master.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.7.5)</span>
Download <span>(1.7.6)</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -67,7 +67,7 @@ <h1>Featherlight<i>.js</i><span> The ultra slim lightbox.</span></h1>
</a>
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/master.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.7.5)</span>
Download <span>(1.7.6)</span>
</a>
</div>
<div class="btn-group">
Expand Down

0 comments on commit c21f3e2

Please sign in to comment.