You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/angular_versioned_docs/version-5/basics/upgrade-v4.mdx
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,45 @@ id: upgrade-v4
3
3
title: Upgrade from v4
4
4
---
5
5
6
+
importTabsfrom"@theme/Tabs";
7
+
importTabItemfrom"@theme/TabItem";
8
+
9
+
## Highlights
10
+
11
+
stream-chat-angular@5 brings improvements in the following categories:
12
+
13
+
- New message menu and message edit UIs to improve usability
14
+
- Provide more CSS customization options for the avatar and icon components (to avoid providing a custom component for even basic customization)
15
+
- Dropping support for [Angular 12-14](https://getstream.io/chat/docs/sdk/angular/basics/angular-version-support/) and [theme-v1](https://getstream.io/chat/docs/sdk/angular/concepts/themeing/)
16
+
17
+
The full list of [features and progress](https://github.com/GetStream/stream-chat-angular/issues/584) are on GitHub.
0 commit comments