Skip to content
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

v9.0.0 #1476

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

v9.0.0 #1476

wants to merge 15 commits into from

Conversation

arnautov-anton
Copy link
Contributor

No description provided.

arnautov-anton and others added 14 commits February 27, 2025 10:25
fix: `channel_role` has been removed from the type of the `members`
parameter of the `Channel.inviteMembers` method
fix: properties `created_by` and `created_by_id` have been added to
`ChannelData` and `ChannelQueryOptions` types

BREAKING CHANGE: dropped jsDelivr bundle (#1468)
BREAKING CHANGE: dropped `StreamChatGenerics`, use `Custom<Entity>Data` to extend your
types
BREAKING CHANGE: type `InviteOptions` has been renamed to `UpdateChannelOptions`
BREAKING CHANGE: type `UpdateChannelOptions` has been renamed to
`UpdateChannelTypeRequest`
BREAKING CHANGE: type `ThreadResponseCustomData` has been renamed to `CustomThreadData`
BREAKING CHANGE: type `MarkAllReadOptions` has been deleted in favour of type
`MarkChannelsReadOptions`
BREAKING CHANGE: type `QueryFilter` no longer supports `$ne` and `$nin` operators
BREAKING CHANGE: type `ChannelMembership` has been deleted in favour of type
`ChannelMemberResponse`
BREAKING CHANGE: function `formatMessage` (`utils.ts`) no longer returns `__html`
property in the formatted message output
## [9.0.0-rc.1](v8.57.1...v9.0.0-rc.1) (2025-02-27)

### ⚠ BREAKING CHANGES

* 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

* replace StreamChatGenerics with module augmentation ([#1458](#1458)) ([feb97da](feb97da))
## [9.0.0-rc.2](v9.0.0-rc.1...v9.0.0-rc.2) (2025-02-27)

### Bug Fixes

* increase package.json[engines.node] version ([6764bad](6764bad))
Copy link
Contributor

Size Change: -235 kB (-44.81%) 🎉

Total Size: 290 kB

Filename Size Change
dist/browser.es.js 0 B -115 kB (removed) 🏆
dist/browser.full-bundle.min.js 0 B -62.8 kB (removed) 🏆
dist/browser.js 0 B -116 kB (removed) 🏆
dist/index.es.js 0 B -115 kB (removed) 🏆
dist/index.js 0 B -116 kB (removed) 🏆
dist/cjs/index.browser.cjs 82.1 kB +82.1 kB (new file) 🆕
dist/cjs/index.node.cjs 126 kB +126 kB (new file) 🆕
dist/esm/index.js 81.8 kB +81.8 kB (new file) 🆕

compressed-size-action

## [9.0.0-rc.3](v9.0.0-rc.2...v9.0.0-rc.3) (2025-02-27)

### Bug Fixes

* export promoteChannel ([#1474](#1474)) ([f2ba914](f2ba914))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants