diff --git a/README.md b/README.md index 05e20f7..0c55884 100644 --- a/README.md +++ b/README.md @@ -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 - Firefox, Chrome, Opera, Edge, Safari 10+ and IE 11 - Can be run on the server - SSR, SSG and ISR support - Tested on various devices - Mobile, Desktop and Tablet diff --git a/packages/overlayscrollbars/CHANGELOG.md b/packages/overlayscrollbars/CHANGELOG.md index 17aab9a..882e208 100644 --- a/packages/overlayscrollbars/CHANGELOG.md +++ b/packages/overlayscrollbars/CHANGELOG.md @@ -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. diff --git a/packages/overlayscrollbars/README.md b/packages/overlayscrollbars/README.md index 05e20f7..0c55884 100644 --- a/packages/overlayscrollbars/README.md +++ b/packages/overlayscrollbars/README.md @@ -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 - Firefox, Chrome, Opera, Edge, Safari 10+ and IE 11 - Can be run on the server - SSR, SSG and ISR support - Tested on various devices - Mobile, Desktop and Tablet diff --git a/packages/overlayscrollbars/package.json b/packages/overlayscrollbars/package.json index ca505bb..daebcaa 100644 --- a/packages/overlayscrollbars/package.json +++ b/packages/overlayscrollbars/package.json @@ -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",