From ccb1eb52797a38c4865fc719555ce19e1672631e Mon Sep 17 00:00:00 2001 From: Leon Gersen Date: Sat, 19 Oct 2013 11:05:04 +0200 Subject: [PATCH] Manifest and readme --- README.md | 6 +++--- jquery.nouislider.js | 2 +- nouislider.jquery.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78780b6a..4cfceaab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # noUiSlider -noUiSlider is lightweight plugin that was 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 off touch devices. It works wonders on Android phones, iPhone & iPad, Windows phone and touch-screen laptops and tablets. 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://refreshless.com/nouislider/terms-of-use). +noUiSlider is lightweight plugin that was 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 off 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://refreshless.com/nouislider/terms-of-use). Documentation ------- @@ -10,8 +10,8 @@ An extended documentation, including **examples**, **options** and **configurati Changes ------- -**Changelog for version 4.2.0:** -+ Added compatibilty with [Zepto.js](http://zeptojs.com/). +**Changelog for version 4.2.1:** ++ Changed implementation of pointerEvents to be compatible with IE11. Version numbering ------------------------------ diff --git a/jquery.nouislider.js b/jquery.nouislider.js index e2198599..409593d9 100644 --- a/jquery.nouislider.js +++ b/jquery.nouislider.js @@ -643,7 +643,7 @@ if( style === 'top' ) { proposal = event.y - this.startEvent.y; } - + proposal = this.position + ( ( proposal * 100 ) / baseSize ); setHandle( this.handle, proposal ); diff --git a/nouislider.jquery.json b/nouislider.jquery.json index f5fde3ca..958fbbc0 100644 --- a/nouislider.jquery.json +++ b/nouislider.jquery.json @@ -16,7 +16,7 @@ "url": "http://refreshless.com/nouislider/license.txt" } ], - "version": "4.2.0", + "version": "4.2.1", "author": { "name": "Léon Gersen", "url": "https://twitter.com/LeonGersen"