Skip to content

Commit 4bb522d

Browse files
committed
Update to 2.2.0
1 parent ef4e324 commit 4bb522d

9 files changed

+248
-138
lines changed

bower.json

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

history.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Update History
44

5+
### Version 2.2.0. June 21, 2017
6+
* Slider has `TabIndex` support now. Issue #321
7+
* `keyboard_step` option removed as confusing.
8+
* `keyboard` controls are enabled by default now
9+
* `keyboard` movement is bind to step now
10+
* Traverse extra class names to container. Issue #318
11+
* Prettified values added to `result object`. Issue #356
12+
* It is possible to pass `scope` for callbacks now. Issue #402
13+
* New option `block`. Light version of `disabled` but sliders value can be send with form. Issue #242
14+
515
### Version 2.1.8. June 19, 2017
616
* Issues resolved: #420, #423, #441, #464, #479
717

index.md

+2-2
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.8 | *Version 3.x is under development now*
9+
* Version: 2.2.0 | *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.8.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.2.0.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ion-rangeSlider",
3-
"version": "2.1.8",
3+
"version": "2.2.0",
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.8.zip",
33+
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.2.0.zip",
3434
"dependencies": {
3535
"jquery": ">=1.8"
3636
}

0 commit comments

Comments
 (0)