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] November 2019 Update #18805

Merged
merged 2 commits into from
Dec 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions docs/pages/blog/november-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 './november-2019-update.md';

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

# November 2019 Update

**Olivier Tassinari**

*November 12, 2019*

Here are the most significant improvements in November:

- 🔍 We have polished the newly introduced Autocomplete component (October).
We have handled more than [100 related issues](https://github.com/mui-org/material-ui/issues?utf8=%E2%9C%93&q=label%3A%22lab%3A+Autocomplete%22+) in a single month.

- 👤 We have improved the Avatar's loading experience ([#1871](https://github.com/mui-org/material-ui/pull/18711)).

![Loading avatar before](/static/blog/november-2019-update/loading-avatar-before.gif)

<p class="blog-description">Before</p>

![Loading avatar after](/static/blog/november-2019-update/loading-avatar-after.gif)

<p class="blog-description">After</p>

- 🌎 We have introduced [localization](/guides/localization/) support.
The framework supports [13 locales](/guides/localization/#supported-locales), and growing. We would love to see your translation contribution ✨.

- 👨‍🎤 We have added [Framer X](https://packages.framer.com/package/material-ui/material-ui) support ([#17797](https://github.com/mui-org/material-ui/pull/17797)) (and now looking into Sketch, Figma and Adobe XD).

<a href="https://packages.framer.com/package/material-ui/material-ui"><img src="/static/blog/november-2019-update/framer.jpg" alt="Framer X" width="300" /></a>

- ⚛️ We have completed the migration of the demos to TypeScript. A big thanks to all the contributors that participated in [this effort](https://github.com/mui-org/material-ui/issues/14897). Around 10% of the audience on the documentation uses this version of the demos and growing.

![TypeScript demo](/static/blog/november-2019-update/typescript-demos.png)

- 🏷 We have added arrow and [hysteresis](https://github.com/mui-org/material-ui/pull/18458) support to the Tooltip.

![Tooltip arrow](/static/blog/november-2019-update/arrow.png)

But this summary is just scratching the surface. We have accepted 200 commits from 73 different contributors. We have changed 1,142 files with 27,923 additions and 13,852 deletions.

## Our roadmap intent for December

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

We have three major efforts undergoing, we will likely need a couple of months to make significant progress. Stay tuned.

- 📅 We continue to work on a [major upgrade](https://github.com/mui-org/material-ui-pickers/issues/1293) of the date/time picker components.

- 🧮 We continue to work on a data grid component.
This is an effort [of our roadmap](/discover-more/roadmap/) to better answer enterprise needs.
The most advanced features will use a non-MIT license.
To get a rough idea of what's coming, you can read [this blog post](https://uxdesign.cc/design-better-data-tables-4ecc99d23356).

- 💅 We might initiate an update of our styling solution.
We want to cover styled-component [#6115](https://github.com/mui-org/material-ui/pull/#6115), the system [#15561](https://github.com/mui-org/material-ui/issues/15561), dynamic props [#15573](https://github.com/mui-org/material-ui/issues/15573) and an unstyled version [#6218](https://github.com/mui-org/material-ui/pull/6218).

❓ 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/november-2019-update' },
{ pathname: '/blog/october-2019-update' },
{ pathname: '/blog/september-2019-update' },
{ pathname: '/blog/august-2019-update' },
Expand Down
Binary file added docs/static/blog/november-2019-update/arrow.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/november-2019-update/framer.jpg
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.