File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-scrolltop" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"description" : " Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!" ,
5
5
"author" : " Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 13
13
> No dependencies.
14
14
> ** Pure Angular!**
15
15
16
- > ✓ ** Angular 18 ** , Angular Universal (** SSR** ) a ** Standalone Components** compatible
16
+ > ✓ ** Angular 19 ** , Angular Universal (** SSR** ) a ** Standalone Components** compatible
17
17
18
18
Just hit the button to smoothly scroll back to the top of the page. [ Here's the demo.] ( http://bartholomej.github.io/ngx-scrolltop/ )
19
19
20
20
- Lightweight _ (~ 2 kB gzipped)_
21
- - ** Angular 18 ** compatible
21
+ - ** Angular 19 ** compatible
22
22
- ** Standalone Components** compatible
23
23
- Signals compatible
24
24
- No dependencies! _ (only smooth scroll-behavior polyfill for iOS)_
@@ -55,7 +55,8 @@ npm install ngx-scrolltop --save # for lastest Angular only! See our compatibili
55
55
56
56
| Angular version | ngx-scrolltop | Install |
57
57
| --------------- | ------------- | ---------------------------------- |
58
- | ng18 | v18.x.x | ` npm install ngx-scrolltop@latest ` |
58
+ | ng19 | v19.x.x | ` npm install ngx-scrolltop@latest ` |
59
+ | ng18 | v18.x.x | ` npm install ngx-scrolltop@18 ` |
59
60
| ng17 | v17.x.x | ` npm install ngx-scrolltop@17 ` |
60
61
| ng16 | v6.x.x | ` ng add ngx-scrolltop@6 ` |
61
62
| ng15 | v6.x.x | ` ng add ngx-scrolltop@6 ` |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-scrolltop" ,
3
- "version" : " 19.0.0 " ,
3
+ "version" : " 19.0.1 " ,
4
4
"description" : " Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!" ,
5
5
"author" : " Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)" ,
6
6
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments