Skip to content

Commit

Permalink
Release Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Aug 18, 2015
1 parent 4c2d0e2 commit 4b1344b
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ Master
-----------------------------------


1.3.3 - 2015-08-17
-----------------------------------
- Bug fixes

1.3.2 - 2015-06-09
-----------------------------------
- Gallery: renamed 'images' to 'slides'
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Featherlight - ultra slim jQuery lightbox [![Build Status](https://travis-ci.org
* Customizable via configuration object


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

Expand All @@ -21,14 +21,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.3.2/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/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.3.2/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>


# Usage
Expand Down Expand Up @@ -406,14 +406,14 @@ Instead of navigation buttons it will use swipe events on touch devices, assumin

Simply include the extension CSS and JavaScript Files after the regular featherlight files like this:

<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.gallery.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.css" type="text/css" rel="stylesheet" />
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.3/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.3.2/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.3/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.3.2",
"version": "1.3.3",
"main": "release/featherlight.min.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion featherlight.jquery.json
@@ -1,6 +1,6 @@
{
"name": "featherlight",
"version": "1.3.2",
"version": "1.3.3",
"title": "Featherlight – ultra slim jQuery lightbox",
"author": {
"name": "Noël Raoul Bossart",
Expand Down
4 changes: 2 additions & 2 deletions gallery.html
Expand Up @@ -102,9 +102,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.3.2.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.3.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.3.2)</span>
Download <span>(1.3.3)</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.3.2.zip">
<a class="btn btn-lg btn-success" href="https://github.com/noelboss/featherlight/archive/1.3.3.zip">
<i class="glyphicon glyphicon-arrow-down"></i>
Download <span>(1.3.2)</span>
Download <span>(1.3.3)</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.3.2",
"version": "1.3.3",
"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.

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 4b1344b

Please sign in to comment.