Skip to content

Commit 47312fa

Browse files
committed
Updated manifest and readme
1 parent 97dddd9 commit 47312fa

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22

33
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/).
44

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+
522
Documentation
623
-------
7-
824
An extensive documentation, including **examples**, **options** and **configuration details**, is available here: [noUiSlider documentation](http://refreshless.com/nouislider/).
925

1026
Unit Testing
@@ -16,7 +32,7 @@ Version numbering
1632
Version numbering follows the 'Semantic versioning' style.
1733
You'll find an excellent documentation at [Semver.org](http://semver.org/).
1834

19-
Compression and Error checking
35+
Compression and error checking
2036
------------------------------
2137
The plugin code is checked using ([JsLint](http://jslint.com/)). Any remaining errors and warnings are intentional.
2238

nouislider.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "http://www.wtfpl.net/"
1717
}
1818
],
19-
"version": "6.2.0",
19+
"version": "7.0.1",
2020
"author": {
2121
"name": "Léon Gersen",
2222
"url": "https://twitter.com/LeonGersen"

0 commit comments

Comments
 (0)