Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 23, 2019
1 parent 89687f3 commit 505e275
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/guides/migration-v3/migration-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You need to update your `package.json` to use the latest version of Material-UI.

```json
"dependencies": {
"@material-ui/core": "^4.0.0-beta.0"
"@material-ui/core": "^4.0.0"
}
```

Expand All @@ -54,7 +54,7 @@ If you are previously using `@material-ui/styles` with v3 you need to update you

```json
"dependencies": {
"@material-ui/styles": "^4.0.0-beta.0"
"@material-ui/styles": "^4.0.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/workspace",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": true,
"author": "Material-UI Team",
"description": "Material-UI's workspace package",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/docs",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -31,13 +31,13 @@
"test": "exit 0"
},
"peerDependencies": {
"@material-ui/core": "^4.0.0-beta.0",
"@material-ui/core": "^4.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^4.0.0-beta.0",
"@material-ui/utils": "^4.0.0",
"clsx": "^1.0.2",
"marked": "^0.6.0",
"nprogress": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/icons",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.0-rc.0",
"@material-ui/core": "^4.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -33,13 +33,13 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.0-rc.0",
"@material-ui/core": "^4.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^4.0.0-rc.0",
"@material-ui/utils": "^4.0.0",
"clsx": "^1.0.2",
"keycode": "^2.1.9",
"prop-types": "^15.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@babel/runtime": "^7.2.0",
"@emotion/hash": "^0.7.1",
"@material-ui/types": "^4.0.0-rc.0",
"@material-ui/utils": "^4.0.0-rc.0",
"@material-ui/types": "^4.0.0",
"@material-ui/utils": "^4.0.0",
"clsx": "^1.0.2",
"deepmerge": "^3.0.0",
"hoist-non-react-statics": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/types",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Types - Utility types for Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/utils",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
Expand Down
10 changes: 5 additions & 5 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/styles": "^4.0.0-rc.0",
"@material-ui/system": "^4.0.0-rc.0",
"@material-ui/types": "^4.0.0-rc.0",
"@material-ui/utils": "^4.0.0-rc.0",
"@material-ui/styles": "^4.0.0",
"@material-ui/system": "^4.0.0",
"@material-ui/types": "^4.0.0",
"@material-ui/utils": "^4.0.0",
"@types/react-transition-group": "^2.0.16",
"clsx": "^1.0.2",
"convert-css-length": "^1.0.2",
Expand Down
9 changes: 9 additions & 0 deletions pages/blog/material-ui-v4-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,15 @@ So we will work on isolating the components from the styling solution. The new *
People should be able to use their preferred styling solution without paying the cost of two CSS-in-JS runtimes.
- **Accessibility.** While we try to fix all accessibility issues as they are reported by our users, we feel that we can do better. We want to run a professional ADA audit of all our components ♿️.

## Premium themes store ✨

How are we going to sustain this ambitious roadmap?
We will follow the Bootstrap model.
We are working on [a Premium themes store](https://themes.material-ui.com/).

We have built partnerships with the best theme authors of the ecosystem.
Within a few weeks, you should find a collection of the best Material-UI templates and themes 😍.

## Thank you

Finally, one last thank you to everyone who's contributed to Material-UI v4. 
Expand Down

0 comments on commit 505e275

Please sign in to comment.