Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Jan 3, 2025
1 parent a7bf98b commit 832ba0b
Show file tree
Hide file tree
Showing 79 changed files with 4,987 additions and 5,467 deletions.
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

1 comment on commit 832ba0b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.