Skip to content

Commit

Permalink
Fix Link Rtl, bower main
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Sep 11, 2014
1 parent b25251a commit 1897d51
Show file tree
Hide file tree
Showing 14 changed files with 3,739 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ module.exports = function(grunt) {
},
uglify: {
all: {
options: {
banner: VERSION_TEMPLATE
},
files: {
'distribute/jquery.nouislider.min.js': 'distribute/jquery.nouislider.js',
'distribute/jquery.nouislider.all.min.js': 'distribute/jquery.nouislider.all.js'
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ An extensive documentation, including **examples**, **options** and **configurat

Changelog
---------
Latest changes:
###7.0.3:
+ Fixed an issue with Link on single-handle RTL sliders.
+ Added minified files for Bower users.
+ Version information in minified JS.

###7.0.2:
+ 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.

###7.x
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 Down
5 changes: 5 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"input",
"slide"
],
"main": [
"distribute/jquery.nouislider.all.min.js",

This comment has been minimized.

Copy link
@reedstrm

reedstrm Sep 11, 2014

This was named jquery.nouislider.full.min.js in 7.0.1. Bug fix rev breaks deployment??

This comment has been minimized.

Copy link
@leongersen

leongersen Sep 11, 2014

Author Owner

7.0.1 had .full nor .all. These files have always been in the release .zip.

"distribute/jquery.nouislider.min.css",
"distribute/jquery.nouislider.pips.min.css"
],
"dependencies": {
"jquery": ">= 1.7.0"
},
Expand Down
Loading

0 comments on commit 1897d51

Please sign in to comment.