overlayscrollbars
Advanced tools
Comparing version 2.4.0 to 2.4.1
/*! | ||
* OverlayScrollbars | ||
* Version: 2.4.0 | ||
* Version: 2.4.1 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) Rene Haas | KingSora. |
/*! | ||
* OverlayScrollbars | ||
* Version: 2.4.0 | ||
* Version: 2.4.1 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) Rene Haas | KingSora. |
# Changelog | ||
## 2.4.1 | ||
### Improvements | ||
- Add compatibility `exports` field to `package.json` so the `'overlayscrollbars/styles/overlayscrollbars.css'` import works in all node versions. [#570](https://github.com/KingSora/OverlayScrollbars/issues/570) | ||
## 2.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "overlayscrollbars", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.", | ||
@@ -33,3 +33,5 @@ "author": "Rene Haas | KingSora", | ||
}, | ||
"./overlayscrollbars.css": "./styles/overlayscrollbars.css" | ||
"./package.json": "./package.json", | ||
"./overlayscrollbars.css": "./styles/overlayscrollbars.css", | ||
"./styles/overlayscrollbars.css": "./styles/overlayscrollbars.css" | ||
}, | ||
@@ -36,0 +38,0 @@ "sideEffects": [ |
@@ -78,3 +78,3 @@ <div align="center"> | ||
> __Note__: In older nodejs versions use `'overlayscrollbars/styles/overlayscrollbars.css'` as the import path for the CSS file. | ||
> __Note__: If the path `'overlayscrollbars/overlayscrollbars.css'` is not working use `'overlayscrollbars/styles/overlayscrollbars.css'` as the import path for the CSS file. | ||
@@ -81,0 +81,0 @@ ### Manual download & embedding |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4536842