--- title: Q1 2020 Update description: An update on our mission for Q1 2020. date: 2020-04-14T00:00:00.000Z authors: ['oliviertassinari'] tags: ['Company'] manualCard: true --- Welcome to the new format of our mission update. We are moving from monthly to quarterly updates. ## Product Over the last 3 months, we have focused on making patch releases. 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://mui.com/material-ui/react-autocomplete/) component (Combo box). We have closed more than [270](https://github.com/mui/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).

useAutocomplete hook example, 4.5 kB gzipped.

If you wish to make your first contribution to open source, the component has a couple of ["good first issues"](https://github.com/mui/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/material-ui/issues?q=is%3Aopen+label%3A%22lab%3A+Autocomplete%22+label%3Atypescript). - πŸ“† We have made a first [alpha release](https://github.com/mui/material-ui-pickers/releases/tag/v4.0.0-alpha.4) of the date range picker. It's not ready to be used in production but you can start playing. We might release some of the new features of the date picker under the upcoming Enterprise offering. ![date picker](/static/blog/2020-q1-update/date-picker.png) - ⚠️ We have introduced a new [Alert](https://v4.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://v4.mui.com/components/snackbars/#notistack) with the Snackbar. alert - ⏭ We have introduced a new [Pagination](https://v4.mui.com/components/pagination/) component. pagination - 🦴 We have added a new "wave" animation to the [Skeleton](https://v4.mui.com/components/skeleton/#animations) component. - βš›οΈ We have worked on improving developer experience inside text editors. - We have migrated prop descriptions from JSDoc to TypeScript for 60% of the components. Back-and-forths with the documentation API will be less frequent: ![props](/static/blog/2020-q1-update/props.png) - The color modules come with new previews: ![colors](/static/blog/2020-q1-update/colors.png) - We have collaborated with [Andy Edwards](https://github.com/jedwards1211) to provide [snippets](https://marketplace.visualstudio.com/items?itemName=vscodeshift.material-ui-snippets) with Visual Studio Code: ![snippets](/static/blog/2020-q1-update/snippets.gif) - πŸ’Ž We have introduced [Sketch assets](/blog/2020-introducing-sketch/). sketch But this summary is just scratching the surface. We have accepted 572 commits from 214 different contributors. ## Company We are thrilled to welcome two new full-time developers on MUI: - [Dmitriy Kovalenko](https://github.com/dmtrKovalenko), the author of @material-ui/pickers. dmitriy - [Damien Tassone](https://github.com/dtassone/), an experienced developer in the finance industry. damien ### Growth between Q4 2019 and Q1 2020 - πŸ“¦ From 3.2M to 4.8M downloads per month on npm. - ⭐️ From 53.3k to 56.2k stars, leave us yours 🌟. - πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ From 1,581 to 1,720 contributors on GitHub. - πŸ’° Grew monthly financial support by 47%. - 🏒 From 3 to 5 full-time equivalent developers, spread among multiple financially supported core team members. ## Our roadmap intent for Q2 2020 We'll do our best, no guarantee! - πŸ“£ We will analyze and publish the results of the "MaterialΒ UI Developer Survey 2020". If you haven't contributed to it yet, you can follow this link to [fill it in](https://forms.gle/TYWRdvgyZs4AhZNv8), thanks! - 🎨 We will release Figma assets for MUI. figma - πŸ‡¨πŸ‡³ 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://crowdin.com/project/material-ui-docs). chinese - πŸ”₯ We will start to work on the [next major: v5](https://github.com/mui/material-ui/issues/20012). You can expect the following: - A feature freeze on v4. - The introduction of deprecation messages in the next v4 minors. These messages will help developers upgrade to v5. - A progressive bug fixes freeze on v4, with the exception of security issues and important bugs. - At least 6 months of work on v5 to get to a stable release (probably more). You can follow our progress using our [milestone](https://github.com/mui/material-ui/milestone/35). - πŸ§‘β€πŸ’» We will likely look to hire a new full-time member on the core team to help deliver v5 and new features faster. - βŒ— We announced, back in [October 2019](/blog/september-2019-update/#our-roadmap-intent-for-october), our intention to work on an advanced data grid component. The task was bigger than anticipated, but we are making progress. It might take us 12 months to do it right. Damien is now leading and fully dedicated to this effort. You can follow our early-stage progress on [finui.io](https://finui.io/#/grid) and later, integration into the mono-repository on [#18872](https://github.com/mui/material-ui/pull/18872). ![data grid](/static/blog/2020-q1-update/data-grid.png)

For illustration purposes only.

- πŸ“† We will polish the date picker. We will work on: providing a comprehensive set of features, to unify the experience with the core package, to improve the overall quality. The objective is to make these components stable in the next major (v5). - ❓ Please upvote our [GitHub issues](https://github.com/mui/material-ui/issues) if you want something specific. The number of πŸ‘ helps us to prioritize.