Highlights
- Arctic Code Vault Contributor
Pinned
1,003 contributions in the last year
Activity overview
Contributed to
mui-org/material-ui,
microsoft/fluentui,
microsoft/fluent-ui-react
and 5 other
repositories
Contribution activity
February 2021
mnajdova has no activity
yet for this period.
January 2021
Created 34 commits in 2 repositories
Created 1 repository
- mnajdova/material-ui-x TypeScript
Created a pull request in mui-org/material-ui that received 15 comments
[Typography] Add system props
BREAKING CHANGES
The following classes and style overrides keys were removed: "colorInherit", "colorPrimary", "colorSecondary", "colorTextPrimary",…
+236
−408
•
15
comments
Opened 30 other pull requests in 3 repositories
mui-org/material-ui
27
merged
1
closed
- [styled-engine] Fix GlobalStyles not to throw when no theme is available
- [tests] Skip JSDOM in style related conformance tests
- [TextField] Migrate FilledInput to emotion
- [Hidden] Fix unsupported props warning when sx prop is used
- [Card] Fix CardActions wrong classes export name
- [core] Improve pseudo classes overrides error
- [styled-engine] Move @emotion/styled to dependencies
- [docs] Improve system properties page
- [test] Fix AvatarGroup failing test
- [core] Fix styleProps to always contain all props
- [docs] Mention the system props when available in the API pages
- [Grid] Add system props
- [examples] Update examples to use StyledEngineProvider
- [Box] Add back system props
- [test] Split tests in describeConformanceV5 to isolate them
- [core] Pass styleProps on all slots in the styled() components
- [core] Do not forward classes prop by default in experimentalStyled
- [styled-engine] Rename StylesProvider to StyledEngineProvider
- [utils] Fix requirePropFactory to merge validators
- v5.0.0-alpha.23
- [Button][Badge] Support custom colors and sizes
- [Badge] Fix TS custom variants
- [CHANGELOG] Prepare v5.0.0-alpha.23
- [Grid] Migrate to emotion
- [website] Add 'Support the project' section
- Some pull requests not shown.
mui-org/material-ui-x
1
merged
mnajdova/material-ui
1
merged
Reviewed 91 pull requests in 2 repositories
mui-org/material-ui 90 pull requests
- [Skeleton] Migrate to emotion
- [Table] Migrate TableRow to emotion
- [test] Conformance to handle wrapped elements
- [ToggleButton] Migrate to emotion
- [Step] Migrate to emotion
- [Chip] Migrate to emotion
- [examples] Update examples to use StyledEngineProvider
- [Dialog] Migrate DialogContent to emotion
- [TextField] Migrate FormHelperText to emotion
- [Tab] Migrate TabScrollButton to emotion
- [TextField] Migrate FormControl to emotion
- [TextField] Migrate FormLabel and InputLabel to emotion
- [Table] Migrate TableContainer to emotion
- [Table] Migrate TableBody to emotion
- [Table] Migrate to emotion
- [List] Migrate ListItemAvatar to emotion
- [Tabs] Migrate Tab to emotion
- [TextField] Migrate Input component to emotion
- [ImageList] Migrate ImageListItemBar to emotion
- [CircularProgress] Migrate to emotion
- [List] Migrate ListItemIcon to emotion
- [Card] Migrate CardActionArea to emotion
- [Menu] Migrate MenuItem to emotion
- [TextField] Migrate FilledInput to emotion
- [Fab] Migrate to emotion
- Some pull request reviews not shown.
mui-org/material-ui-x 1 pull request
Created an issue in mui-org/material-ui that received 33 comments
Migrate all core components to emotion
As decided in #22342 we need to migrate all the components to the @mateiral-ui/styled-engine (emotion by default) API. We've already converted a do…
•
33
comments