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

[v3.4.3] (Mar 24 2023) #451

Merged
merged 1 commit into from
Mar 24, 2023
Merged

[v3.4.3] (Mar 24 2023) #451

merged 1 commit into from
Mar 24, 2023

Conversation

sravan-s
Copy link
Contributor

@sravan-s sravan-s commented Mar 24, 2023

Features:

  • Add rollup-plugin-size-snapshot for bundle-size Run rollup-plugin-size-snapshot on build, we will check bundle size before every release
  • Move old samples to use vite React team these days are using vite for their samples, CRA is discourged
  • Run code coverage on commenting ./coverage Check code coverage on PR comment
  • Add prop to disable Channel & Thread inputs Add prop: disabled?: false for Channel & Thread MessageInputWrapper
  • Replace renderToString(react-dom) with custom fn Replace renderToString from react-dom/server with custom function This function was creating issue in customers with cra@4 & react@17

Fixes:

  • Replace outdated CSS rules justify-content: start; and height: fill-available;
  • Menu position in tight screens

@sravan-s sravan-s self-assigned this Mar 24, 2023
@sravan-s sravan-s requested a review from HoonBaek March 24, 2023 07:51
package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.4.2",
"version": "3.4.3-rc.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove rc before release

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do ~

Features:
* Add rollup-plugin-size-snapshot for bundle-size
  Run rollup-plugin-size-snapshot on build,
  we will check bundle size before every release
* Move old samples to use vite
  React team these days are using vite for their samples,
  CRA is discourged
* Run code coverage on commenting `./coverage`
  Check code coverage on PR comment
* Add prop to disable Channel & Thread inputs
  Add prop: `disabled?: false` for Channel & Thread MessageInputWrapper
* Replace renderToString(react-dom) with custom fn
  Replace renderToString from react-dom/server with custom function
  This function was creating issue in customers with cra@4 & react@17

Fixes:
* Replace outdated CSS rules
  `justify-content: start;` and  `height: fill-available;`
* Menu position in tight screens
  * Condition where some menus get clipped in left side:
    * Usually user profile in channel moderation
  * Context menu of last item in channel gets clipped in the bottom
@sravan-s sravan-s merged commit 1e79a41 into main Mar 24, 2023
@sravan-s sravan-s deleted the release/v3.4.3 branch March 24, 2023 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants