You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,25 @@
2
2
3
3
noUiSlider is lightweight plugin, 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 of touch devices. It works wonders on Android phones, iPhone & iPad, Windows phone and touch-screen laptops and tablets. It works excellent on the desktop too; All modern browsers and IE7+ are supported. The end result? A lean, extendible and bloat-less plugin that'll just do its job. To add even more flexibility, noUiSlider is compatible with both jQuery and Zepto.js. Oh, and the licensing terms are simple: [just do what you want](http://www.wtfpl.net/about/).
4
4
5
+
Changelog
6
+
---------
7
+
8
+
noUiSlider is currently on version 7.0. This version contains significant changes from 6.2, improving various aspects and moving some features in their own module.
9
+
+ All serialization features are now supported by my new project, [libLink](http://refreshless.com/liblink/).
10
+
+ All number formatting features have been moved into the [wNumb formatting library](http://refreshless.com/wnumb/).
11
+
+ The val method now only takes values, as all additional options are now automaticly detected.
12
+
+ Documentation overhaul
13
+
+ Improved and restructured testing suite.
14
+
+ Performance improvements due to painting in another layer. (#268);
15
+
+ Minified file is now clearly marked (#320).
16
+
+ Added `limit` option to provide 'maximum margin' (#308).
17
+
+ Fixed rebuilding an uninitialized slider (#271).
18
+
+ Added generation of pips/range points (#254, #260).
19
+
+ Fixed `tap` ignoring `margin` (#265).
20
+
21
+
5
22
Documentation
6
23
-------
7
-
8
24
An extensive documentation, including **examples**, **options** and **configuration details**, is available here: [noUiSlider documentation](http://refreshless.com/nouislider/).
9
25
10
26
Unit Testing
@@ -16,7 +32,7 @@ Version numbering
16
32
Version numbering follows the 'Semantic versioning' style.
17
33
You'll find an excellent documentation at [Semver.org](http://semver.org/).
18
34
19
-
Compression and Error checking
35
+
Compression and error checking
20
36
------------------------------
21
37
The plugin code is checked using ([JsLint](http://jslint.com/)). Any remaining errors and warnings are intentional.
0 commit comments