Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Sep 12, 2014
1 parent 781740b commit 5e4fe2f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Ideal Image Slider Changelog

Version 1.2.2 - 2014.09.12
--------------------------
* [Fixed] Links z-index bug

Version 1.2.1 - 2014.09.12
--------------------------
* [Fixed] Single slide bug
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ And, as an example, here are some features that *should not* be in the core and
## Demos

* [Standard Slider](http://gilbitron.github.io/Ideal-Image-Slider/demo/standard-slider.html)
* [With Links](http://gilbitron.github.io/Ideal-Image-Slider/demo/links.html)
* [Using the API](http://gilbitron.github.io/Ideal-Image-Slider/demo/using-the-api.html)
* [Using Events](http://gilbitron.github.io/Ideal-Image-Slider/demo/using-events.html)
* [Multiple Sliders](http://gilbitron.github.io/Ideal-Image-Slider/demo/multiple-sliders.html)
Expand Down Expand Up @@ -79,6 +80,7 @@ like this:
<img src="img/1.jpg" src="" alt="Minimum required attributes">
<img data-src="img/2.jpg" src="" alt="Use data-src for on-demand loading">
<img data-src="img/3.jpg" data-src-2x="img/[email protected]" src="" alt="Use data-src-2x for HiDPI devices">
<a href="http://example.com"><img data-src="img/4.jpg" src="" alt="Links work too"></a>
...
</div>
```
Expand Down
2 changes: 1 addition & 1 deletion ideal-image-slider.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Ideal Image Slider v1.2.1
* Ideal Image Slider v1.2.2
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
Expand Down
2 changes: 1 addition & 1 deletion ideal-image-slider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Ideal Image Slider v1.2.1
* Ideal Image Slider v1.2.2
*
* By Gilbert Pellegrom
* http://gilbert.pellegrom.me
Expand Down
2 changes: 1 addition & 1 deletion ideal-image-slider.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ideal-image-slider",
"version": "1.2.1",
"version": "1.2.2",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
Expand Down

0 comments on commit 5e4fe2f

Please sign in to comment.