Skip to content

Commit

Permalink
Update to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Feb 12, 2015
1 parent ac33d8e commit b02d9ed
Show file tree
Hide file tree
Showing 11 changed files with 160 additions and 73 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
PSD
bower.json
ion-rangeSlider.jquery.json
readme.ru.md
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion.rangeSlider",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
79 changes: 79 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Ion.RangeSlider Update History

### Version 2.0.4. February 12, 2015
* Issues done: #174, #184
* NPM support added
* Readme files optimisations

### Version 2.0.3. December 29, 2014
* Issues done: #160, #165, #166, #168, #170

### Version 2.0.2: December 02, 2014
* Issues done: #143, #148, #153, #155, #159
* API update.

### Version 2.0.1: November 15, 2014
* Some bugs fixed
* Some new methods

### Version 2.0.0: November 08, 2014
* New Core
* New API
* Lot's of bug fixes
* Many improvements
* SPM support added

### Version 1.9.3: August 06, 2014
* Bower support added

### Version 1.9.2: August 04, 2014
* New param gridMargin
* Issues done: #89, #94, #96, #97, #98, #103

### Version 1.9.1: April 15, 2014
* Issues done: #81, #82, #85

### Version 1.9.0: March 16, 2014
* Issues done: #65, #68, #70, #77, #78
* New plugin description
* New demos design
* Some new slider params

### Version 1.8.5: January 12, 2014
* Issues done: #12, #30, #33, #43, #47, #52, #58
* Bug fixes
* New param "disable"
* Link to input and slider in all callbacks
* Click on slider to move it

### Version 1.8.2: October 31, 2013
* Issues done: #13, #31, #35, #37, #40
* Some code optimisations

### Version 1.8.1: October 10, 2013
* Issues done: #25
* New Flat UI Skin
* Some skin optimisations

### Version 1.8.0: October 08, 2013
* Issues done: #20, #21, #23, #24, #26
* Removed hideText option
* New method and options
* Improved code style
* Minor optimisations

### Version 1.7.2: September 11, 2013
* Issues done: #15, #16
* Fixed bug on Android-devices
* Added support for negative and fractional values

### Version 1.7.0: August 23, 2013
* Issues done: #7, #8, #9, #10
* Some enhancements

### Version 1.6.3: July 29, 2013
* Issues done: #2
* Moved to Semantic Versioning

### December, 2012
* Plugin release
13 changes: 10 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ion.Range Slider 2.0.3
# Ion.Range Slider 2.0.4

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

***

Expand Down Expand Up @@ -47,4 +47,11 @@ Easy and light range slider

## GitHub

* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>
* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>


## <a href="history.md">Update history</a>


## Support
[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)
4 changes: 2 additions & 2 deletions ion-rangeSlider.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeSlider",
"version": "2.0.3",
"version": "2.0.4",
"title": "Ion.RangeSlider",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"docs": "https://github.com/IonDen/ion.rangeSlider/blob/master/readme.md",
"demo": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.3.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.4.zip",
"dependencies": {
"jquery": ">=1.8"
}
Expand Down
17 changes: 15 additions & 2 deletions js/ion.rangeSlider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Ion.RangeSlider
// version 2.0.3 Build: 293
// © Denis Ineshin, 2014 https://github.com/IonDen
// version 2.0.4 Build: 296
// © Denis Ineshin, 2015
// https://github.com/IonDen
//
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
// GitHub page: https://github.com/IonDen/ion.rangeSlider
Expand Down Expand Up @@ -1744,6 +1745,10 @@
// Public methods

update: function (options) {
if (!this.input) {
return;
}

this.is_update = true;

this.options.from = this.result.from;
Expand All @@ -1759,11 +1764,19 @@
},

reset: function () {
if (!this.input) {
return;
}

this.updateResult();
this.update();
},

destroy: function () {
if (!this.input) {
return;
}

this.toggleInput();
this.$cache.input.prop("readonly", false);
$.data(this.input, "ionRangeSlider", null);
Expand Down
Loading

0 comments on commit b02d9ed

Please sign in to comment.