mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-16 17:10:37 +03:00
873 B
873 B
Changelog
0.5.0
Bug Fixes
- Fixed SSR compatibility with
solid-start.
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 not supported)
OverlayScrollbarsComponentaccepts now thedeferpropertycreateOverlayScrollbarsparams accept now thedeferpropertycreateOverlayScrollbarswill now always try to destroy the instance if the component unmounts.
Breaking Changes
- Because initialization can be deferred now, the
initializefunction of thecreateOverlayScrollbarsprimitive isn't returning the instance anymore. Use theinstancefunction of thecreateOverlayScrollbarsprimitive instead.
0.4.0
The component was created.
Depends on OverlayScrollbars version ^2.0.0 and Solid version ^1.5.1.