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

[blog] July 2019 update #16872

Merged
merged 4 commits into from
Aug 4, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions docs/pages/blog/2019-july-update.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import markdown from './2019-july-update.md';

function Page() {
return <MarkdownDocs markdown={markdown} blog disableAd disableToc disableEdit />;
}

export default Page;
46 changes: 46 additions & 0 deletions docs/pages/blog/2019-july-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
description: Here are the most significant changes in July.
---

# July 2019 Update

**Olivier Tassinari**

*August 4, 2019*

Here are the most significant changes in July:

- 🌳 We have introduced a new [Tree View component](/components/tree-view/) in the lab. Big thanks to Josh for it.

![Tree View](/static/blog/2019-july-update/tree-view.gif)

- 💄 We have added support for [vertical tabs](/components/tabs/#vertical-tabs).

![Vertical tabs](/static/blog/2019-july-update/vertical-tabs.png)

- ⚛️ We have introduced a codemod that makes it easy to migrate to top-level imports.
Read our [Minimizing Bundle Size](/guides/minimizing-bundle-size/) guide to learn how your project should be configured.

```js
import { Button, TextField } from '@material-ui/core';
```

- ⭐️ We have introduced a new [Rating component](/components/rating/) in the lab.

![Tree View](/static/blog/2019-july-update/rating.png)
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved

But this summary is just scratching the surface. We have accepted 146 commits from 54 different contributors. We have changed 2,004 files with 29,022 additions and 25,455 deletions.

## Our roadmap intent for August

*(We'll do our best, no guarantee!)*

- 🔍 We will work on providing, ready to use, autocomplete, combo box and multi-select components.
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved

- 🦴 We will work on a new Skeleton component. You can already [preview it](https://deploy-preview-16786--material-ui.netlify.com/components/skeleton/).
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved

![Skeleton](/static/blog/2019-july-update/skeleton.png)

<hr />

Material-UI is an MIT-licensed open source project. It’s an independent project with ongoing development made possible thanks to the support of these awesome [backers](/discover-more/backers/). Please join them ✨.
2 changes: 1 addition & 1 deletion docs/pages/blog/june-2019-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ But this summary is just scratching the surface. We have accepted 198 commits fr
You can already [preview it](https://deploy-preview-14827--material-ui.netlify.com/components/tree-view/).
![Tree View](/static/blog/may-2019-update/tree-view.png)

- We will keep working on a new Rating component.
- We will work on a new Rating component.
You can already [preview it](https://deploy-preview-16455--material-ui.netlify.com/components/rating/).
![Rating](/static/blog/june-2019-update/rating.png)

Expand Down
1 change: 1 addition & 0 deletions docs/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const pages = [
{
pathname: '/blog',
children: [
{ pathname: '/blog/2019-july-update' },
{ pathname: '/blog/june-2019-update' },
{ pathname: '/blog/may-2019-update' },
{
Expand Down
Binary file added docs/static/blog/2019-july-update/rating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/blog/2019-july-update/skeleton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/blog/2019-july-update/tree-view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.