Skip to content

Commit

Permalink
Release 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Apr 24, 2016
1 parent ff57fc8 commit 0b8bedc
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 105 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,5 @@ module.exports = function(grunt) {

grunt.registerTask('default', ['concat', 'jshint']);
grunt.registerTask('create', ['concat', 'uglify', 'cssmin']);
grunt.registerTask('lint', ['jshint']);
grunt.registerTask('release', ['jshint', 'compress']);
};
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ An extensive documentation, including **examples**, **options** and **configurat

Changelog
---------
### 8.4.0 (latest)
### 8.5.0 (latest)
- Added: ability to completely override the classes used by the slider
- Fix: removed invalid stopPropagation loop
- Fix: source properly lints

### 8.4.0
- Fix: don't assume `window` exists. #503, #533, #617 and #628
- Fix: `:focus` style applied to wrong element. #631
- Fix: `step` option is lost on updating. #619
Expand Down
Loading

0 comments on commit 0b8bedc

Please sign in to comment.