Releases: GetStream/stream-chat-js
Releases · GetStream/stream-chat-js
v9.14.0
9.14.0 (2025-08-01)
Bug Fixes
- consider locally filtered messages in message pagination params calculation (#1595) (b2c01e8)
- keep pinned message data upon message editing (#1590) (3bcfc28)
Features
- add attachment manager middleware for pre-upload and post-upload events (#1588) (a8b0497)
Chores
v9.13.0
9.13.0 (2025-07-30)
Bug Fixes
- set loading state to [secure] when query channel errors out (#1585) (11c18f5), closes #1584
Features
v9.11.0
9.11.0 (2025-07-11)
Bug Fixes
- add duration field to the local attachment if its available (#1581) (00e6fe5)
- add push v3 params to channel apis (#1580) (56cabda)
Features
v9.10.1
9.10.1 (2025-07-08)
Bug Fixes
- allow the composition of unchanged edited message (#1578) (6aec136)
- query reminders filter key and add channel to the reminder response (#1575) (0b9be45)
v9.9.0
9.9.0 (2025-06-24)
Bug Fixes
- properly delete drafts with quoted messages (#1573) (8c65058)
Features
- [CHA-769] add live locations sdk js support (#1500) (7dcf10d)
v9.8.0
9.8.0 (2025-06-19)
Bug Fixes
- allow to nullify reminder's remind_at value (#1569) (c1c6cf4)
- propagate stopTimerRefreshBoundaryMs to all reminder timers on ReminderManager config update (#1568) (944d1c2)
- run onChange middleware on TextComposer.insertText (#1570) (3768007)
Features
Refactors
- protect ReminderPaginator filters and sort properties (#1567) (1a3f4c4)
v9.7.0
9.7.0 (2025-06-18)
Bug Fixes
- separate draft event subscriptions and make it a public api (#1565) (94a9295)
Features
v9.6.1
9.6.1 (2025-06-13)
Bug Fixes
- use ref counting in WithSubscriptions abstract (#1563) (f31595b)