Commit 466b82c
committed
chore(release): 6.0.0-beta.1 [skip ci]
# [6.0.0-beta.1](v5.12.5...v6.0.0-beta.1) (2025-02-28)
### Features
* customPaginator is removed from ChannelService ([be23e4e](be23e4e))
* recoverState method to allow SDK components to initiate state recovery ([807ba5c](807ba5c))
* run all WS event handlers inside Angular's zone ([b64baf1](b64baf1))
* upgrade to Angular 17 ([94171c3](94171c3))
* use ChannelManager from stream-chat-js ([d101694](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)1 parent 6355441 commit 466b82c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments