Release 0.5.1.

1. Change dragging logic.
2. Remove jquery-mousewheel dependency.
3. Bug fixes.
This commit is contained in:
Hyunje Alex Jun 2014-09-15 22:58:28 +01:00
parent d3181f0b0d
commit 575280e9c2
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/*! perfect-scrollbar - v0.4.11
/*! perfect-scrollbar - v0.5.1
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyeonje Alex Jun; Licensed MIT */

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "perfect-scrollbar",
"version": "0.4.11",
"version": "0.5.1",
"main": "src/perfect-scrollbar.js",
"engines": {
"node": ">= 0.8.0"

View File

@ -2,7 +2,7 @@
"name": "perfect-scrollbar",
"title": "perfect-scrollbar",
"description": "Tiny but perfect jquery scrollbar plugin.",
"version": "0.4.11",
"version": "0.5.1",
"author": {
"name": "Hyeonje Alex Jun",
"email": "me@noraesae.net",