Skip to content

Commit b02d9ed

Browse files
committed
Update to 2.0.4
1 parent ac33d8e commit b02d9ed

11 files changed

+160
-73
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea
2+
PSD
3+
bower.json
4+
ion-rangeSlider.jquery.json
5+
readme.ru.md

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.0.3",
3+
"version": "2.0.4",
44
"homepage": "https://github.com/IonDen/ion.rangeSlider",
55
"authors": [
66
{

history.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Ion.RangeSlider Update History
2+
3+
### Version 2.0.4. February 12, 2015
4+
* Issues done: #174, #184
5+
* NPM support added
6+
* Readme files optimisations
7+
8+
### Version 2.0.3. December 29, 2014
9+
* Issues done: #160, #165, #166, #168, #170
10+
11+
### Version 2.0.2: December 02, 2014
12+
* Issues done: #143, #148, #153, #155, #159
13+
* API update.
14+
15+
### Version 2.0.1: November 15, 2014
16+
* Some bugs fixed
17+
* Some new methods
18+
19+
### Version 2.0.0: November 08, 2014
20+
* New Core
21+
* New API
22+
* Lot's of bug fixes
23+
* Many improvements
24+
* SPM support added
25+
26+
### Version 1.9.3: August 06, 2014
27+
* Bower support added
28+
29+
### Version 1.9.2: August 04, 2014
30+
* New param gridMargin
31+
* Issues done: #89, #94, #96, #97, #98, #103
32+
33+
### Version 1.9.1: April 15, 2014
34+
* Issues done: #81, #82, #85
35+
36+
### Version 1.9.0: March 16, 2014
37+
* Issues done: #65, #68, #70, #77, #78
38+
* New plugin description
39+
* New demos design
40+
* Some new slider params
41+
42+
### Version 1.8.5: January 12, 2014
43+
* Issues done: #12, #30, #33, #43, #47, #52, #58
44+
* Bug fixes
45+
* New param "disable"
46+
* Link to input and slider in all callbacks
47+
* Click on slider to move it
48+
49+
### Version 1.8.2: October 31, 2013
50+
* Issues done: #13, #31, #35, #37, #40
51+
* Some code optimisations
52+
53+
### Version 1.8.1: October 10, 2013
54+
* Issues done: #25
55+
* New Flat UI Skin
56+
* Some skin optimisations
57+
58+
### Version 1.8.0: October 08, 2013
59+
* Issues done: #20, #21, #23, #24, #26
60+
* Removed hideText option
61+
* New method and options
62+
* Improved code style
63+
* Minor optimisations
64+
65+
### Version 1.7.2: September 11, 2013
66+
* Issues done: #15, #16
67+
* Fixed bug on Android-devices
68+
* Added support for negative and fractional values
69+
70+
### Version 1.7.0: August 23, 2013
71+
* Issues done: #7, #8, #9, #10
72+
* Some enhancements
73+
74+
### Version 1.6.3: July 29, 2013
75+
* Issues done: #2
76+
* Moved to Semantic Versioning
77+
78+
### December, 2012
79+
* Plugin release

index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Ion.Range Slider 2.0.3
1+
# Ion.Range Slider 2.0.4
22

33
> English description | <a href="readme.ru.md">Описание на русском</a>
44
55
Easy and light range slider
66
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
7-
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.3.zip">Download ion.rangeSlider-2.0.3.zip</a>
7+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.4.zip">Download ion.rangeSlider-2.0.4.zip</a>
88

99
***
1010

@@ -47,4 +47,11 @@ Easy and light range slider
4747

4848
## GitHub
4949

50-
* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>
50+
* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>
51+
52+
53+
## <a href="history.md">Update history</a>
54+
55+
56+
## Support
57+
[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)

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.0.3",
3+
"version": "2.0.4",
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.0.3.zip",
33+
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.4.zip",
3434
"dependencies": {
3535
"jquery": ">=1.8"
3636
}

js/ion.rangeSlider.js

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Ion.RangeSlider
2-
// version 2.0.3 Build: 293
3-
// © Denis Ineshin, 2014 https://github.com/IonDen
2+
// version 2.0.4 Build: 296
3+
// © Denis Ineshin, 2015
4+
// https://github.com/IonDen
45
//
56
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
67
// GitHub page: https://github.com/IonDen/ion.rangeSlider
@@ -1744,6 +1745,10 @@
17441745
// Public methods
17451746

17461747
update: function (options) {
1748+
if (!this.input) {
1749+
return;
1750+
}
1751+
17471752
this.is_update = true;
17481753

17491754
this.options.from = this.result.from;
@@ -1759,11 +1764,19 @@
17591764
},
17601765

17611766
reset: function () {
1767+
if (!this.input) {
1768+
return;
1769+
}
1770+
17621771
this.updateResult();
17631772
this.update();
17641773
},
17651774

17661775
destroy: function () {
1776+
if (!this.input) {
1777+
return;
1778+
}
1779+
17671780
this.toggleInput();
17681781
this.$cache.input.prop("readonly", false);
17691782
$.data(this.input, "ionRangeSlider", null);

0 commit comments

Comments
 (0)