Skip to content

Commit

Permalink
Updated changelog, bower
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Apr 23, 2014
1 parent 3932df4 commit 74591f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ An extensive documentation, including **examples**, **options** and **configurat
Changes
-------

**Changelog for version 6.1.0:**
**Compatible with 6.0.0**

+ Split out value methods into [$.classVal](https://github.com/leongersen/classVal). This is **included** in the release download.
+ `$.noUiSlider.Link` is now an alias to `$.Link`. The Link functionality has been moved into a new file. (also in the download).
+ Several bug fixes.
+ Added `to` and `from` to [number formatting](http://refreshless.com/nouislider/number-formatting)

**Changelog for version 6.0.0:**

**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.
Expand Down
10 changes: 6 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
"handles",
"touch",
"input",
"slide"
"slide"
],
"main": [
"Link.js",
"jquery.nouislider.js",
"jquery.nouislider.css"
"jquery.nouislider.css"
],
"dependencies": {
"jquery": ">= 1.7.0"
"jquery": ">= 1.7.0",
"classval": ">= 0.1.0"
},
"ignore": [
"**/.*",
"**/*.json"
],
"license": "http://refreshless.com/nouislider/terms-of-use",
"license": "http://www.wtfpl.net/about/",
"homepage": "http://refreshless.com/nouislider/",
"author": {
"name": "Léon Gersen"
Expand Down

0 comments on commit 74591f4

Please sign in to comment.