Skip to content

Commit 832ba0b

Browse files
committed
Update
1 parent a7bf98b commit 832ba0b

File tree

79 files changed

+4987
-5467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4987
-5467
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 17.0.0
4+
5+
- Upgrade to Angular 19.
6+
- refactor: Use `afterRenderEffect` when suitable instead of `effect`.
7+
- refactor: In `<ng-scrollbar externalViewport>` use `LinkedSignal` to set external elements.
8+
- enhance: Make `--scrollbar-button-size` settable from `:root`.
9+
310
## 16.1.1
411

512
- fix: Bug with `visibility="visible"` closes [#674](https://github.com/MurhafSousli/ngx-scrollbar/issues/674).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2024 Murhaf Sousli
3+
Copyright (c) 2018-2025 Murhaf Sousli
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"server": "projects/ngx-scrollbar-demo/src/main.server.ts",
4646
"prerender": true,
4747
"ssr": {
48-
"entry": "projects/ngx-scrollbar-demo/server.ts"
48+
"entry": "projects/ngx-scrollbar-demo/src/server.ts"
4949
}
5050
},
5151
"configurations": {

0 commit comments

Comments
 (0)