Material UI 4.5.1 release, Material Design React assembly

Material UI 4.5.1 released. Material UI is set to achieve a standard Google Material Design React component, which is a front end JS framework, mainly used in the field of Web.

This version update highlights include:

  • Import changed from @ material-ui / styles as @ material-ui / core / styles. There is almost the same import path of these two has caused confusion, with this release, the document will be used as much as possible the use of @ material-ui / core / styles of.
-import { makeStyles } from '@material-ui/styles';
+import { makeStyles } from '@material-ui/core/styles';
  • Improved accessibility table and select components.
  • Added support for different slider tracking mode.
  • bug fixes and other improvements.

Details View Update:

https://github.com/mui-org/material-ui/releases/tag/v4.5.1

Guess you like

Origin www.oschina.net/news/110533/material-ui-4-5-1-released