mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-20 03:40:36 +03:00
17 lines
647 B
Markdown
17 lines
647 B
Markdown
# Changelog
|
|
|
|
## 0.4.0
|
|
|
|
Depends on `OverlayScrollbars` version `^2.0.0` and `Angular` version `>=12.0.0`.
|
|
|
|
### Features
|
|
|
|
- The selector for the `OverlayScrollbarsComponent` is now `overlay-scrollbars` or `[overlay-scrollbars]`
|
|
- `OverlayScrollbarsComponent` has now the `events` property
|
|
- `OverlayScrollbarsComponent` emits now all `OverlayScrollbars` events as "native" Angular events
|
|
- The `OverlayScrollbarsDirective` was added for advanced usage
|
|
|
|
### Breaking Changes
|
|
|
|
- The `extensions` property is removed from `OverlayScrollbarsComponent`
|
|
- The `osTarget()` function from the `OverlayScrollbarsComponent` `ref` is renamed to `getElement()` |