Skip to content

Commit ef4e324

Browse files
committed
Update to 2.1.8
1 parent dc8d444 commit ef4e324

File tree

9 files changed

+48
-48
lines changed

9 files changed

+48
-48
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ion.rangeSlider",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"homepage": "https://github.com/IonDen/ion.rangeSlider",
55
"authors": [
66
{

history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Update History
44

5+
### Version 2.1.8. June 19, 2017
6+
* Issues resolved: #420, #423, #441, #464, #479
7+
58
### Version 2.1.7. March 26, 2017
69
* Issues: #438
710
* Reverted: #390

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o
66

77
***
88

9-
* Version: 2.1.7 | *Version 3.x is under development now*
9+
* Version: 2.1.8 | *Version 3.x is under development now*
1010
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
11-
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.7.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.8.zip">Download ZIP</a>
1212

1313
[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)
1414

ion-rangeSlider.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ion-rangeSlider",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"title": "Ion.RangeSlider",
55
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/IonDen/ion.rangeSlider",
3131
"docs": "https://github.com/IonDen/ion.rangeSlider/blob/master/readme.md",
3232
"demo": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
33-
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.7.zip",
33+
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.8.zip",
3434
"dependencies": {
3535
"jquery": ">=1.8"
3636
}

js/ion.rangeSlider.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Ion.RangeSlider
2-
// version 2.1.7 Build: 371
2+
// version 2.1.8 Build: 374
33
// © Denis Ineshin, 2017
44
// https://github.com/IonDen
55
//
@@ -156,7 +156,7 @@
156156
* @constructor
157157
*/
158158
var IonRangeSlider = function (input, options, plugin_count) {
159-
this.VERSION = "2.1.7";
159+
this.VERSION = "2.1.8";
160160
this.input = input;
161161
this.plugin_count = plugin_count;
162162
this.current_plugin = 0;
@@ -580,6 +580,7 @@
580580
switch (target) {
581581
case "single":
582582
this.coords.p_gap = this.toFixed(this.coords.p_pointer - this.coords.p_single_fake);
583+
this.$cache.s_single.addClass("state_hover");
583584
break;
584585
case "from":
585586
this.coords.p_gap = this.toFixed(this.coords.p_pointer - this.coords.p_from_fake);
@@ -2135,11 +2136,6 @@
21352136

21362137
if (big_w > 100) {
21372138
big_w = 100;
2138-
2139-
local_small_max -= 2;
2140-
if (local_small_max < 0) {
2141-
local_small_max = 0;
2142-
}
21432139
}
21442140
this.coords.big[i] = big_w;
21452141

js/ion.rangeSlider.min.js

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ion-rangeslider",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
55
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
66
"author": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o
66

77
***
88

9-
* Version: 2.1.7 | *Version 3.x is under development now*
9+
* Version: 2.1.8 | *Version 3.x is under development now*
1010
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
11-
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.7.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.8.zip">Download ZIP</a>
1212

1313
## Description
1414
* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider

readme.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
***
88

9-
* Версия: 2.1.7
9+
* Версия: 2.1.8
1010
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/index.html">Страница проекта и демо</a>
11-
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.7.zip">Загрузить ZIP-архив</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.8.zip">Загрузить ZIP-архив</a>
1212

1313
## Описание
1414
* Ion.RangeSlider — классный, удобный, отзывчивый и легко настраиваемый слайдер диапазонов

0 commit comments

Comments
 (0)