Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Upgrade to @material-ui/core - 1.0.0-rc.1 #213

Merged
merged 2 commits into from
May 17, 2018

Conversation

sulfurious
Copy link
Contributor

Upgrade to material-ui-next rc

  • Update package.json: material-ui to @ material-ui/core
  • Update ChipInput imports
  • Update test imports
  • Update snapshot
  • Update story imports

https://github.com/mui-org/material-ui/releases/tag/v1.0.0-rc.1

screen shot 2018-05-16 at 1 41 35 pm

@coveralls
Copy link

coveralls commented May 16, 2018

Coverage Status

Coverage remained the same at 76.471% when pulling 04b4313 on sulfurious:next into 1f90868 on TeamWertarbyte:next.

@leMaik
Copy link
Member

leMaik commented May 17, 2018

@sulfurious Wow, this is a great first contribution to this project, thank you very much! 🎉

Copy link
Member

@leMaik leMaik left a comment

Choose a reason for hiding this comment

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

Please update React, then it's 💯

@@ -52,14 +53,13 @@
"enzyme-to-json": "^3.2.2",
"gh-pages": "^1.0.0",
"jest": "^21.2.1",
"material-ui": "^1.0.0-beta.30",
"react": "^16.1.1",
Copy link
Member

Choose a reason for hiding this comment

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

React (and ReactDOM) should be updated to ^16.3.0, since Material-UI requires at least 16.3.0 as of rc.0

"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-test-renderer": "^16.2.0",
"standard": "^10.0.2"
},
"peerDependencies": {
"material-ui": "^1.0.0-beta.30",
"@material-ui/core": "^1.0.0-rc.1",
"react": "^16.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

See above.

import { green } from 'material-ui/colors'
import Avatar from '@material-ui/core/Avatar'
import Chip from '@material-ui/core/Chip'
// import AutoComplete from '@material-ui/core/AutoComplete'
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove this line. AutoComplete will never be in @material-ui/core 😢

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @leMaik I'll take care of the AutoComplete references and the React 16.3 requirement today

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@leMaik nm - you already took care of that :-)

Copy link
Member

Choose a reason for hiding this comment

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

Indeed, I just couldn't wait. 😄

@leMaik leMaik added the v1 label May 17, 2018
@leMaik leMaik merged commit eab9f80 into TeamWertarbyte:next May 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants