-
Notifications
You must be signed in to change notification settings - Fork 278
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
feat(renderText): allow custom remark and rehype plugin composition #2142
feat(renderText): allow custom remark and rehype plugin composition #2142
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2142 +/- ##
==========================================
+ Coverage 83.58% 83.62% +0.04%
==========================================
Files 300 307 +7
Lines 7067 7085 +18
Branches 1895 1898 +3
==========================================
+ Hits 5907 5925 +18
Misses 998 998
Partials 162 162
☔ View full report in Codecov by Sentry. |
Size Change: +3.65 kB (0%) Total Size: 1.9 MB
ℹ️ View Unchanged
|
…-plugin-composition' into feat/allow-custom-react-markdown-plugin-composition
…-plugin-composition' into feat/allow-custom-react-markdown-plugin-composition
🎉 This PR is included in version 10.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [11.0.0-rc.2](v11.0.0-rc.1...v11.0.0-rc.2) (2023-10-27) ### Bug Fixes * **emoji-mart:** simplify EmojiPicker & EmojiIndex integration ([#2117](#2117)) ([60c24b8](60c24b8)) ### Features * **renderText:** allow custom remark and rehype plugin composition ([#2142](#2142)) ([4a25912](4a25912)) * **VirtualizedMessageList:** allow to merge custom virtuoso components with the SDK defaults ([#2140](#2140)) ([6ea9ff0](6ea9ff0)) ### BREAKING CHANGES * **emoji-mart:** `EmojiPicker` and `EmojiIndex` have changed, see release guides in #2117 for more information
🎉 This PR is included in version 11.0.0-rc.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
Add optional parameters to
renderText()
to enable configuration of rehype and remark plugins used to transform message.text into React elements.