From 69bcf0866aa0705f091c654c467610cae9ba48d7 Mon Sep 17 00:00:00 2001 From: BART! Date: Thu, 17 Nov 2022 11:22:43 +0100 Subject: [PATCH] =?UTF-8?q?chore(update):=20major=20release=205.0.0=20?= =?UTF-8?q?=F0=9F=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- projects/ngx-scrolltop/README.md | 11 ++++++----- projects/ngx-scrolltop/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ce8790e..0b95a37 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/bartholomej)", "scripts": { diff --git a/projects/ngx-scrolltop/README.md b/projects/ngx-scrolltop/README.md index 029917d..b64768d 100644 --- a/projects/ngx-scrolltop/README.md +++ b/projects/ngx-scrolltop/README.md @@ -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/) @@ -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) @@ -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 diff --git a/projects/ngx-scrolltop/package.json b/projects/ngx-scrolltop/package.json index 5ff1be7..c52ffaf 100644 --- a/projects/ngx-scrolltop/package.json +++ b/projects/ngx-scrolltop/package.json @@ -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 (https://github.com/bartholomej)", "peerDependencies": {