Skip to content

Commit

Permalink
Updated bower manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Sep 6, 2014
1 parent 91d52bb commit 2131b56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

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

Documentation
-------
An extensive documentation, including **examples**, **options** and **configuration details**, is available here: [noUiSlider documentation](http://refreshless.com/nouislider/).

Changelog
---------

Latest changes:
+ Fixed an issue with the handle `z-index`. (#333)
+ Added pips formatting. (#330)
+ Added Grunt-based tasks.

**Note for Bower users:**
The repository no longers contains any minified files. As you are using npm anyway, simply run `npm install` & `grunt create` to generate them.

noUiSlider is currently on version 7. This version contains significant changes from 6, improving various aspects and moving some features in their own module.
+ All serialization features are now supported by my new project, [libLink](http://refreshless.com/liblink/).
+ All number formatting features have been moved into the [wNumb formatting library](http://refreshless.com/wnumb/).
Expand All @@ -23,11 +29,6 @@ noUiSlider is currently on version 7. This version contains significant changes
+ Added generation of pips/range points (#254, #260).
+ Fixed `tap` ignoring `margin` (#265).


Documentation
-------
An extensive documentation, including **examples**, **options** and **configuration details**, is available here: [noUiSlider documentation](http://refreshless.com/nouislider/).

Unit Testing
------------
Unit tests where overhauled for noUiSlider 7. Most code is now covered, with events testing being slightly lacking due to it's browser dependant nature.
Expand Down
4 changes: 0 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"input",
"slide"
],
"main": [
"jquery.nouislider.min.js",
"jquery.nouislider.css"
],
"dependencies": {
"jquery": ">= 1.7.0"
},
Expand Down

0 comments on commit 2131b56

Please sign in to comment.