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

build(deps): bump stream-chat-react from 11.23.10 to 12.0.0 in /client #57

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps stream-chat-react from 11.23.10 to 12.0.0.

Release notes

Sourced from stream-chat-react's releases.

v12.0.0

12.0.0 (2024-09-17)

⚠ BREAKING CHANGES

    • own user will not anymore be filtered out of the selection list of users to mention if mentionAllAppUsers is enabled on MessageInput
    • removes the following variables from MessageContext: isReactionEnabled, onReactionListClick, showDetailedReactions, reactionSelectorRef
  • removes prop messageWrapperRef from MessageOptions and MessageActions props.
  • ComponentContext no longer provides any defaults
  • removed Thread prop fullWidth, removed class str-chat__thread--full
  • removed Window prop hideOnThread, replaced class str-chat__main-panel--hideOnThread with str-chat__main-panel--thread-open
  • MP3 audio encoder has to be explicitly imported and used as a plugin for audio recordings. The default audio recording format is audio/wav.
  • @​breezystack/lamejs became a peer dependency and has to be installed by the integrator so that the MP3 audio encoder can work properly.
  • Removed fileOrder, imageOrder, fileUploads, imageUploads, uploadFile, uploadImage, removeFile, removeImage from the MessageInputContext. Use attachments, uploadAttachment, uploadNewFiles, upsertAttachments, removeAttachments instead.
  • Removed default values for timestamp formatting props like calendar or format for DateSeparator, EventComponent, MessageTimestamp. The formatting configuration now entirely relies on i18n translations.
  • The VirtualizedMessageList does not provide default Footer component
  • The VirtualizedMessageList markup has changed as TypingIndicator is rendered as a child of MessageListMainPanel
  • stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
  • theme v1 related markup and classNames have been removed
  • themeVersion property has been removed from ChatContext

Bug Fixes

  • add theme to ChatView component (#2494) (d477072)
  • address the circular dependencies among TranslationContext and Streami18n (#2483) (b91fd9a)
  • change platform for CJS bundle from node to browser (#2454) (4bc2d35)
  • do not rerender on client options update (#2465) (3899352)
  • export typeVersions correctly for emojis and mp3-encoder (#2449) (17218db)
  • extract MP3 encoder plugin (#2447) (625196f)
  • provide both browser and node cjs bundles (#2457) (273ea2a)
  • quote replies in threads (#2487) (0e4a6f1)
  • remove the use of deprecated query operator $ne (#2504) (09614f6)
  • render typing indicator outside the VirtualizedMessageList scroll container (#2406) (d9442d2)
  • reuse useChannelPreviewInfo for ThreadListItemUI (#2508) (4bb5b7c)
  • update ChannelHeader and ChannelPreview titles and images on channel.updated (#2500) (f32fbb6)

Features

... (truncated)

Changelog

Sourced from stream-chat-react's changelog.

12.0.0 (2024-09-17)

⚠ BREAKING CHANGES

    • own user will not anymore be filtered out of the selection list of users to mention if mentionAllAppUsers is enabled on MessageInput
    • removes the following variables from MessageContext: isReactionEnabled, onReactionListClick, showDetailedReactions, reactionSelectorRef
  • removes prop messageWrapperRef from MessageOptions and MessageActions props.
  • ComponentContext no longer provides any defaults
  • removed Thread prop fullWidth, removed class str-chat__thread--full
  • removed Window prop hideOnThread, replaced class str-chat__main-panel--hideOnThread with str-chat__main-panel--thread-open
  • MP3 audio encoder has to be explicitly imported and used as a plugin for audio recordings. The default audio recording format is audio/wav.
  • @​breezystack/lamejs became a peer dependency and has to be installed by the integrator so that the MP3 audio encoder can work properly.
  • Removed fileOrder, imageOrder, fileUploads, imageUploads, uploadFile, uploadImage, removeFile, removeImage from the MessageInputContext. Use attachments, uploadAttachment, uploadNewFiles, upsertAttachments, removeAttachments instead.
  • Removed default values for timestamp formatting props like calendar or format for DateSeparator, EventComponent, MessageTimestamp. The formatting configuration now entirely relies on i18n translations.
  • The VirtualizedMessageList does not provide default Footer component
  • The VirtualizedMessageList markup has changed as TypingIndicator is rendered as a child of MessageListMainPanel
  • stylesheet import path changed & v1 stylesheet has been dropped, see release guide for more information
  • theme v1 related markup and classNames have been removed
  • themeVersion property has been removed from ChatContext

Bug Fixes

  • add theme to ChatView component (#2494) (d477072)
  • address the circular dependencies among TranslationContext and Streami18n (#2483) (b91fd9a)
  • change platform for CJS bundle from node to browser (#2454) (4bc2d35)
  • do not rerender on client options update (#2465) (3899352)
  • export typeVersions correctly for emojis and mp3-encoder (#2449) (17218db)
  • extract MP3 encoder plugin (#2447) (625196f)
  • provide both browser and node cjs bundles (#2457) (273ea2a)
  • quote replies in threads (#2487) (0e4a6f1)
  • remove the use of deprecated query operator $ne (#2504) (09614f6)
  • render typing indicator outside the VirtualizedMessageList scroll container (#2406) (d9442d2)
  • reuse useChannelPreviewInfo for ThreadListItemUI (#2508) (4bb5b7c)
  • update ChannelHeader and ChannelPreview titles and images on channel.updated (#2500) (f32fbb6)

Features

... (truncated)

Commits
  • 3f2fa13 chore(release): 12.0.0 [skip ci]
  • 5cc7a09 chore(deps): bump stream-chat to version 8.40.8 (#2510)
  • 569481d chore: make branch release-v12 the latest (#2506)
  • 3e916ea Merge remote-tracking branch 'origin/master'
  • 9580a3f chore(deps): bump @​stream-io/stream-chat-css to version 5.0.0
  • 4bb5b7c fix: reuse useChannelPreviewInfo for ThreadListItemUI (#2508)
  • d74da70 docs: clarify reason to opt into mp3 encoding with audio recorder (#2505)
  • b309e1a chore(release): 12.0.0-rc.15 [skip ci]
  • d3bb0f2 Merge branch 'release-v11'
  • 09614f6 fix: remove the use of deprecated query operator $ne (#2504)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stream-chat-react](https://github.com/GetStream/stream-chat-react) from 11.23.10 to 12.0.0.
- [Release notes](https://github.com/GetStream/stream-chat-react/releases)
- [Changelog](https://github.com/GetStream/stream-chat-react/blob/master/CHANGELOG.md)
- [Commits](GetStream/stream-chat-react@v11.23.10...v12.0.0)

---
updated-dependencies:
- dependency-name: stream-chat-react
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 17, 2024
Copy link

vercel bot commented Sep 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-book ❌ Failed (Inspect) Sep 18, 2024 3:59am

@warmachine028 warmachine028 merged commit 72becc2 into main Sep 18, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/stream-chat-react-12.0.0 branch September 18, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant