Skip to content

Commit

Permalink
update all the links to the new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 16, 2021
1 parent b6177af commit b7d2943
Show file tree
Hide file tree
Showing 340 changed files with 994 additions and 994 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/1.bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ labels: 'status: needs triage'
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant (which it most likely is).
You should use the official codesandbox template as a starting point: https://material-ui.com/r/issue-template-next
You should use the official codesandbox template as a starting point: https://mui.com/r/issue-template-next
If you have an issue concerning TypeScript please start from this TypeScript playground: https://material-ui.com/r/ts-issue-template
If you have an issue concerning TypeScript please start from this TypeScript playground: https://mui.com/r/ts-issue-template
Issues without some form of live example have a longer response time.
-->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false # force the usage of a template
contact_links:
- name: Support ❔
url: https://material-ui.com/getting-started/support/
url: https://mui.com/getting-started/support/
about: I need support with Material-UI.
2 changes: 1 addition & 1 deletion .github/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ supportComment: |
We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.
For support, please check out https://material-ui.com/getting-started/support/. Thanks!
For support, please check out https://mui.com/getting-started/support/. Thanks!
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
Expand Down
48 changes: 24 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### [Versions](https://material-ui.com/versions/)
### [Versions](https://mui.com/versions/)

## 4.12.3

