Skip to content

Commit 5e4fe2f

Browse files
committed
v1.2.2
1 parent 781740b commit 5e4fe2f

6 files changed

+10
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Ideal Image Slider Changelog
22

3+
Version 1.2.2 - 2014.09.12
4+
--------------------------
5+
* [Fixed] Links z-index bug
6+
37
Version 1.2.1 - 2014.09.12
48
--------------------------
59
* [Fixed] Single slide bug

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ And, as an example, here are some features that *should not* be in the core and
3030
## Demos
3131

3232
* [Standard Slider](http://gilbitron.github.io/Ideal-Image-Slider/demo/standard-slider.html)
33+
* [With Links](http://gilbitron.github.io/Ideal-Image-Slider/demo/links.html)
3334
* [Using the API](http://gilbitron.github.io/Ideal-Image-Slider/demo/using-the-api.html)
3435
* [Using Events](http://gilbitron.github.io/Ideal-Image-Slider/demo/using-events.html)
3536
* [Multiple Sliders](http://gilbitron.github.io/Ideal-Image-Slider/demo/multiple-sliders.html)
@@ -79,6 +80,7 @@ like this:
7980
<img src="img/1.jpg" src="" alt="Minimum required attributes">
8081
<img data-src="img/2.jpg" src="" alt="Use data-src for on-demand loading">
8182
<img data-src="img/3.jpg" data-src-2x="img/[email protected]" src="" alt="Use data-src-2x for HiDPI devices">
83+
<a href="http://example.com"><img data-src="img/4.jpg" src="" alt="Links work too"></a>
8284
...
8385
</div>
8486
```

ideal-image-slider.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Ideal Image Slider v1.2.1
2+
* Ideal Image Slider v1.2.2
33
*
44
* By Gilbert Pellegrom
55
* http://gilbert.pellegrom.me

ideal-image-slider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Ideal Image Slider v1.2.1
2+
* Ideal Image Slider v1.2.2
33
*
44
* By Gilbert Pellegrom
55
* http://gilbert.pellegrom.me

ideal-image-slider.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ideal-image-slider",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"devDependencies": {
55
"grunt": "^0.4.5",
66
"grunt-contrib-jshint": "^0.10.0",

0 commit comments

Comments
 (0)