Skip to content

fix: remove message composer bugs #1521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 2, 2025
Merged

Conversation

MartinCupela
Copy link
Contributor

Goal

Resolve the last bugs before releasing the MessageComposer feature

Copy link
Contributor

github-actions bot commented May 2, 2025

Size Change: +1.6 kB (+0.43%)

Total Size: 377 kB

Filename Size Change
dist/cjs/index.browser.cjs 107 kB +527 B (+0.5%)
dist/cjs/index.node.cjs 151 kB +586 B (+0.39%)
dist/esm/index.js 120 kB +489 B (+0.41%)

compressed-size-action

@MartinCupela MartinCupela force-pushed the fix/message-composer-bugs branch from abe8fd1 to 3a07006 Compare May 2, 2025 06:14
khushal87
khushal87 previously approved these changes May 2, 2025
@khushal87 khushal87 dismissed their stale review May 2, 2025 09:42

Only approved it for the text composer changes

@MartinCupela MartinCupela merged commit 8b324eb into rc May 2, 2025
4 checks passed
@MartinCupela MartinCupela deleted the fix/message-composer-bugs branch May 2, 2025 10:00
github-actions bot pushed a commit that referenced this pull request May 2, 2025
## [9.0.0-rc.16](v9.0.0-rc.15...v9.0.0-rc.16) (2025-05-02)

### Bug Fixes

* remove message composer bugs ([#1521](#1521)) ([8b324eb](8b324eb))
@stream-ci-bot
Copy link

🎉 This PR is included in version 9.0.0-rc.16 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request May 6, 2025
## [9.0.0](v8.60.0...v9.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](#1519)) ([16cd81a](16cd81a))
* add image property to UserResponse type ([#1486](#1486)) ([2a57b7f](2a57b7f))
* adjust ChannelResponse, ChannelData & PollResponse ([#1493](#1493)) ([39091c7](39091c7))
* adjust ErrorFromResponse error class ([#1491](#1491)) ([ff32bd2](ff32bd2))
* increase package.json[engines.node] version ([6764bad](6764bad))
* multiple module augmentation fails in Angular ([#1488](#1488)) ([7f8a9a0](7f8a9a0))
* omit name from CustomChannelData for ChannelFilters ([#1494](#1494)) ([d7030c2](d7030c2))
* **qa:** adjust Event & ChannelData types ([#1524](#1524)) ([f1d73fd](f1d73fd))
* remove message composer bugs ([#1521](#1521)) ([8b324eb](8b324eb))
* replace StreamChatGenerics with module augmentation ([#1458](#1458)) ([feb97da](feb97da))

### Features

* add missing configuration parameters for AttachmentManager and TextComposer ([#1520](#1520)) ([44902e7](44902e7))
* disable link previews in message composer ([02cd9a8](02cd9a8))
* improve MessageComposer ergonomics ([2c0c639](2c0c639))
* make MessageComposer middleware executors public ([9aae032](9aae032))
* message composer ([#1495](#1495)) ([0c07524](0c07524)), closes [stream-chat-react#2669](GetStream/stream-chat-react#2669)
* middleware handler API improvement ([#1523](#1523)) ([9d8992d](9d8992d))
@stream-ci-bot
Copy link

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants