Skip to content

Commit

Permalink
[v4] Batch fixes (#28684)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Sep 30, 2021
1 parent b7d2943 commit 1b8852a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<h1 align="center">Material-UI</h1>

> MUI v5 is out! ✨ Check out the latest documentation [here](https://mui.com/).
<div align="center">

[React](https://reactjs.org/) components for faster and simpler web development. Build your own design system, or start with [Material Design](https://material.io/design/introduction/).
Expand All @@ -26,8 +28,6 @@

Material-UI is available as an [npm package](https://www.npmjs.com/package/@material-ui/core).

**[Stable channel v4](https://mui.com/)**

```sh
// with npm
npm install @material-ui/core
Expand All @@ -36,17 +36,7 @@ npm install @material-ui/core
yarn add @material-ui/core
```

⚠️ All ongoing work has moved to v5. The development of v4 is limited to important bug fixes, security patches and easing the upgrade path to v5.

**[Alpha channel v5](https://next.material-ui.com/)**

```sh
// with npm
npm install @material-ui/core@next

// with yarn
yarn add @material-ui/core@next
```
Head to the [v4 documentation](https://v4.mui.com/) for more details.

<details>
<summary>Older versions</summary>
Expand All @@ -56,8 +46,6 @@ yarn add @material-ui/core@next

</details>

Please note that `@next` will only point to pre-releases; to get the latest stable release use `@latest` instead.

## Who sponsors Material-UI?

### Diamond 💎
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/discover-more/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

<p class="description">Material-UI follows Semantic Versioning 2.0.0.</p>

All notable changes are described in the [CHANGELOG.md file](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md).
All notable changes are described in the [CHANGELOG.md file](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.old.md).

0 comments on commit 1b8852a

Please sign in to comment.