Files
OverlayScrollbars/packages/overlayscrollbars-ngx/CHANGELOG.md
T
2022-11-09 13:58:00 +01:00

18 lines
745 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 `osInstance()` function from the `OverlayScrollbarsComponent` `ref` is renamed to `instance()`
- The `osTarget()` function from the `OverlayScrollbarsComponent` `ref` is renamed to `element()`