Skip to content

Commit 7505645

Browse files
committed
docs: Add update guide
1 parent 8f217ee commit 7505645

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: upgrade-v4
3+
title: Upgrade from v4
4+
---
5+
6+
## About version 5
7+
8+
This version takes care of some important housekeeping tasks that help provide better maintainability on the long run.
9+
10+
## Breaking changes
11+
12+
### Angular version support
13+
14+
Angular versions 12-14 are no longer supported. You can use the (Angular update guide)[https://update.angular.io/] to update your application.
15+
16+
## Type changes
17+
18+
- Event handlers with `Function` type are changed to `() => void`
19+
- Event handlers with `any` return types are changed to `void` return type

0 commit comments

Comments
 (0)