mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-01 04:44:06 +03:00
overlayscrollbars v2.0.1
This commit is contained in:
@@ -24,7 +24,7 @@ I created this plugin because I hate ugly and space consuming scrollbars. Simila
|
||||
|
||||
## Goals & Features
|
||||
|
||||
- Simple, powerful and good documented API
|
||||
- Simple, powerful and well documented API
|
||||
- High browser compatibility - <b>Firefox</b>, <b>Chrome</b>, <b>Opera</b>, <b>Edge</b>, <b>Safari 10+</b> and <b>IE 11</b>
|
||||
- Can be run on the server - <b>SSR</b>, <b>SSG</b> and <b>ISR</b> support
|
||||
- Tested on various devices - <b>Mobile</b>, <b>Desktop</b> and <b>Tablet</b>
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- The custom scrollbars are now always hidden if the `showNativeOverlaidScrollbars` option is `true`.
|
||||
|
||||
### Improvements
|
||||
|
||||
- The initialization to the `body` element respects now `overflow: hidden` style overrides of the `html` and `body` element. ([#477](https://github.com/KingSora/OverlayScrollbars/issues/477))
|
||||
- `data-overlayscrollbars-initialize` is now automatically removed if the instance is destroyed or canceled.
|
||||
- `data-overlayscrollbars-initialize` now always sets `overflow: auto` to prevent elements to be suddenly cropped after initialization.
|
||||
- removed obsolete `!important` styles
|
||||
|
||||
## 2.0.0
|
||||
|
||||
OverlayScrollbars was rewritten from the ground up in `TypeScript` in a functional manner.
|
||||
|
||||
@@ -24,7 +24,7 @@ I created this plugin because I hate ugly and space consuming scrollbars. Simila
|
||||
|
||||
## Goals & Features
|
||||
|
||||
- Simple, powerful and good documented API
|
||||
- Simple, powerful and well documented API
|
||||
- High browser compatibility - <b>Firefox</b>, <b>Chrome</b>, <b>Opera</b>, <b>Edge</b>, <b>Safari 10+</b> and <b>IE 11</b>
|
||||
- Can be run on the server - <b>SSR</b>, <b>SSG</b> and <b>ISR</b> support
|
||||
- Tested on various devices - <b>Mobile</b>, <b>Desktop</b> and <b>Tablet</b>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "overlayscrollbars",
|
||||
"private": true,
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user