Skip to content

Commit

Permalink
Updated support files for 6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Mar 16, 2014
1 parent ce858ce commit 484cb09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ An extensive documentation, including **examples**, **options** and **configurat
Changes
-------

**Changelog for version 5.0.0:**
**Changelog for version 6.0.0:**

**Please note:** noUiSlider 5 is a *major* revision, which means it isn't 100% compatible with version 4. The Javascript API is **compatible**, but your **stylesheet might break**.
**Please note:** noUiSlider 6 is a *major* revision, which means it isn't compatible with version 5. Your stylesheet will keep working, but the JavaScript API has changed, and your current implementation will no longer work.

+ Added support for dragging the slider range.
+ Added option to disable 'tap'.
+ Added `extend` settings, which allows for designs where the handles fit within the slider bar.
+ Added `rebuild` method.
+ Brand new design, improved class structure.
+ Compatibility with Google Closure compiler in Advanced mode.
+ Added optional **non-linear** ranges, including stepping.
+ Added new behaviour settings.
+ Added object-oriented serialization.
+ Change events to use jQuery's/Zepto's `.on` and `.off`.
+ Removed `block` event.

Unit Testing
------------

Unit tests where added with noUiSlider 6. The event testing coverage isn't 100% yet, but coverage of the `Link` is extensive. More tests will be added eventually.

Version numbering
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion nouislider.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://www.wtfpl.net/"
}
],
"version": "5.0.0",
"version": "6.0.0",
"author": {
"name": "Léon Gersen",
"url": "https://twitter.com/LeonGersen"
Expand Down

0 comments on commit 484cb09

Please sign in to comment.