Skip to content

Commit

Permalink
chore(update): major release 6.0.0 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed May 7, 2023
1 parent a592ac7 commit 92f6ca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrolltop",
"version": "5.1.0",
"version": "6.0.0",
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"scripts": {
Expand Down Expand Up @@ -120,4 +120,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}
7 changes: 4 additions & 3 deletions projects/ngx-scrolltop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> No dependencies.
> **Pure Angular!**
> ✓ Angular 15, Ivy and Angular Universal (SSR) compatible
> ✓ Angular 16, Ivy and Angular Universal (SSR) compatible
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)

Expand All @@ -25,7 +25,7 @@ Just hit the button to smoothly scroll back to the top of the page. [Here's the
- Smoothly animated
- a11y ready
- Highly customizable [options](#options)...
- Angular 15: Pure IVY support
- Angular 16: Pure IVY support
- [Angular 5+ compatible](#compatibility)

![Demo animation](https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif?raw=true)
Expand Down Expand Up @@ -87,7 +87,8 @@ If you still need to use it with an older version of Angular, then use version 2

| Angular version | ngx-scrolltop | Install |
| --------------- | ------------- | ----------------------------- |
| ng15 | v5.x.x | `ng add ngx-scrolltop@latest` |
| ng16 | v6.x.x | `ng add ngx-scrolltop@latest` |
| ng15 | v6.x.x | `ng add ngx-scrolltop@latest` |
| ng14 | v4.x.x | `ng add ngx-scrolltop@4` |
| ng13 | v4.x.x | `ng add ngx-scrolltop@4` |
| ng12 | v4.x.x | `ng add ngx-scrolltop@4` |
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrolltop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrolltop",
"version": "5.1.0",
"version": "6.0.0",
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"peerDependencies": {
Expand Down

0 comments on commit 92f6ca8

Please sign in to comment.