From 6d0924cd993319dbeac26a4bd9848cedfb01e6a8 Mon Sep 17 00:00:00 2001 From: Leon Gersen Date: Sat, 10 Dec 2016 16:00:05 +0100 Subject: [PATCH] Update supporting files --- README.md | 11 +++++++++++ documentation/download.php | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbec0ada..0bfe655e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ An extensive documentation, including **examples**, **options** and **configurat Changelog --------- + +### 9.1.0 (*2016-12-10*) +- Fixed: Slider not properly handling multitouch (#700, #704); +- Fixed: Removed a querySelector for the currently active handle (#720); +- Fixed: Removed iOS/webkit flashes on tap; +- Fixed: Incorrect error when using margin/limit with a step smaller than 0 (#736); +- Fixed: Drag option using incorrect cursor arrows (#681); +- Added: New `padding` option (#711); +- Added: Re-introduced `.noUi-handle-lower` and `.noUi-handle-upper` classes removed in 9.0.0; +- Added: Compatibility for legacy `connect` options removed in 9.0.0; + ### 9.0.0 (*2016-09-26*) - Added: Support for **more than 2 handles**; - Added: `format` option can be updated (#641); diff --git a/documentation/download.php b/documentation/download.php index c4b67164..7a1eecc4 100644 --- a/documentation/download.php +++ b/documentation/download.php @@ -11,7 +11,7 @@

noUiSlider is open source, and you can use it for free in any personal or commercial product. No attribution required. Both the uncompressed and compressed version of noUiSlider are available in a .zip release, which is hosted by Github and available over https.

- Download noUiSlider from Github + Download noUiSlider from Github
diff --git a/package.json b/package.json index a2b5d871..f8ba21e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nouislider", - "version": "9.0.0", + "version": "9.1.0", "main": "distribute/nouislider", "style": "distribute/nouislider.min.css", "license": "WTFPL",