Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Mar 2, 2018
1 parent 8bc44e9 commit a29a279
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 215 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Take the table below only as a overview of all options.
<td>autoHide</td>
<td>string</td>
<td><code>"never"</code></td>
<td>The possibility to hide visible scrollbars after a certain action.</td>
<td>The possibility to hide visible scrollbars automatically after a certain action.</td>
</tr>
<tr>
<td></td>
Expand Down
4 changes: 2 additions & 2 deletions css/OverlayScrollbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars
*
* Version: 1.3.0
* Version: 1.4.0
*
* Copyright KingSora.
* https://github.com/KingSora
*
* Released under the MIT license.
* Date: 26.02.2018
* Date: 02.03.2018
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions css/OverlayScrollbars.min.css

Large diffs are not rendered by default.

258 changes: 146 additions & 112 deletions js/OverlayScrollbars.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/OverlayScrollbars.min.js

Large diffs are not rendered by default.

214 changes: 124 additions & 90 deletions js/jquery.overlayScrollbars.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/jquery.overlayScrollbars.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overlayscrollbars",
"version": "1.3.0",
"version": "1.4.0",
"description": "A javascript scrollbar plugin which hides the native scrollbars and provides custom styleable overlay scrollbars, but keeps the native functionality and feeling.",
"keywords" : [
"overlayscrollbars",
Expand Down

0 comments on commit a29a279

Please sign in to comment.