-
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
chore(deps): bump @stream-io/stream-chat-css to v4-rc #2153
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feat/emoji-picker-delete #2153 +/- ##
==========================================================
Coverage 83.55% 83.55%
==========================================================
Files 302 302
Lines 6997 6997
Branches 1876 1987 +111
==========================================================
Hits 5846 5846
+ Misses 984 819 -165
- Partials 167 332 +165
☔ View full report in Codecov by Sentry. |
## [11.0.0-rc.3](v11.0.0-rc.2...v11.0.0-rc.3) (2023-11-02) ### Bug Fixes * prevent flashing EmptyStateIndicator in ChannelList before the first channels page is loaded ([#2150](#2150)) ([a2a9645](a2a9645)) ### Features * add commands translations ([#2149](#2149)) ([f55c86f](f55c86f)) ### Chores * **deps:** bump @stream-io/stream-chat-css to v4-rc ([#2153](#2153)) ([030688f](030688f))
cf92829
to
90a7ba0
Compare
b663c3f
to
5a7f201
Compare
90a7ba0
to
179326a
Compare
baaa900
to
8ae14da
Compare
8ae14da
to
c97663c
Compare
### 🎯 Goal This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
### 🎯 Goal This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
This PR bumps our CSS package to the latest RC version which separates `emoji-mart` related styling rules and `emoji-replacement` (styling rules for the `Chat.useImageFlagEmojisOnWindows` property) from the main `index.css` to reduce final bundle size for integrators who do not wish to use these stylesheets. Fixes: #2116 NOTE: This PR is part of the `v11` release, it should should be merged only after `v4` of `stream-chat-css` lands.
🎯 Goal
This PR bumps our CSS package to the latest RC version which separates
emoji-mart
related styling rules andemoji-replacement
(styling rules for theChat.useImageFlagEmojisOnWindows
property) from the mainindex.css
to reduce final bundle size for integrators who do not wish to use these stylesheets.Fixes: #2116
NOTE: This PR is part of the
v11
release, it should should be merged only afterv4
ofstream-chat-css
lands.