Skip to content

Commit

Permalink
lastest reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 23, 2019
1 parent 2e717e8 commit cfed098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/blog/material-ui-v4-is-out.md
Expand Up @@ -109,7 +109,7 @@ function MyComponent() {

Documentation was reported as the 3rd most critical pain point in the developer survey. We have fixed some of the reported issues and aim to continuously improve going forward.

- **TypeScript**. TypeScript's growth is impressive, the traffic of their documentation website has grown by a factor of 6 in 3 years. Material-UI v1 was released with built-in TypeScript definitions, but we needed to do more. Sebastian has led the effort to migrate all the demos from JavaScript to TypeScript. This has two important implications. First, we type check our demos, it drastically improves our TypeScript test coverage. We have fixed many issues during the migration. Second, if you are writing your application with TypeScript, you can directly copy & paste our demos without needing to convert them, or having to fix the obscure errors.
- **TypeScript**. TypeScript's growth is impressive, the traffic of their documentation website has grown by a factor of 6 in 3 years. Material-UI v1 was released with built-in TypeScript definitions, but we needed to do more. Sebastian has led the effort to migrate all the demos from JavaScript to TypeScript. This has two important implications. First, we type check our demos, this drastically improves our TypeScript test coverage. We have fixed many issues during the migration. Second, if you are writing your application with TypeScript, you can directly copy & paste our demos without needing to convert them, or having to fix the obscure errors.

![typescript](/static/blog/material-ui-v4-is-out/typescript.png)

Expand Down Expand Up @@ -216,19 +216,19 @@ There are so many new things, we can't be exhaustive. Aside from what we have al

- [A Box + system utility helpers](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df).

![box](/static/blog/material-ui-v4-is-out/box.png)
![Box usage example](/static/blog/material-ui-v4-is-out/box.png)

An application example of the Box component.

- [A better spacing helper.](http://material-ui.com/customization/spacing/)

![box](/static/blog/material-ui-v4-is-out/box.png)
![Spacing usage example](/static/blog/material-ui-v4-is-out/spacing.png)

An example of the new spacing helper API.

- A new [@material-ui/pickers](https://github.com/mui-org/material-ui-pickers) package created and supported by [Dmitriy Kovalenko](https://github.com/dmtrKovalenko) 📅.

![pickers](/static/blog/material-ui-v4-is-out/pickers.png)
![Inline pickers](/static/blog/material-ui-v4-is-out/pickers.png)

<p class="blog-description">Keyboard support</p>

Expand Down

0 comments on commit cfed098

Please sign in to comment.