Releases: GetStream/stream-chat-angular
Releases · GetStream/stream-chat-angular
v6.0.0-rc.3
v5.13.1
v6.0.0-rc.2
v6.0.0-rc.1
6.0.0-rc.1 (2025-03-07)
Bug Fixes
- remove stream-chat module augmentation from stream-chat-angular (bdc7890)
Features
BREAKING CHANGES
- stream-chat types are no longer generic, see how you can type your custom types in the SDK v6 upgrade guide
v6.0.0-beta.5
v6.0.0-beta.4
6.0.0-beta.4 (2025-02-28)
Bug Fixes
- allow adding and removing channels without calling init (bd32338)
v6.0.0-beta.3
v6.0.0-beta.2
v6.0.0-beta.1
6.0.0-beta.1 (2025-02-28)
Features
- customPaginator is removed from ChannelService (be23e4e)
- recoverState method to allow SDK components to initiate state recovery (807ba5c)
- run all WS event handlers inside Angular's zone (b64baf1)
- upgrade to Angular 17 (94171c3)
- use ChannelManager from stream-chat-js (d101694)
BREAKING CHANGES
- ChannelService: init and initWithCustomQuery syntax changed; registering WS event handler overrides has a simplified syntax; ChannelQuery class is removed; for the full list check https://getstream.io/chat/docs/sdk/angular/basics/upgrade-v5/
channelService.customPaginator
is removed, provide a custom query if you want to control pagination logic- Anuglar 15 and 16 are no longer supported (these versions are no longer supported by Angular itself https://angular.dev/reference/releases#actively-supported-versions)