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

[docs] Add keyframes in the v3 -> v4 upgrade guide #15039

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

oliviertassinari
Copy link
Member

It's related to #14763.

Bonus, I have incorporated a few small changes.

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Mar 24, 2019
@@ -29,7 +29,7 @@ function SwipeableTemporaryDrawer() {
});

const toggleDrawer = (side, open) => event => {
if (event.type === 'keydown' && (event.key === 'Tab' || event.key === 'Shift')) {
if (event && event.type === 'keydown' && (event.key === 'Tab' || event.key === 'Shift')) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Broken swipe demo

@@ -8,7 +8,7 @@ Feel free to submit a pull request to add more projects; we will accept them if

## Design resources

- [Figma UI Kit](https://dribbble.com/shots/6164699-Material-UI-React-components-in-Figma-Free-Download#shot-description) for Material-UI.
- [Figma UI Kit](https://material.5ly.co/) for Material-UI.
Copy link
Member Author

Choose a reason for hiding this comment

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

Official link

@@ -40,7 +40,7 @@ class MyDocument extends Document {
}

return (
<html lang="en" dir="ltr">
<html lang={userLanguage} dir="ltr">
Copy link
Member Author

Choose a reason for hiding this comment

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

Oops.

@oliviertassinari oliviertassinari force-pushed the docs-break-change branch 2 times, most recently from cf61a58 to 9951759 Compare March 24, 2019 19:20
@@ -326,6 +326,11 @@ const Button = styled(styles, { name: 'button' })(ButtonBase);
const Button = withStyles(styles, { name: 'button' })(ButtonBase);
```

## CSS prefixes
Copy link
Member Author

Choose a reason for hiding this comment

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

To clear people mind.

@mui-pr-bot
Copy link

No bundle size changes comparing ae31efe...d470ba0

Generated by 🚫 dangerJS against d470ba0

@oliviertassinari oliviertassinari merged commit e807ba6 into mui:next Mar 25, 2019
@oliviertassinari oliviertassinari deleted the docs-break-change branch March 25, 2019 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants