Skip to content

Commit 1c313e8

Browse files
chore(release): 9.0.0-rc.1 [skip ci]
## [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))
1 parent 57a4e39 commit 1c313e8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [9.0.0-rc.1](https://github.com/GetStream/stream-chat-js/compare/v8.57.1...v9.0.0-rc.1) (2025-02-27)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* dropped jsDelivr bundle (#1468)
6+
* 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+
124
# Changelog
225

326
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

Comments
 (0)