yarn stream-chat 9.0.0
v9.0.0

latest releases: 9.27.2, 9.27.1, 9.27.0...
7 months ago

9.0.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Replacement of FormatMessageResponse with LocalMessage
    type
  • ErrorFromResponse class constructor now requires
    second parameter (status, response and optionally code)
  • 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

  • [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

Don't miss a new stream-chat release

NewReleases is sending notifications on new releases.