Skip to content

Commit aba6cc5

Browse files
committed
version 1.5.2
1 parent 793f607 commit aba6cc5

8 files changed

+414
-421
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ It was tested with the jQuery versions: 1.9.1, 2.x, 3.x, and it won't work with
3939
Download OverlayScrollbars manually from [Releases](https://github.com/KingSora/OverlayScrollbars/releases).
4040

4141
#### cdn
42-
You can also use OverlayScrollbars via a [cdn](https://cdnjs.com/libraries/overlayscrollbars).
42+
You can use OverlayScrollbars via a [cdn](https://cdnjs.com/libraries/overlayscrollbars).
4343

4444
#### npm
45-
OverlayScrollbars can be also downloaded from [npm](https://www.npmjs.com/package/overlayscrollbars).
45+
OverlayScrollbars can be downloaded from [npm](https://www.npmjs.com/package/overlayscrollbars).
4646

4747
```
4848
npm install overlayscrollbars
@@ -97,7 +97,7 @@ $(function() {
9797

9898
## Options
9999

100-
Due to clarity i can't provide all informations here.
100+
Due to clarity I can't provide all informations here.
101101
Take the table below only as a overview of all options.
102102
[Please read the much more detailed documentation](https://kingsora.github.io/OverlayScrollbars/#!documentation).
103103

@@ -594,7 +594,8 @@ var extensionObjects = OverlayScrollbars.extension();</pre>
594594
## Future Plans
595595

596596
- Minimize the code as much as possible.
597-
- Frequent updates in terms of bugsfixes and enhancements.
597+
- Frequent updates in terms of bug-fixes and enhancements.
598+
- Versions for frameworks like React, Vue and Angular.
598599

599600
## License
600601

css/OverlayScrollbars.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* OverlayScrollbars
33
* https://github.com/KingSora/OverlayScrollbars
44
*
5-
* Version: 1.5.1
5+
* Version: 1.5.2
66
*
77
* Copyright KingSora.
88
* https://github.com/KingSora
99
*
1010
* Released under the MIT license.
11-
* Date: 13.07.2018
11+
* Date: 09.09.2018
1212
*/
1313

1414
/*

css/OverlayScrollbars.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/OverlayScrollbars.js

+201-205
Large diffs are not rendered by default.

js/OverlayScrollbars.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.overlayScrollbars.js

+197-201
Large diffs are not rendered by default.

js/jquery.overlayScrollbars.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlayscrollbars",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A javascript scrollbar plugin which hides the native scrollbars and provides custom styleable overlay scrollbars, but keeps the native functionality and feeling.",
55
"keywords" : [
66
"overlayscrollbars",

0 commit comments

Comments
 (0)