-
Notifications
You must be signed in to change notification settings - Fork 292
v9.4.2 #1726
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.4.2 #1726
Conversation
MartinCupela
commented
Aug 29, 2022
- fix: include mdast-util-find-and-replace into our CJS bundle (fix: include mdast-util-find-and-replace into our CJS bundle #1702)
- fix: replace FileReader with URL.createObjectURL (fix: replace FileReader with URL.createObjectURL #1701)
- feat: increase and support overriding jump to message limit (feat: increase and support overriding jump to message limit #1718)
- fix: prevent double submissions in korean (fix: prevent double submissions in korean #1720)
- chore(deps): bump @stream-io/stream-chat-css from 2.10.1 to 2.11.0
- fix(Vite): add emoji-mart (emoji, picker) re-export (fix(Vite): add emoji-mart (emoji, picker) re-export #1724)
Our recent upgrade of `mdast-util-find-and-replace` in #1698 broke our CommonJS bundle. The `mdast-util-find-and-replace` package is now bundled within our CJS bundle. This will eliminate the conflict between ESM and CJS modules in NodeJS. As part of this change, a very naive smoke test is introduced aiming for earlier detection of such incompatibilities.
* fix(Vite): add emoji-mart (emoji, picker) re-export * test(MessageInput): remove unused React.Suspense mock
|
Size Change: -736 B (0%) Total Size: 1.5 MB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## master #1726 +/- ##
==========================================
- Coverage 79.70% 79.63% -0.07%
==========================================
Files 229 231 +2
Lines 5803 5795 -8
Branches 1713 1643 -70
==========================================
- Hits 4625 4615 -10
- Misses 1031 1039 +8
+ Partials 147 141 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
🎉 This PR is included in version 9.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 10.0.0-theming-v2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |