Skip to content

Commit

Permalink
chore(update): major release 5.0.0 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Nov 17, 2022
1 parent ee3314a commit 69bcf08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrolltop",
"version": "4.3.0",
"version": "5.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
11 changes: 6 additions & 5 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 14, Ivy and Angular Universal (SSR) compatible
> ✓ Angular 15, 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 14: Pure IVY support
- Angular 15: 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 @@ -94,9 +94,10 @@ If you still need to use it with an older version of Angular, then use version 2

| Angular version | ngx-scrolltop | Install |
| --------------- | ------------- | ----------------------------- |
| ng14 | v4.x.x | `ng add ngx-scrolltop@latest` |
| ng13 | v4.x.x | `ng add ngx-scrolltop@latest` |
| ng12 | v4.x.x | `ng add ngx-scrolltop@latest` |
| ng15 | v5.x.x | `ng add ngx-scrolltop@latest` |
| ng14 | v5.x.x | `ng add ngx-scrolltop@latest` |
| ng13 | v4.x.x | `ng add ngx-scrolltop@4` |
| ng12 | v4.x.x | `ng add ngx-scrolltop@4` |
| ng5 – ng11 | v2.x.x | `ng add ngx-scrolltop@2` |

## Usage
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": "4.3.0",
"version": "5.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 69bcf08

Please sign in to comment.