Skip to content

[Grid] Migrate to emotion#24395

Merged
mnajdova merged 24 commits into
mui:nextfrom
mnajdova:feat/grid-migrate-to-emotion
Jan 15, 2021
Merged

[Grid] Migrate to emotion#24395
mnajdova merged 24 commits into
mui:nextfrom
mnajdova:feat/grid-migrate-to-emotion

Conversation

@mnajdova

Copy link
Copy Markdown
Member

@mui-pr-bot

mui-pr-bot commented Jan 13, 2021

Copy link
Copy Markdown

@material-ui/core: parsed: +0.33% , gzip: +0.34%
@material-ui/lab: parsed: +0.33% , gzip: +0.34%

Details of bundle changes

Generated by 🚫 dangerJS against eb4c9e1

Comment thread packages/material-ui/src/Grid/Grid.js Outdated
Comment thread docs/scripts/buildApi.ts Outdated
let className = ((member as babel.types.TSPropertySignature)
.key as babel.types.Identifier).name;

if(!className) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We need this change in order to support classess that are in kebab-case like grid-xs-auto for example

Comment thread packages/material-ui/src/Grid/Grid.test.js Outdated
@oliviertassinari oliviertassinari added the component: Grid The React component. label Jan 13, 2021
@mnajdova
mnajdova requested review from oliviertassinari and removed request for mbrookes and oliviertassinari January 14, 2021 06:12
) => {
const propFullNameSafe = propFullName || propName;

// eslint-disable-next-line react/forbid-foreign-prop-types

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@oliviertassinari oliviertassinari Jan 14, 2021

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Alright, anyway will fix it separately to keep this PR clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: Grid The React component.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants