improve changelog

This commit is contained in:
Rene Haas
2022-11-16 16:00:36 +01:00
parent f6e5774bfe
commit 400afe695e
@@ -4,6 +4,7 @@
### Features
Added the possibility to `defer` the initialization to a point in time when the browser is idle. (or to the next frame if `window.requestIdleCallback` is unsupported)
- `OverlayScrollbarsComponent` accepts now the `defer` property
- `useOverlayScrollbars` params accept now the `defer` key
- `useOverlayScrollbars` will now always try to destroy the instance if the component unmounts.