Skip to content

Commit cc39ae2

Browse files
committed
docs(readme): angular 20
1 parent 682fd4b commit cc39ae2

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
> No dependencies.
1414
> **Pure Angular!**
1515
16-
> **Angular 19**, **Signals**, **Standalone Components** and Angular Universal (**SSR**) compatible
16+
> **Angular 20**, **Signals**, **Standalone Components** and Angular Universal (**SSR**) compatible
1717
1818
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)
1919

2020
- No dependencies! _(only smooth scroll-behavior polyfill for old iOS versions)_
2121
- Lightweight _(~2 kB gzipped)_
22-
- **Angular 19** compatible
22+
- **Angular 20** compatible
2323
- **Standalone Components** compatible
2424
- **Signals** compatible
2525
- Material Design inspired
@@ -54,7 +54,8 @@ npm install ngx-scrolltop --save # for lastest Angular only! See our compatibili
5454

5555
| Angular version | ngx-scrolltop | Install |
5656
| --------------- | ------------- | ---------------------------------- |
57-
| ng19 | v19.x.x | `npm install ngx-scrolltop@latest` |
57+
| ng20 | v20.x.x | `npm install ngx-scrolltop@latest` |
58+
| ng19 | v19.x.x | `npm install ngx-scrolltop@19` |
5859
| ng18 | v18.x.x | `npm install ngx-scrolltop@18` |
5960
| ng17 | v17.x.x | `npm install ngx-scrolltop@17` |
6061
| ng16 | v6.x.x | `ng add ngx-scrolltop@6` |

projects/ngx-scrolltop/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,21 @@
1313
> No dependencies.
1414
> **Pure Angular!**
1515
16-
> **Angular 19**, Angular Universal (**SSR**) a **Standalone Components** compatible
16+
> **Angular 20**, **Signals**, **Standalone Components** and Angular Universal (**SSR**) compatible
1717
1818
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)
1919

20+
- No dependencies! _(only smooth scroll-behavior polyfill for old iOS versions)_
2021
- Lightweight _(~2 kB gzipped)_
21-
- **Angular 19** compatible
22+
- **Angular 20** compatible
2223
- **Standalone Components** compatible
23-
- Signals compatible
24-
- No dependencies! _(only smooth scroll-behavior polyfill for iOS)_
24+
- **Signals** compatible
2525
- Material Design inspired
2626
- `@angular/material` compatible ([example](#angular-material-example-directive))
2727
- Component or directive way
2828
- Smoothly animated
2929
- a11y ready
3030
- Highly customizable [options](#%EF%B8%8F-options)...
31-
- [Angular 5+ compatible](#compatibility)
3231

3332
![Demo animation](https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif?raw=true)
3433

@@ -55,7 +54,8 @@ npm install ngx-scrolltop --save # for lastest Angular only! See our compatibili
5554

5655
| Angular version | ngx-scrolltop | Install |
5756
| --------------- | ------------- | ---------------------------------- |
58-
| ng19 | v19.x.x | `npm install ngx-scrolltop@latest` |
57+
| ng20 | v20.x.x | `npm install ngx-scrolltop@latest` |
58+
| ng19 | v19.x.x | `npm install ngx-scrolltop@19` |
5959
| ng18 | v18.x.x | `npm install ngx-scrolltop@18` |
6060
| ng17 | v17.x.x | `npm install ngx-scrolltop@17` |
6161
| ng16 | v6.x.x | `ng add ngx-scrolltop@6` |
@@ -292,7 +292,7 @@ Or if you are brave enough consider [making a donation](https://github.com/spons
292292

293293
## 📝 License
294294

295-
Copyright © 2023 [Lukas Bartak](http://bartweb.cz)
295+
Copyright © 2025 [Lukas Bartak](http://bartweb.cz)
296296

297297
Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)
298298

projects/ngx-scrolltop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)",
66
"peerDependencies": {
7-
"@angular/common": ">=19 <20",
8-
"@angular/core": ">=19 <20"
7+
"@angular/common": ">=20 <21",
8+
"@angular/core": ">=20 <21"
99
},
1010
"dependencies": {
1111
"seamless-scroll-polyfill": "2.3.4"

0 commit comments

Comments
 (0)