Skip to content

Commit

Permalink
[blog] December 2019 Update (#19119)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jan 8, 2020
1 parent 9f19077 commit d313d94
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pages/blog/december-2019-update.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import markdown from './december-2019-update.md';

export default function Page() {
return <MarkdownDocs markdown={markdown} blog disableAd disableToc disableEdit />;
}
55 changes: 55 additions & 0 deletions docs/pages/blog/december-2019-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
description: Here are the most significant improvements in December.
---

# December 2019 Update

**Olivier Tassinari**

*January 7, 2020*

Here are the most significant improvements in December:

- 🚨 We have introduce a new [Alert](https://material-ui.com/components/alert/) component in the lab, thanks to **[@dimitropoulos](https://github.com/dimitropoulos)** ([#18702](https://github.com/mui-org/material-ui/pull/18702)). The component also supports composition with a [Snackbar](/components/snackbars/#customized-snackbars).

![Alert](/static/blog/december-2019-update/alert.png)

<p class="blog-description">Standard variant</p>

![Alert](/static/blog/december-2019-update/alert-filled.png)

<p class="blog-description">Filled variant</p>

- 👤 We have added [stacking](/components/avatars/#grouped) support to the avatar.

![Stacking](/static/blog/december-2019-update/stacking.png)

- ↕️ We have added [vertical](/components/buttons/#group-orientation) support to the button group.

![Vertical button](/static/blog/december-2019-update/vertical-buttons.png)

- 🌎 We have almost doubled the number of supported [locales](/guides/localization/#localization) from 13 to 22, thanks to our awesome contributors. [Help us](https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/locale/index.js) double this number next month 🚀!

But this summary is just scratching the surface. We have accepted 168 commits from 73 different contributors. We have changed 1,059 files with 13,468 additions and 8,584 deletions.

## Our roadmap intent for January

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

- 💄 We will keep working on a new [pagination](https://github.com/mui-org/material-ui/pull/19049) component. You can already [preview it](https://deploy-preview-19049--material-ui.netlify.com/components/pagination/) (lead by [**@mbrookes**](https://github.com/mbrookes)).

![Pagination](/static/blog/december-2019-update/pagination.png)

- 📅 We will keep working on a major upgrade of the [date/time picker](https://github.com/mui-org/material-ui-pickers/issues/1293) components. We are working on desktop and range support (lead by [**@dmtrKovalenko**](https://github.com/dmtrKovalenko)).

![Date picker](/static/blog/december-2019-update/date-picker.png)

- 🧮 We will keep working on a new [data grid](https://github.com/mui-org/material-ui/pull/18872) component. You can already [preview it](https://deploy-preview-18872--material-ui.netlify.com/components/data-grid/) (lead by [**@oliviertassinari**](https://github.com/oliviertassinari)).

![Data grid](/static/blog/december-2019-update/data-grid.png)

❓ Please upvote our [GitHub issues](https://github.com/mui-org/material-ui/issues) if you want something specific. The number of 👍 helps us to prioritize.

<hr />

Material-UI is an MIT-licensed open source project. It’s an independent project with ongoing development helped by the support of these awesome [backers](/discover-more/backers/). Please join them ✨.
1 change: 1 addition & 0 deletions docs/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const pages = [
{
pathname: '/blog',
children: [
{ pathname: '/blog/december-2019-update' },
{ pathname: '/blog/november-2019-update' },
{ pathname: '/blog/october-2019-update' },
{ pathname: '/blog/september-2019-update' },
Expand Down
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/december-2019-update/alert.png
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.
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.
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.

0 comments on commit d313d94

Please sign in to comment.