Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed May 7, 2024
1 parent 418d923 commit e8aed9f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,6 @@ OverlayScrollbars.plugin(SomePlugin);
scrollbarsOverlaid: XY<boolean>;
// Whether the browser supports native scrollbars hiding.
scrollbarsHiding: boolean;
// The rtl scroll behavior of the browser.
rtlScrollBehavior: { n: boolean; i: boolean };
// Whether the browser supports the ScrollTimeline API.
scrollTimeline: boolean;
// The default Initialization to use if nothing else is specified.
Expand Down
2 changes: 0 additions & 2 deletions packages/overlayscrollbars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,6 @@ OverlayScrollbars.plugin(SomePlugin);
scrollbarsOverlaid: XY<boolean>;
// Whether the browser supports native scrollbars hiding.
scrollbarsHiding: boolean;
// The rtl scroll behavior of the browser.
rtlScrollBehavior: { n: boolean; i: boolean };
// Whether the browser supports the ScrollTimeline API.
scrollTimeline: boolean;
// The default Initialization to use if nothing else is specified.
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlayscrollbars",
"private": true,
"version": "2.7.3",
"version": "2.8.0",
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"author": "Rene Haas | KingSora",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions website/mdx/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,6 @@ OverlayScrollbars.plugin(SomePlugin);
scrollbarsOverlaid: XY<boolean>;
// Whether the browser supports native scrollbars hiding.
scrollbarsHiding: boolean;
// The rtl scroll behavior of the browser.
rtlScrollBehavior: { n: boolean; i: boolean };
// Whether the browser supports the ScrollTimeline API.
scrollTimeline: boolean;
// The default Initialization to use if nothing else is specified.
Expand Down

0 comments on commit e8aed9f

Please sign in to comment.