diff --git a/README.md b/README.md index 9905e13c..80b5ea48 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 4f423625..cc230fa3 100644 --- a/bower.json +++ b/bower.json @@ -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"