Skip to content

Commit

Permalink
[website] Rename domain to mui.com (mui#28332)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Sep 15, 2021
1 parent 80d0399 commit 24015d1
Show file tree
Hide file tree
Showing 538 changed files with 1,676 additions and 1,686 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 MUI.
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
78 changes: 39 additions & 39 deletions CHANGELOG.md

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions CHANGELOG.old.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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 MUI, 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 MUI, 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 @@ -281,14 +281,14 @@ Alternatively, you can open the Netlify preview of the documentation, and open a

## Translations

Translations are handled via [Crowdin](https://translate.material-ui.com).
Translations are handled via [Crowdin](https://translate.mui.com).
You don't need to apply any changes to localized versions of our markdown files
i.e. files having a `-locale` suffix. Crowdin automatically takes care of syncing
these changes across the localized versions.

## Roadmap

To get a sense of where MUI 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 MUI 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
26 changes: 13 additions & 13 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="MUI logo"></a></p>
<a href="https://mui.com/" rel="noopener" target="_blank"><img width="150" src="https://mui.com/static/logo.svg" alt="MUI logo"></a></p>
</p>

<h1 align="center">MUI</h1>
Expand All @@ -17,7 +17,7 @@ Quickly build beautiful [React](https://reactjs.org/) apps. MUI is a simple and
[![Follow on Twitter](https://img.shields.io/twitter/follow/MaterialUI.svg?label=follow+Material-UI)](https://twitter.com/MaterialUI)
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/mui-org/material-ui/issues/27062)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui-org/material-ui.svg)](https://isitmaintained.com/project/mui-org/material-ui 'Average time to resolve an issue')
[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://translate.material-ui.com/project/material-ui-docs)
[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://translate.mui.com/project/material-ui-docs)
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/material-ui)](https://opencollective.com/material-ui)

</div>
Expand All @@ -26,7 +26,7 @@ Quickly build beautiful [React](https://reactjs.org/) apps. MUI is a simple and

MUI is available as an [npm package](https://www.npmjs.com/package/@mui/material).

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

```sh
// with npm
Expand All @@ -39,9 +39,9 @@ yarn add @mui/material @emotion/react @emotion/styled
<details>
<summary>Older versions</summary>

- **[v4.x](https://v4.material-ui.com/)** ([Migration from v4 to v5](https://material-ui.com/guides/migration-v4/))
- **[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/))
- **[v4.x](https://v4.mui.com/)** ([Migration from v4 to v5](https://mui.com/guides/migration-v4/))
- **[v3.x](https://v3.mui.com/)** ([Migration from v3 to v4](https://mui.com/guides/migration-v3/))
- **[v0.x](https://v0.mui.com/)** ([Migration to v1](https://mui.com/guides/migration-v0x/))

</details>

Expand Down Expand Up @@ -79,14 +79,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/?utm_source=MUI&utm_medium=referral&utm_content=readme" 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/?utm_source=MUI&utm_medium=referral&utm_content=readme" 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 MUI.

### 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 @@ -117,30 +117,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 [MUI store](https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store).
You can find complete templates & themes in the [MUI 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 MUI.

Notice that contributions go far beyond pull requests and commits.
Although we love giving you the opportunity to put your stamp on MUI, 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 MUI, 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
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on how to get started contributing to MUI.

## How do I help to improve the translations?

Please visit https://translate.material-ui.com/ where you will be able to select a language and edit the translations.
Please visit https://translate.mui.com/ where you will be able to select a language and edit the translations.
Please don't submit pull requests directly.
2 changes: 1 addition & 1 deletion docs/notifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": 35,
"title": "Let's translate!",
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" data-ga-event-category=\"l10n\" data-ga-event-action=\"notification\" data-ga-event-label=\"zh\" href=\"https://translate.material-ui.com/\">帮助 MUI 将文档翻译成中文</a>. 🇨🇳",
"text": "<a style=\"color: inherit;\" target=\"_blank\" rel=\"noopener\" data-ga-event-category=\"l10n\" data-ga-event-action=\"notification\" data-ga-event-label=\"zh\" href=\"https://translate.mui.com/\">帮助 MUI 将文档翻译成中文</a>. 🇨🇳",
"userLanguage": "zh"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async function registerServiceWorker() {
if (
'serviceWorker' in navigator &&
process.env.NODE_ENV === 'production' &&
window.location.host.indexOf('material-ui.com') !== -1
window.location.host.indexOf('mui.com') !== -1
) {
// register() automatically attempts to refresh the sw.js.
const registration = await navigator.serviceWorker.register('/sw.js');
Expand Down
8 changes: 3 additions & 5 deletions docs/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,14 @@ export default class MyDocument extends Document {
{/* SEO */}
<link
rel="canonical"
href={`https://material-ui.com${
userLanguage === 'en' ? '' : `/${userLanguage}`
}${canonical}`}
href={`https://mui.com${userLanguage === 'en' ? '' : `/${userLanguage}`}${canonical}`}
/>
<link rel="alternate" href={`https://material-ui.com${canonical}`} hrefLang="x-default" />
<link rel="alternate" href={`https://mui.com${canonical}`} hrefLang="x-default" />
{LANGUAGES_SSR.map((userLanguage2) => (
<link
key={userLanguage2}
rel="alternate"
href={`https://material-ui.com${
href={`https://mui.com${
userLanguage2 === 'en' ? '' : `/${userLanguage2}`
}${canonical}`}
hrefLang={userLanguage2}
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,7 @@ function AboutContent() {
<Link href="https://github.com/mui-org/material-ui/issues">issues</Link>.
</li>
<li>
Help <Link href="https://translate.material-ui.com/">translate</Link> the
documentation.
Help <Link href="https://translate.mui.com/">translate</Link> the documentation.
</li>
<li>
Answer questions on{' '}
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/blog/2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It puts us on an exciting path to solve even greater challenges in the coming ye
- ⭐️ From 43.1k to 53.3k stars, leave us [yours 🌟](https://github.com/mui-org/material-ui).
- 👨‍👩‍👧‍👦 From 1,064 to [1,581](https://github.com/mui-org/material-ui/graphs/contributors) contributors.
- 💰 Grew financial support by 76% in 2019, compared to 2018.
- 🏢 From 1.5 to 3 full-time equivalent developers, spread among multiple financially supported [core team members](https://material-ui.com/discover-more/team/).
- 🏢 From 1.5 to 3 full-time equivalent developers, spread among multiple financially supported [core team members](https://mui.com/discover-more/team/).

The numbers speak for themselves. 2019 was super exciting and made MUI one of the most advanced open-source, React-based, UI component libraries!

Expand Down Expand Up @@ -66,7 +66,7 @@ Some of the key factors:
- We introduced [built-in localization](/guides/localization/).
- We removed a good number of external dependencies and increased the `features/bundle size` density.
- We introduced an [icon search page](/components/material-icons/).
- We released a [store for MUI](https://material-ui.com/store/).
- We released a [store for MUI](https://mui.com/store/).

## Looking at 2020

Expand Down
10 changes: 5 additions & 5 deletions docs/pages/blog/2020-introducing-sketch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Olivier Tassinari. March 30, 2020.

Today, we're excited to introduce the Sketch symbols 💎 for MUI.

[![preview](/static/blog/2020-introducing-sketch/product-preview.png)](https://material-ui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch)
[![preview](/static/blog/2020-introducing-sketch/product-preview.png)](https://mui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch)

<p class="blog-description">Available on our <a href="https://material-ui.com/store/items/sketch-react">store</a></p>
<p class="blog-description">Available on our <a href="https://mui.com/store/items/sketch-react">store</a></p>

The UI kit contains all the MUI components with states and variations which gives 1,500+ unique elements. All components are designed with the most up to date release.

Expand Down Expand Up @@ -56,7 +56,7 @@ The following video demonstrates how the symbols can be used to design an invoic

<iframe style="width: 100%; max-width: 648px;" height="364" src="https://www.youtube.com/embed/DTU6r_VE2C4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Sketch Cloud preview: https://material-ui.com/store/previews/sketch-react/.
Sketch Cloud preview: https://mui.com/store/previews/sketch-react/.

## More tools

Expand All @@ -68,8 +68,8 @@ According to a [recent user survey](https://medium.com/google-design/state-of-de

We are working on the support of more popular tools.
We have recently released the support of [Framer X](https://packages.framer.com/package/material-ui/material-ui) for MUI.
We plan to release the support of **Figma** in the coming weeks. You can subscribe to the [newsletter of the store](https://material-ui.com/store/#subscribe) to be notified when available.
We plan to release the support of **Figma** in the coming weeks. You can subscribe to the [newsletter of the store](https://mui.com/store/#subscribe) to be notified when available.

## Features

You can learn more about the features available on the [Sketch page details](https://material-ui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch) of the symbols.
You can learn more about the features available on the [Sketch page details](https://mui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch) of the symbols.
12 changes: 6 additions & 6 deletions docs/pages/blog/2020-q1-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ We have done eleven so far. We have optimized for stability.

Here are the most significant improvements since the beginning of the year:

- 🔍 We have polished the [Autocomplete](https://material-ui.com/components/autocomplete/) component (Combo box). We have closed more than [270](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) issues and pull requests so far. We will promote the component to the core in the next major (v5).
- 🔍 We have polished the [Autocomplete](https://mui.com/components/autocomplete/) component (Combo box). We have closed more than [270](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) issues and pull requests so far. We will promote the component to the core in the next major (v5).

![autocomplete](/static/blog/2020-q1-update/autocomplete.gif)

<p class="blog-description">useAutocomplete <a href="https://material-ui.com/components/autocomplete/#useautocomplete">hook</a> example, 4.5 kB gzipped.</p>
<p class="blog-description">useAutocomplete <a href="https://mui.com/components/autocomplete/#useautocomplete">hook</a> example, 4.5 kB gzipped.</p>

If you wish to make your first contribution to open source, the component has a couple of ["good first issues"](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) that can be taken.
If you have TypeScript expertise, the component could [benefit from it](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+label%3A%22lab%3A+Autocomplete%22+label%3Atypescript).
Expand All @@ -28,15 +28,15 @@ Here are the most significant improvements since the beginning of the year:

![date picker](/static/blog/2020-q1-update/date-picker.png)

- ⚠️ We have introduced a new [Alert](https://material-ui.com/components/alert/) component in the lab. While this component isn't mentioned in the Material Design guidelines, it's a common and well-established pattern. For instance, it can be interested when [combined](https://material-ui.com/components/snackbars/#notistack) with the Snackbar.
- ⚠️ We have introduced a new [Alert](https://mui.com/components/alert/) component in the lab. While this component isn't mentioned in the Material Design guidelines, it's a common and well-established pattern. For instance, it can be interested when [combined](https://mui.com/components/snackbars/#notistack) with the Snackbar.

<img src="/static/blog/2020-q1-update/alert.png" alt="alert" style="max-height: 369px; margin-bottom: 24px;" />

- ⏭ We have introduced a new [Pagination](https://material-ui.com/components/pagination/) component.
- ⏭ We have introduced a new [Pagination](https://mui.com/components/pagination/) component.

<img src="/static/blog/2020-q1-update/pagination.png" alt="pagination" style="max-height: 208px; margin-bottom: 8px;" />

- 🦴 We have added a new "wave" animation to the [Skeleton](https://material-ui.com/components/skeleton/#animations) component.
- 🦴 We have added a new "wave" animation to the [Skeleton](https://mui.com/components/skeleton/#animations) component.

<video autoplay muted loop style="max-height: 95px; margin-bottom: 24px;">
<source src="/static/blog/2020-q1-update/skeleton.webm" type="video/webm" />
Expand Down Expand Up @@ -89,7 +89,7 @@ We'll do our best, no guarantee!

<img src="/static/blog/2020-q1-update/figma.png" alt="figma" style="max-width: 160px; margin-bottom: 24px;" />

- 🇨🇳 We will translate 100% of the documentation to Chinese. We are collaborating with [Danica Shen](https://github.com/DDDDDanica), a native speaker, to complete the effort. So far, we have translated 73% of the documentation and peer-reviewed 39%. You can help us out on [Crowdin](https://translate.material-ui.com/).
- 🇨🇳 We will translate 100% of the documentation to Chinese. We are collaborating with [Danica Shen](https://github.com/DDDDDanica), a native speaker, to complete the effort. So far, we have translated 73% of the documentation and peer-reviewed 39%. You can help us out on [Crowdin](https://translate.mui.com/).

<img src="/static/blog/2020-q1-update/chinese.png" alt="chinese" style="max-width: 134px; margin-bottom: 24px;" />

Expand Down
Loading

0 comments on commit 24015d1

Please sign in to comment.