From 484cb0949779015112d7d225d9de7ba77567a065 Mon Sep 17 00:00:00 2001 From: Leon Gersen Date: Sun, 16 Mar 2014 15:43:42 +0100 Subject: [PATCH] Updated support files for 6.0 release. --- README.md | 20 ++++++++++++-------- nouislider.jquery.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40060c42..9905e13c 100644 --- a/README.md +++ b/README.md @@ -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 ------------------------------ diff --git a/nouislider.jquery.json b/nouislider.jquery.json index 49f538d2..f24a4f95 100644 --- a/nouislider.jquery.json +++ b/nouislider.jquery.json @@ -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"