Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
v9.3.0
v9.2.0
9.2.0 (2025-05-27)
Bug Fixes
- add new poll option only when all of the current options are filled (#1532) (86cd646)
- allow to compose non-empty message from draft without local edits (#1533) (a704fc3)
- prevent empty poll options and questions in composition (#1541) (b2e2702)
- respect attachment upload config for files of type FileReference (#1545) (5f4b551)
- upsert attachmemts only when attachment exist and handle FileList for react native (#1539) (a7f0e02)
Features
- [MOD-513]: Soft/Hard Delete Messages on Ban (#1538) (5fff918)
- add toJSON to ErrorFromResponse class (#1540) (8f6948f), closes GetStream/chat#8211
- offline support v2 (#1543) (f84d0f3)
Refactors
v9.1.1
v9.1.0
v9.0.1
v9.0.0
9.0.0 (2025-05-06)
⚠ BREAKING CHANGES
- type
FormatMessageResponse
has been replaced withLocalMessage
type ErrorFromResponse
class constructor now requires second parameter (status
,response
and optionallycode
)- dropped jsDelivr bundle (#1468)
- dropped
StreamChatGenerics
, useCustom<Entity>Data
to extend your types - type
InviteOptions
has been renamed toUpdateChannelOptions
- type
UpdateChannelOptions
has been renamed toUpdateChannelTypeRequest
- type
ThreadResponseCustomData
has been renamed toCustomThreadData
- type
MarkAllReadOptions
has been deleted in favour of typeMarkChannelsReadOptions
- type
QueryFilter
no longer supports$ne
and$nin
operators - type
ChannelMembership
has been deleted in favour of typeChannelMemberResponse
- function
formatMessage
(utils.ts
) no longer returns__html
property in the formatted message output
Bug Fixes
- [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
- add
image
property toUserResponse
type (#1486) (2a57b7f) - adjust
ChannelResponse
,ChannelData
&PollResponse
(#1493) (39091c7) - adjust
ErrorFromResponse
error class (#1491) (ff32bd2) - increase
package.json#engines.node
version (6764bad) - omit name from
CustomChannelData
forChannelFilters
(#1494) (d7030c2) - adjust
Event
&ChannelData
types (#1524) (f1d73fd) - replace
StreamChatGenerics
with module augmentation (#1458) (feb97da)
Features
MessageComposer
class (#1495) (0c07524), closes stream-chat-react#2669