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] Update CHANGELOG.md #14516

Merged
merged 2 commits into from
Feb 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 4.0.0-alpha.0
###### *Feb 12, 2019*

This is our first unstable release towards Material-UI v4.0.0. We try to release a major every 6-12 months.
This is our first unstable release toward Material-UI v4.0.0. We try to release a major every 6-12 months.
This gives us the opportunity to remove deprecated APIs, upgrade our peer dependencies and more importantly, keep up with the direction the community is taking.

- You can find the documentation following this URL: https://next.material-ui.com/.
Expand Down Expand Up @@ -77,8 +77,8 @@ console.log({ background });
Remove the deprecated button flat, raised and fab variants:

```diff
-<Button variant="contained" />
+<Button variant="raised" />
-<Button variant="raised" />
+<Button variant="contained" />
```

```diff
Expand Down