Expand Down Expand Up @@ -438,7 +438,7 @@ Big thanks to the 19 contributors who made this release possible. Here are some
- Minify error messages in production (#21214) @eps1lon.

Using the [React error decoder](https://reactjs.org/docs/error-decoder.html/) as inspiration, the exceptions thrown by Material-UI in production are now minified.
You will be redirected to the documentation to [decode the error](https://material-ui.com/production-error/?code=4&args%5B%5D=500).
You will be redirected to the documentation to [decode the error](https://mui.com/production-error/?code=4&args%5B%5D=500).

### `@material-ui/core@v4.10.2`

Expand Down Expand Up @@ -2167,7 +2167,7 @@ Here are some highlights ✨:

- 🔍 Introduce a new Autocomplete component in the lab to support the autocomplete, combobox and multi-select use cases (#17037) @dreamsinspace.

This [new component](https://material-ui.com/components/autocomplete/) will replace the [third-party integration examples](https://material-ui.com/components/integrated-autocomplete/) once it graduates from the lab to the core.
This [new component](https://mui.com/components/autocomplete/) will replace the [third-party integration examples](https://mui.com/components/integrated-autocomplete/) once it graduates from the lab to the core.
It was one of the [most requested features](https://twitter.com/MaterialUI/status/1148901411180163073) (by number of 👍 on the corresponding issue).

- 📚 Show the JSX by default for small examples (#17831) @mbrookes.
Expand Down Expand Up @@ -2286,10 +2286,10 @@ Here are some highlights ✨:

This change removes the need to install the `@material-ui/styles` package directly.
It prevents the duplication of `@material-ui/styles` in bundles and avoids confusion.
You can [learn more about the difference](https://material-ui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
You can [learn more about the difference](https://mui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
- ♿️ Improve the accessibility of the table and select components (#17696, #17773) @adeelibr, @eps1lon.
- 📊 Launch a [developer survey](https://www.surveymonkey.com/r/5XHDL76) as a precursor to a major DatePicker enhancement effort.
- 💄 Add support for different [slider track mode](https://material-ui.com/components/slider/#track) (#17714) @slipmat.
- 💄 Add support for different [slider track mode](https://mui.com/components/slider/#track) (#17714) @slipmat.
- And many more 🐛 bug fixes and 📚 improvements.

### `@material-ui/core@v4.5.1`
Expand Down Expand Up @@ -2684,7 +2684,7 @@ Big thanks to the 22 contributors who made this release possible!

Here are some highlights ✨:

- 🔍 Introduce a [material icons search](https://material-ui.com/components/material-icons/) (#16956).
- 🔍 Introduce a [material icons search](https://mui.com/components/material-icons/) (#16956).
- And many more 🐛 bug fixes and 📚 improvements.

### `@material-ui/core@v4.3.3`
Expand Down Expand Up @@ -2835,10 +2835,10 @@ Here are some highlights ✨:

This is a first step toward a feature rich tree view component.
We will keep iterate on it to add customization demos, filter, drag and drop, and checkboxes.
You can find the documentation under [this URL](https://material-ui.com/components/tree-view/).
You can find the documentation under [this URL](https://mui.com/components/tree-view/).
- 💄 Support vertical tabs (#16628) @josephpung.

You can learn more about it following [this URL](https://material-ui.com/components/tabs/#vertical-tabs).
You can learn more about it following [this URL](https://mui.com/components/tabs/#vertical-tabs).
- 📚 Remove the prop-types from TypeScript demos (#16521) @merceyz.

The runtime prop-types are often redundant with the static type checks.
Expand All @@ -2864,7 +2864,7 @@ Here are some highlights ✨:

- 💄 Support small switch (#16620) @darkowic.

You can learn more about it following [this URL](https://material-ui.com/components/switches/#sizes).
You can learn more about it following [this URL](https://mui.com/components/switches/#sizes).
- And many more 🐛 bug fixes and 📚 improvements.

### `@material-ui/core@v4.3.0`
Expand Down Expand Up @@ -3786,7 +3786,7 @@ We will focus or effort on the stability of the library for the next two weeks.
We don't plan more breaking changes, at the exception of changes that are required to fix bugs or that have minor impacts.
We hope we can release v4 on May 15th, one year after v1.

Please try the beta out! You can find an [upgrade guide](https://material-ui.com/guides/migration-v3/) to ease the transition.
Please try the beta out! You can find an [upgrade guide](https://mui.com/guides/migration-v3/) to ease the transition.
You will learn more about v4 in the final release blog post and our plans for the future.

### `@material-ui/core@v4.0.0-beta.0`
Expand Down Expand Up @@ -3920,7 +3920,7 @@ Here are the last breaking changes we want to introduce:

We have done a lot of changes in the alpha phase.
The beta phase will be used to stabilize the library, we might have introduced bugs.
We will encourage people to try the beta out. We hope the migration will be smooth [with the upgrade guide](https://material-ui.com/guides/migration-v3/).
We will encourage people to try the beta out. We hope the migration will be smooth [with the upgrade guide](https://mui.com/guides/migration-v3/).

We hope 2-3 weeks of beta will be enough. We plan on releasing v4 stable in May.

Expand Down Expand Up @@ -4774,7 +4774,7 @@ Remove the first option argument of `withTheme()`. The first argument was a plac
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://material-ui.com/.
- You can find the documentation following this URL: https://mui.com/.
- You can track our progress following this URL: https://github.com/mui-org/material-ui/milestone/25.

A big thanks to the 28 contributors who made this release possible!
Expand Down Expand Up @@ -4809,7 +4809,7 @@ In order to support arbitrary spacing values and to remove the need to mentally
- spacing: PropTypes.oneOf([0, 8, 16, 24, 32, 40]),
+ spacing: PropTypes.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]),
```
Going forward, you can use the theme to implement a custom Grid spacing transformation function: https://material-ui.com/system/spacing/#transformation.
Going forward, you can use the theme to implement a custom Grid spacing transformation function: https://mui.com/system/spacing/#transformation.

- [theme] Make theme.palette.augmentColor() pure (#13899) @ryancogswell

Expand Down Expand Up @@ -4979,7 +4979,7 @@ Big thanks to the 16 contributors who made this release possible!
Here are some highlights ✨:

- ⚛️ Add a new Breadcrumb component to the lab (#14084) @mbrookes
https://material-ui.com/lab/breadcrumbs
https://mui.com/lab/breadcrumbs
- 📝 AppBar and Textfield demos in TypeScript (#13229) @eps1lon
- 📝 Prepare support for 5 new documentation languages
https://translate.material-ui.com/project/material-ui-docs
Expand Down Expand Up @@ -5278,7 +5278,7 @@ Here are some highlights ✨:
- System package 💎 & Box component 🛠️
- Demos 100% powered by React hooks ⚛️ (#13497) @adeelibr
- Massive speed-up of the SSR performance 🚀
- A new Instagram demo theme 💅 https://material-ui.com/premium-themes/instapaper/
- A new Instagram demo theme 💅 https://mui.com/premium-themes/instapaper/
- And many more 🐛 bug fixes and 📝 documentation improvements.

### `@material-ui/core@v3.8.0`
Expand Down Expand Up @@ -5346,7 +5346,7 @@ Big thanks to the 15 contributors who made this release possible!
Here are some highlights ✨:

- ⚛️ Introduce a new useMediaQuery hook (#13867) @joshwooding
https://material-ui.com/layout/use-media-query
https://mui.com/layout/use-media-query
- ⛄️ Support uncontrolled RadioGroup mode (#13929) @rfbotto
- And many more 🐛 bug fixes and 📝 documentation improvements.

Expand Down Expand Up @@ -5399,7 +5399,7 @@ Here are some highlights ✨:
#### Deprecations

We are allowing more align variants (left, center, right, inherit, justify).
Following our [API guideline](https://material-ui.com/guides/api/), we are using an enum over a boolean.
Following our [API guideline](https://mui.com/guides/api/), we are using an enum over a boolean.
Keep in mind that monetary or generally number fields **should be right aligned** as that allows
you to add them up quickly in your head without having to worry about decimals.

Expand Down Expand Up @@ -5456,7 +5456,7 @@ Big thanks to the 20 contributors who made this release possible!
Here are some highlights ✨:

- 🎨 Add a new Onepirate theme demo (#13769) @oliviertassinari
You can preview it following [this link](https://material-ui.com/premium-themes/paperbase/).
You can preview it following [this link](https://mui.com/premium-themes/paperbase/).
- 📝 Add virtualized table demo (#13786) @joshwooding
- 🚀 Avoid unnecessary Table re-rendering (#13832) @petrjaros
- And many more 🐛 bug fixes and documentation improvements.
Expand Down Expand Up @@ -5570,7 +5570,7 @@ As a consequence, this is a dense release.
Here are some highlights ✨:

- 🎨 Add a new Firebase theme demo (#13579) @siriwatknp.
You can preview it following [this link](https://material-ui.com/premium-themes/paperbase/).
You can preview it following [this link](https://mui.com/premium-themes/paperbase/).
- ⚛️ Introduce a new Fab component (#13573) @mbrookes.
- ⛏ Fix more StrictMode warnings (#13590) @eps1lon.
- And many more 🐛 bug fixes and 📝 documentation improvements.
Expand Down Expand Up @@ -6052,7 +6052,7 @@ Here are some highlights ✨:

This is a backward compatible change.
You can opt-in the usage of the new Material Design typography specification.
To learn more about the upgrade path, follow https://material-ui.com/style/typography/#migration-to-typography-v2.
To learn more about the upgrade path, follow https://mui.com/style/typography/#migration-to-typography-v2.

- [Button] Deprecate flat and raised variant naming (#13113) @eps1lon

Expand Down Expand Up @@ -7273,7 +7273,7 @@ N/A
Our first stable v1 release! 🎉

It has taken us two years to do it, but Material-UI v1 has finally arrived!
We are so excited about this release, as it's setting a new course for the project. Thank you to *everyone*, especially to [the team](https://material-ui.com/discover-more/team/), and to everyone who's contributed code, issue triage, and support. **Thank you**.
We are so excited about this release, as it's setting a new course for the project. Thank you to *everyone*, especially to [the team](https://mui.com/discover-more/team/), and to everyone who's contributed code, issue triage, and support. **Thank you**.

Some statistics with v1 while it was in alpha and beta:
- 304 contributors
Expand Down Expand Up @@ -7921,7 +7921,7 @@ Big thanks to the 25 contributors who made this release possible.

Here are some highlights ✨:

- Add a [swipeable drawer](https://material-ui.com/demos/drawers/#swipeable-temporary-drawer) component (#9730) @leMaik.
- Add a [swipeable drawer](https://mui.com/demos/drawers/#swipeable-temporary-drawer) component (#9730) @leMaik.
- Add a [StackBlitz](https://stackblitz.com/) edit link (#10758).
- Add a new npm package: [@material-ui/docs](https://www.npmjs.com/package/@material-ui/docs) (#10699).
- And many more bug fixes and documentation improvements.
Expand All @@ -7930,7 +7930,7 @@ Here are some highlights ✨:

- [Grid] Change the default spacing value: 0 (#10768) @oliviertassinari

The negative margin implementation solution currently used comes with [serious limitations](https://material-ui.com/components/grid/#negative-margin).
The negative margin implementation solution currently used comes with [serious limitations](https://mui.com/components/grid/#negative-margin).
Material-UI is the only library with a non-zero default spacing between the items.
Having zero spacing by default will ease the usage of the component.

Expand Down Expand Up @@ -11417,7 +11417,7 @@ We are now at 93.53%. That's pretty great.
One year from now, we were struggling with removing all the mixins from the project.
Now, it's about rewriting all our components.
We gonna try doing frequent alpha releases to keep some intertie. At least once per week would be good.
As always, we are keeping the [documentation](https://material-ui.com) up to date.
As always, we are keeping the [documentation](https://mui.com) up to date.

#### Component Fixes / Enhancements

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please read [the full text](/CODE_OF_CONDUCT.md) so that you can understand what

## A large spectrum of contributions

There are [many ways](https://material-ui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project) to contribute to Material-UI, code contribution is one aspect of it. For instance, documentation improvements are as important as code changes.
There are [many ways](https://mui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project) to contribute to Material-UI, code contribution is one aspect of it. For instance, documentation improvements are as important as code changes.

## Your first Pull Request

Expand Down Expand Up @@ -269,7 +269,7 @@ these changes across the localized versions.

## Roadmap

To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://material-ui.com/discover-more/roadmap/).
To get a sense of where Material-UI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://mui.com/discover-more/roadmap/).

## License

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="150" src="https://material-ui.com/static/logo.svg" alt="Material-UI logo"></a></p>
<a href="https://mui.com/" rel="noopener" target="_blank"><img width="150" src="https://mui.com/static/logo.svg" alt="Material-UI logo"></a></p>
</p>

<h1 align="center">Material-UI</h1>
Expand All @@ -26,7 +26,7 @@

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

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

```sh
// with npm
Expand All @@ -51,8 +51,8 @@ yarn add @material-ui/core@next
<details>
<summary>Older versions</summary>

- **[v3.x](https://v3.material-ui.com/)** ([Migration from v3 to v4](https://material-ui.com/guides/migration-v3/))
- **[v0.x](https://v0.material-ui.com/)** ([Migration to v1](https://material-ui.com/guides/migration-v0x/))
- **[v3.x](https://v3.material-ui.com/)** ([Migration from v3 to v4](https://mui.com/guides/migration-v3/))
- **[v0.x](https://v0.material-ui.com/)** ([Migration to v1](https://mui.com/guides/migration-v0x/))

</details>

Expand Down Expand Up @@ -90,14 +90,14 @@ via [OpenCollective](https://opencollective.com/material-ui)
Direct

<p style="display: flex; justify-content: center; flex-wrap: wrap;">
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="elevator" href="https://www.elevatormag.com/" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img src="https://material-ui.com/static/sponsors/elevator.png" alt="elevator" title="The dopest new hip hop, upcoming artsits, music news, culture, and style" height="57" width="191" loading="lazy"></a>
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="elevator" href="https://www.elevatormag.com/" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img src="https://mui.com/static/sponsors/elevator.png" alt="elevator" title="The dopest new hip hop, upcoming artsits, music news, culture, and style" height="57" width="191" loading="lazy"></a>
</p>

Gold Sponsors are those who have pledged \$500/month or more to Material-UI.

### There is more!

See the full list of [our backers](https://material-ui.com/discover-more/backers/).
See the full list of [our backers](https://mui.com/discover-more/backers/).

## Usage

Expand Down Expand Up @@ -128,30 +128,30 @@ There is a StackOverflow tag called "material-ui" that you can use to tag your q
## Examples

Are you looking for an example project to get started?
[We host some](https://material-ui.com/getting-started/example-projects/).
[We host some](https://mui.com/getting-started/example-projects/).

## Documentation

Check out our [documentation website](https://material-ui.com/).
Check out our [documentation website](https://mui.com/).

## Premium Themes

You can find complete templates & themes in the [Material-UI store](https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store).
You can find complete templates & themes in the [Material-UI store](https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store).

## Contributing

Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Material-UI.

Notice that contributions go far beyond pull requests and commits.
Although we love giving you the opportunity to put your stamp on Material-UI, we also are thrilled to receive a variety of [other contributions](https://material-ui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project).
Although we love giving you the opportunity to put your stamp on Material-UI, we also are thrilled to receive a variety of [other contributions](https://mui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project).

## Changelog

If you have recently updated, please read the [changelog](https://github.com/mui-org/material-ui/releases) for details of what has changed.

## Roadmap

The future plans and high priority features and enhancements can be found in the [roadmap](https://material-ui.com/discover-more/roadmap/) file.
The future plans and high priority features and enhancements can be found in the [roadmap](https://mui.com/discover-more/roadmap/) file.

## License

Expand Down
Loading

0 comments on commit b7d2943

Please sign in to comment.