Skip to content

Commit 4f6e53d

Browse files
committed
chore(update): release 2.4.0 🚀
1 parent 7df3322 commit 4f6e53d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"scripts": {

projects/ngx-scrolltop/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,16 @@ _[@angular/material](https://material.angular.io/components/button/overview) req
182182

183183
No dependencies! Pure Angular.
184184

185+
## 🧪 Experiments
186+
187+
### Angular 12 + IVY (Goodbye ngcc)
188+
189+
If you're brave enough, you can play with the experimental version, which is only compiled with IVY and fully supports Angular 12 (actually Angular 11.1.x+)
190+
191+
```bash
192+
yarn add ngx-scrolltop@ng12
193+
```
194+
185195
## Development (notes for me)
186196

187197
### Publish Stable

projects/ngx-scrolltop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"peerDependencies": {

0 commit comments

Comments
 (0)