Release 0.4.11.

1. Add active- class when scrolls are active
2. Add maxScrollbarLength option
3. Bug fixes
This commit is contained in:
Hyunje Alex Jun 2014-07-16 18:57:45 +01:00
parent 57cc39e6e8
commit 6b35561bb3
6 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "perfect-scrollbar",
"version": "0.4.10",
"version": "0.4.11",
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
"authors": [
"Hyeonje Alex Jun <me@noraesae.net>"

View File

@ -1,4 +1,4 @@
/*! perfect-scrollbar - v0.4.10
/*! perfect-scrollbar - v0.4.11
* 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

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "perfect-scrollbar",
"version": "0.4.10",
"version": "0.4.11",
"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.10",
"version": "0.4.11",
"author": {
"name": "Hyeonje Alex Jun",
"email": "me@noraesae.net",