-
Notifications
You must be signed in to change notification settings - Fork 280
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
fix: MessageActions adjustments #2472
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-v11 #2472 +/- ##
============================================
Coverage 85.48% 85.49%
============================================
Files 393 395 +2
Lines 9122 9142 +20
Branches 2356 2360 +4
============================================
+ Hits 7798 7816 +18
- Misses 1122 1123 +1
- Partials 202 203 +1 ☔ View full report in Codecov by Sentry. |
64390eb
to
ca270b9
Compare
ca270b9
to
5561d3a
Compare
5561d3a
to
18c9b7a
Compare
## [11.23.9](v11.23.8...v11.23.9) (2024-09-04) ### Bug Fixes * MessageActions adjustments ([#2472](#2472)) ([fbd1b6f](fbd1b6f))
🎉 This PR is included in version 11.23.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [12.0.0-rc.11](v12.0.0-rc.10...v12.0.0-rc.11) (2024-09-04) ### ⚠ BREAKING CHANGES * ComponentContext no longer provides any defaults ### Bug Fixes * MessageActions adjustments ([#2472](#2472)) ([fbd1b6f](fbd1b6f)) * quote replies in threads ([#2487](#2487)) ([0e4a6f1](0e4a6f1)) ### Features * add ThreadList and ThreadProvider (Threads 2.0) ([#2407](#2407)) ([941707d](941707d)) ### Chores * **deps:** bump version of stream-chat in peerDeps ([#2481](#2481)) ([466385d](466385d))
🎉 This PR is included in version 12.0.0-rc.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
This change allows rendering
CustomMessageActionsList
component without having to provide emptycustomMessageActions
object.