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
## [9.0.0-rc.1](v8.57.1...v9.0.0-rc.1) (2025-02-27)
### ⚠ BREAKING CHANGES
* dropped jsDelivr bundle (#1468)
* dropped `StreamChatGenerics`, use `Custom<Entity>Data` to extend your
types
* type `InviteOptions` has been renamed to `UpdateChannelOptions`
* type `UpdateChannelOptions` has been renamed to
`UpdateChannelTypeRequest`
* type `ThreadResponseCustomData` has been renamed to `CustomThreadData`
* type `MarkAllReadOptions` has been deleted in favour of type
`MarkChannelsReadOptions`
* type `QueryFilter` no longer supports `$ne` and `$nin` operators
* type `ChannelMembership` has been deleted in favour of type
`ChannelMemberResponse`
* function `formatMessage` (`utils.ts`) no longer returns `__html`
property in the formatted message output
### Bug Fixes
* replace StreamChatGenerics with module augmentation ([#1458](#1458)) ([feb97da](feb97da))
* dropped `StreamChatGenerics`, use `Custom<Entity>Data` to extend your
7
+
types
8
+
* type `InviteOptions` has been renamed to `UpdateChannelOptions`
9
+
* type `UpdateChannelOptions` has been renamed to
10
+
`UpdateChannelTypeRequest`
11
+
* type `ThreadResponseCustomData` has been renamed to `CustomThreadData`
12
+
* type `MarkAllReadOptions` has been deleted in favour of type
13
+
`MarkChannelsReadOptions`
14
+
* type `QueryFilter` no longer supports `$ne` and `$nin` operators
15
+
* type `ChannelMembership` has been deleted in favour of type
16
+
`ChannelMemberResponse`
17
+
* function `formatMessage` (`utils.ts`) no longer returns `__html`
18
+
property in the formatted message output
19
+
20
+
### Bug Fixes
21
+
22
+
* replace StreamChatGenerics with module augmentation ([#1458](https://github.com/GetStream/stream-chat-js/issues/1458)) ([feb97da](https://github.com/GetStream/stream-chat-js/commit/feb97da08a5c4fa325156517111bb58402a1f7b8))
23
+
1
24
# Changelog
2
25
3
26
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
0 commit comments