-
-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
63 additions
and
389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 6.0.0 | ||
|
||
### Major | ||
|
||
- :warning: SimpleBar v6 does not use any polyfill anymore by default! | ||
If you see any error in a browser you want support for, you might need a polyfill! | ||
You can use Babel `@babel/preset-env` to polyfill for you, see our [examples package](https://github.com/Grsmto/simplebar/blob/next/packages/examples/.babelrc#L2) or check out [polyfill.io](https://polyfill.io/). | ||
- `timeout` option is now deprecated. It is now only made with a CSS transition that you can override with CSS as you want. | ||
- `mutation-observer` polyfill is not shipped by default anymore. | ||
- `core-js` is not included anymore. We now use TypeScript instead of Babel so polyfilling is up to you! | ||
- Bundle is much smaller! | ||
- New useful classes on host element: | ||
`.simplebar-hover`, | ||
`.simplebar-mouse-entered`, | ||
`.simplebar-scrolling`, | ||
`.simplebar-scrollable`. | ||
- Scrollbar recalculations are now throttled with RAQ instead of Lodash's throttle function, which prevents stuttering on animations (#507) |
Oops, something went wrong.