Skip to content

Commit c98c10d

Browse files
committed
Update to 2.3.0
* API change. Improved skins support * Skins source code rewritten on LESS * Skins no longer using images * New skins added * Minor bugfixes
1 parent 72d8565 commit c98c10d

37 files changed

+1634
-1783
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
root = true
22

3-
[*.{js,css,html}]
3+
[*.{js,css,less,html}]
44
indent_style = space
55
indent_size = 4
66
charset = utf-8

.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
_tmp
33
PSD
44
bower.json
5-
ion-rangeSlider.jquery.json
6-
readme.ru.md
75
.npmignore

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
1. Only 1 bugfix per Pull Request
1313
2. Should have bug description
1414
3. Should have bug screenshots (if possible)
15-
4. Should have working demo. Use JSFIDDLE: http://jsfiddle.net/IonDen/qv6yrjrv/
15+
4. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
1616

17-
### Guide for Pull Requests with new feaures
17+
### Guide for Pull Requests with new features
1818

1919
1. Only 1 feature per Pull Request
2020
2. Should have statement, why feature is important and should be included in to plugin
2121
3. Should have feature description
2222
4. Should have feature screenshots (if possible)
23-
5. Should have working demo. Use JSFIDDLE: http://jsfiddle.net/IonDen/qv6yrjrv/
23+
5. Should have working demo. Use JSFIDDLE: https://jsfiddle.net/IonDen/b79q0vnm/
2424

2525
### Guide for Pull Requests with grammar fixes
2626

License.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## The MIT License
22

3-
Copyright © 2016 by Denis Ineshin (http://ionden.com)
3+
Copyright © 2018 by Denis Ineshin (http://ionden.com)
44

55
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:
66

PSD/sprite-skin.psd

-160 KB
Binary file not shown.

bower.json

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

0 commit comments

Comments
 (0)