Skip to content

Commit

Permalink
Update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Dec 19, 2019
1 parent 31f2ed6 commit 555e6ce
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 21 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.github
_tmp
PSD
bower.json
Expand Down
2 changes: 1 addition & 1 deletion License.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The MIT License

Copyright © 2018 by Denis Ineshin (http://ionden.com)
Copyright © 2019 by Denis Ineshin (http://ionden.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
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.3.0",
"version": "2.3.1",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
6 changes: 3 additions & 3 deletions css/ion.rangeSlider.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion css/ion.rangeSlider.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Update History

### Version 2.3.1. December 19, 2019
* Website update
* Minor bugfixes

### Version 2.3.0. December 11, 2018
* Website update
* Big skins update
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o

***

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

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

Expand Down
6 changes: 3 additions & 3 deletions js/ion.rangeSlider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Ion.RangeSlider
// version 2.3.0 Build: 381
// © Denis Ineshin, 2018
// version 2.3.1 Build: 382
// © Denis Ineshin, 2019
// https://github.com/IonDen
//
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
Expand Down Expand Up @@ -156,7 +156,7 @@
* @constructor
*/
var IonRangeSlider = function (input, options, plugin_count) {
this.VERSION = "2.3.0";
this.VERSION = "2.3.1";
this.input = input;
this.plugin_count = plugin_count;
this.current_plugin = 0;
Expand Down
4 changes: 2 additions & 2 deletions js/ion.rangeSlider.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ion-rangeslider",
"version": "2.3.0",
"version": "2.3.1",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/",
"author": {
"name": "Denis Ineshin (IonDen)",
"email": "ionden.tech@gmail.com",
Expand Down Expand Up @@ -35,11 +35,12 @@
"url": "https://github.com/IonDen/ion.rangeSlider/issues"
},
"license": "MIT",
"dependencies": {
"peerDependencies": {
"jquery": ">=1.8"
},
"ignore": [
".idea",
"_tmp",
"PSD",
"bower.json"
]
Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o

***

* Version: 2.3.0 | *Version 3.x is under development now*
* Version: 2.3.1 | *Version 3.x is under development now*
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/">Project page and demos</a>
* <a href="https://github.com/IonDen/ion.rangeSlider/archive/2.3.0.zip">Download ZIP</a>
* <a href="https://github.com/IonDen/ion.rangeSlider/archive/2.3.1.zip">Download ZIP</a>

## Description
* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
Expand Down Expand Up @@ -66,13 +66,13 @@ Add the following stylesheets to the page:
Use [CDNjs](https://cdnjs.com/libraries/ion-rangeslider) or [JSdelivr](https://www.jsdelivr.com/package/npm/ion-rangeslider) to get latest version of plugin and jQuery.
```html
<!--Plugin CSS file with desired skin-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.0/css/ion.rangeSlider.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css"/>

<!--jQuery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<!--Plugin JavaScript file-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.0/js/ion.rangeSlider.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js"></script>
```


Expand Down Expand Up @@ -117,7 +117,6 @@ $("#example_id").ionRangeSlider();

Here you can find bunch of advanced JSFIDDLE demos with different, non-standard use cases:
* [Custom marks on slider](https://jsfiddle.net/IonDen/tdvxs3zL/)
* [Reverse or RTL](https://jsfiddle.net/IonDen/65rq31a7/)
* [1 handle bind to 1 input](https://jsfiddle.net/IonDen/khngpw3m/)
* [2 handles bind to 2 inputs](https://jsfiddle.net/IonDen/avcm6wpj/)
* [2 sliders connected to each other](https://jsfiddle.net/IonDen/1hnvxsg5/)
Expand Down

0 comments on commit 555e6ce

Please sign in to comment.