Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
v8.17.0
8.17.0 (2024-02-22)
Features
- dispatch capabilties.changed event on partial update if own_capabilties are changed (#1230) (0b935a9)
Bug Fixes
- add missing in$ operator for teams filter in queryUsers (#1226) (3c2166c)
- markRead and markUnread can be called from server-side (#1228) (c477fef)
- segment ts issue (#1220) (e2c385c)
v8.16.0
8.16.0 (2024-02-05)
Features
Bug Fixes
- allow user_id in keystroke and stopTyping function (#1221) (c81586b)
v8.15.0
8.15.0 (2024-02-01)
Features
Bug Fixes
- missing types for datadog_info and blocklist type (33f09b9)
- prevent channel unread count reset to 0 when sending message and on new own or thread messages (#1210) (9cedf6f)
v8.14.5
8.14.5 (2024-01-09)
Bug Fixes
- deleteUsers - add pruning to options enums (#1206) (c9af1bb)
v8.14.4
8.14.4 (2023-11-29)
Bug Fixes
- add default contentType as multipart/form-data in sendFile (#1202) (64e2a2a)
v8.14.3
8.14.3 (2023-11-22)
Bug Fixes
- use postForm instead of post for sending files (#1199) (2b06ca4)
v8.14.2
8.14.2 (2023-11-16)
Bug Fixes
- reload channel state if frozen flag changed (#1196) (c88d941)