Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Jan 26, 2025
1 parent 541be25 commit e9c2091
Show file tree
Hide file tree
Showing 28 changed files with 687 additions and 1,046 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 18.0.0

- refactor: Change the transformer interface of the `sensorThrottleTime` input, closes [#682](https://github.com/MurhafSousli/ngx-scrollbar/issues/682).

### Possible breaking changes

- refactor: Prevent `provideScrollbarPolyfill` from being accidentally referenced in `@Component` in a component injector.

## 17.0.0

- Upgrade to Angular 19.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img height="165px" width="165px" style="text-align: center;" src="https://cdn.statically.io/gh/MurhafSousli/ngx-scrollbar/master/projects/ngx-scrollbar-demo/src/assets/logo.svg">
<img height="165px" width="165px" style="text-align: center;" src="https://cdn.statically.io/gh/MurhafSousli/ngx-scrollbar/master/projects/ngx-scrollbar-demo/public/logo.svg">
<h1 align="center">Angular Custom Scrollbar</h1>
</p>

Expand Down
12 changes: 8 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"tsConfig": "projects/ngx-scrollbar-demo/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/ngx-scrollbar-demo/src/favicon.ico",
"projects/ngx-scrollbar-demo/src/assets"
{
"glob": "**/*",
"input": "projects/ngx-scrollbar-demo/public"
}
],
"styles": [
"projects/ngx-scrollbar-demo/src/styles.scss",
Expand Down Expand Up @@ -100,8 +102,10 @@
"tsConfig": "projects/ngx-scrollbar-demo/tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/ngx-scrollbar-demo/src/favicon.ico",
"projects/ngx-scrollbar-demo/src/assets"
{
"glob": "**/*",
"input": "projects/ngx-scrollbar-demo/public"
}
],
"styles": [
"projects/ngx-scrollbar-demo/src/styles.scss"
Expand Down
Loading

0 comments on commit e9c2091

Please sign in to comment.