Skip to content

Commit

Permalink
Release Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 22, 2016
1 parent 310f8a3 commit 9bd20bc
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org



## [» Download Current Release 1.6.1](https://github.com/noelboss/featherlight/archive/1.6.1.zip)
## [» Download Current Release 1.7.0](https://github.com/noelboss/featherlight/archive/1.7.0.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.6.1/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.0/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.6.1/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.7.0/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>


# Usage
Expand Down Expand Up @@ -416,14 +416,14 @@ 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.6.1/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.6.1/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.0/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.7.0/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />

Add the JavaScript at the bottom of the body:

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

Check out the example here: [Gallery with Featherlight](http://noelboss.github.io/featherlight/gallery.html)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "featherlight",
"version": "1.6.1",
"version": "1.7.0",
"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.6.1",
"version": "1.7.0",
"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.6.1.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.0.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.6.1)</span>
Download <span>(1.7.0)</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.6.1.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.7.0.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.6.1)</span>
Download <span>(1.7.0)</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.6.1",
"version": "1.7.0",
"author": {
"name": "No\u00ebl Raoul Bossart",
"url": "http://www.noelboss.com"
Expand Down
4 changes: 2 additions & 2 deletions release/featherlight.gallery.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.gallery.min.js

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.css

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

0 comments on commit 9bd20bc

Please sign in to comment.