9.0.0 (2025-05-06)
⚠ BREAKING CHANGES
- Replacement of FormatMessageResponse with LocalMessage
type 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 to
UpdateChannelTypeRequest - type
ThreadResponseCustomDatahas been renamed toCustomThreadData - type
MarkAllReadOptionshas been deleted in favour of type
MarkChannelsReadOptions - type
QueryFilterno longer supports$neand$ninoperators - type
ChannelMembershiphas been deleted in favour of type
ChannelMemberResponse - 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 to UserResponse type (#1486) (2a57b7f)
- adjust ChannelResponse, ChannelData & PollResponse (#1493) (39091c7)
- adjust ErrorFromResponse error class (#1491) (ff32bd2)
- increase package.json[engines.node] version (6764bad)
- multiple module augmentation fails in Angular (#1488) (7f8a9a0)
- omit name from CustomChannelData for ChannelFilters (#1494) (d7030c2)
- qa: adjust Event & ChannelData types (#1524) (f1d73fd)
- remove message composer bugs (#1521) (8b324eb)
- replace StreamChatGenerics with module augmentation (#1458) (feb97da)
Features
- add missing configuration parameters for AttachmentManager and TextComposer (#1520) (44902e7)
- disable link previews in message composer (02cd9a8)
- improve MessageComposer ergonomics (2c0c639)
- make MessageComposer middleware executors public (9aae032)
- message composer (#1495) (0c07524), closes stream-chat-react#2669
- middleware handler API improvement (#1523) (9d8992d)