Skip to content

Commit 2ac7412

Browse files
committed
Update to 2.1.3
1 parent 0fc32b0 commit 2ac7412

9 files changed

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

history.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Update History
44

5+
### Version 2.1.3. April 10, 2016
6+
* Issues: #342, #350
7+
58
### Version 2.1.2. October 13, 2015
69
* Fixed bugs. Issues: #310, #312, #313, #316
710

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.2
9+
* Version: 2.1.3
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.2.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.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.2",
3+
"version": "2.1.3",
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.2.zip",
33+
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip",
3434
"dependencies": {
3535
"jquery": ">=1.8"
3636
}

js/ion.rangeSlider.js

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Ion.RangeSlider
2-
// version 2.1.2 Build: 350
3-
// © Denis Ineshin, 2015
2+
// version 2.1.3 Build: 352
3+
// © Denis Ineshin, 2016
44
// https://github.com/IonDen
55
//
66
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
@@ -11,15 +11,12 @@
1111
// =====================================================================================================================
1212

1313
(function (factory) {
14-
/* jshint strict: false */
1514
if (typeof define === 'function' && define.amd) {
16-
// AMD. Register as an anonymous module depending on jQuery.
1715
define(['jquery'], factory(jQuery, document, window, navigator));
1816
} else {
19-
// No AMD. Register plugin with global jQuery object.
2017
factory(jQuery, document, window, navigator);
2118
}
22-
}(function ($, document, window, navigator, undefined) {
19+
} (function ($, document, window, navigator, undefined) {
2320
"use strict";
2421

2522
// =================================================================================================================
@@ -155,7 +152,7 @@
155152
* @constructor
156153
*/
157154
var IonRangeSlider = function (input, options, plugin_count) {
158-
this.VERSION = "2.1.2";
155+
this.VERSION = "2.1.3";
159156
this.input = input;
160157
this.plugin_count = plugin_count;
161158
this.current_plugin = 0;

js/ion.rangeSlider.min.js

+27-27
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": "ion-rangeslider",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
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

+2-7
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.2
9+
* Version: 2.1.3
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.2.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip">Download ZIP</a>
1212

1313
## Description
1414
* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
@@ -82,11 +82,6 @@ Or use the included PSD file and design a custom skin.
8282
* npm install ion-rangeslider
8383

8484

85-
## Install with spm [![](http://spmjs.io/badge/ion-rangeslider)](http://spmjs.io/package/ion-rangeslider)
86-
87-
* spm install ion-rangeslider
88-
89-
9085
## Initialisation
9186

9287
The slider overrides a native text <code>input</code> element.

readme.ru.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
***
88

9-
* Версия: 2.1.2
9+
* Версия: 2.1.3
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.2.zip">Загрузить ZIP-архив</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip">Загрузить ZIP-архив</a>
1212

1313
## Описание
1414
* Ion.RangeSlider — классный, удобный, отзывчивый и легко настраиваемый слайдер диапазонов
@@ -83,11 +83,6 @@
8383
* npm install ion-rangeslider
8484

8585

86-
## Устанавливаем с помощью spm [![](http://spmjs.io/badge/ion-rangeslider)](http://spmjs.io/package/ion-rangeslider)
87-
88-
* spm install ion-rangeslider
89-
90-
9186
## Инициализация
9287

9388
Создаем базовое поле <code>input type="text"</code>:

0 commit comments

Comments
 (0)