Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
v9.0.1
v9.0.0
9.0.0 (2025-05-06)
⚠ BREAKING CHANGES
- type
FormatMessageResponsehas been replaced withLocalMessagetype ErrorFromResponseclass constructor now requires second parameter (status,responseand optionallycode)- dropped jsDelivr bundle (#1468)
- dropped
StreamChatGenerics, useCustom<Entity>Datato extend your types - type
InviteOptionshas been renamed toUpdateChannelOptions - type
UpdateChannelOptionshas been renamed toUpdateChannelTypeRequest - type
ThreadResponseCustomDatahas been renamed toCustomThreadData - type
MarkAllReadOptionshas been deleted in favour of typeMarkChannelsReadOptions - type
QueryFilterno longer supports$neand$ninoperators - type
ChannelMembershiphas been deleted in favour of typeChannelMemberResponse - function
formatMessage(utils.ts) no longer returns__htmlproperty in the formatted message output
Bug Fixes
- [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
- add
imageproperty toUserResponsetype (#1486) (2a57b7f) - adjust
ChannelResponse,ChannelData&PollResponse(#1493) (39091c7) - adjust
ErrorFromResponseerror class (#1491) (ff32bd2) - increase
package.json#engines.nodeversion (6764bad) - omit name from
CustomChannelDataforChannelFilters(#1494) (d7030c2) - adjust
Event&ChannelDatatypes (#1524) (f1d73fd) - replace
StreamChatGenericswith module augmentation (#1458) (feb97da)
Features
MessageComposerclass (#1495) (0c07524), closes stream-chat-react#2669
v9.0.0-rc.16
v9.0.0-rc.15
v9.0.0-rc.14
v9.0.0-rc.13
v9.0.0-rc.12
9.0.0-rc.12 (2025-04-28)
Features
v9.0.0-rc.11
9.0.0-rc.11 (2025-04-28)
⚠ BREAKING CHANGES
- Replacement of FormatMessageResponse with LocalMessage
type
Bug Fixes
- [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
- [REACT-350] make archived_at & pinned_at nullable (#1515) (318825a)
- [REACT-353] unify pinned_at & archived_at nullish values (#1516) (a840226), closes #1515
Features
v8.60.0
v9.0.0-rc.10
9.0.0-rc.10 (2025-04-09)
Bug Fixes
- [CHA-826] normalize queryDrafts sort (#1509) (6df96c3)
- add event fields on creating campaign (#1512) (6c76d6d)
Features
- [CHA-660] - Team based roles (#1499) (dd62cff)
- add show_channels flag to campaigns (#1513) (5344d2c)
- user profile check endpoint (#1503) (8114c22)