Skip to content

Commit e1ac316

Browse files
committed
Updated readme
1 parent 6efd16e commit e1ac316

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# noUiSlider
2-
_Current version: 4.0.3_
32

4-
noUiSlider is a super tiny jQuery plugin that allows you to create range sliders.
5-
It fully supports touch, and it is way(!) less bloated than the jQueryUI library.
3+
noUiSlider is lightweight plugin that was developed to be a jQuery UI alternative. It features cross-browser support, a `just-another-input-type` style of getting and setting values, a wide range of options and support for a bunch off touch devices. It works wonders on Android phones, iPhone & iPad, Windows phone and touch-screen laptops and tablets. The end result? A lean, extendible and bloat-less plugin that'll just do its job. Oh, and the licensing terms are simple: [just do what you want](http://refreshless.com/nouislider/terms-of-use).
64

75
A full documentation, including examples, is available on the [noUiSlider documentation page](http://refreshless.com/nouislider/).
86

97
Changes
108
-------
119

10+
**Changelog for version 4.1.0:**
11+
+ Added a new option to 'serialization' to set a decimal separator: 'mark'.
12+
+ Added a much requested 'slide' callback to cover the gap between change and slide.
13+
+ Fixed a long standing scrolling issue in IE10.
14+
+ Several minor bugfixes.
15+
1216
**Changelog for version 4.0.3:**
1317
+ Missed a file while updating to 4.0.2.
1418

@@ -60,11 +64,8 @@ Please note that while some errors remain without these options, they are merely
6064

6165
Known issues
6266
------------
63-
There are some minor issues remaining in noUiSlider 4. It is a priority to fix these issues.
67+
There are some minor issues remaining in noUiSlider 4.1. It is a priority to fix these issues.
6468

6569
+ Firefox will prefer scrolling to dragging the slider on touch events. The `preventDefault()` call that prevents this in other browser seems to fail here.
66-
+ In IE10, tapping the slider to move it will fail in with these conditions:
67-
+ The paged is zoomed;
68-
+ The slider uses the `orientation: vertical` option
69-
+ The page is scrolled, so that `scrollTop` > 0
70-
This issue affects both IE10 in Windows 8 and Windows Phone 8.
70+
+ Safari for windows has the same issue, but only on vertical scrolling.
71+

0 commit comments

Comments
 (0)