Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v17.0.0 #678

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 17.0.0

- Upgrade to Angular 19.
- refactor: Use `afterRenderEffect` when suitable instead of `effect`.
- refactor: In `<ng-scrollbar externalViewport>` use `LinkedSignal` to set external elements.
- enhance: Make `--scrollbar-button-size` settable from `:root`.

## 16.1.1

- fix: Bug with `visibility="visible"` closes [#674](https://github.com/MurhafSousli/ngx-scrollbar/issues/674).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2024 Murhaf Sousli
Copyright (c) 2018-2025 Murhaf Sousli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"server": "projects/ngx-scrollbar-demo/src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "projects/ngx-scrollbar-demo/server.ts"
"entry": "projects/ngx-scrollbar-demo/src/server.ts"
}
},
"configurations": {
Expand Down
Loading
Loading