Skip to content

Commit 466b82c

Browse files
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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "5.12.5",
3+
"version": "6.0.0-beta.1",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.12.5';
1+
export const version = '6.0.0-beta.1';

0 commit comments

Comments
 (0)