Material UI 是一组实现 Google Material Design 规范的 React 组件,它是一个前端 JS 框架,主要用在 web 端。
Material UI 5.8.7 现已发布,具体更新内容如下:
@mui/[email protected]
- [Autocomplete] 在
useAutocomplete
中加入缺失的属性 (#33269) - [Autocomplete] 扩展
componentsProps
到包含popper
和popupIndicator
插槽 (#33283) - [Select] 将空字符串注解为有效值 prop (#33088)
- [SnackbarContent] 使用 css var provider 修复消息文本颜色 (#33285)
@mui/[email protected]
- [styled-engine] 添加缺失的对 csstype 的类型依赖 (#33310)
@mui/[email protected]
- [system] 简化
CssVarsProvider
的主题输入类型(#33381) - [system] 导出所需类型 (#33324)
@mui/[email protected]
- [Joy] 添加单选按钮文档 (#33254)
- [Joy] 添加开关文档 (#33302)
- [Joy] 处理一些文档改进 (#33158)
- [Joy] 启用 Joy 和 Material UI 兼容性 (#33379)
@mui/[email protected]
- [base] 移除与 Typescript 3.5 不兼容的类型 (#33361)
- [BadgeUnstyled]出 BadgeUnstyledOwnProps 接口,以修复 typescript 编译错误 (#33314)
- [TablePaginationUnstyled] 在 componentsProps 中接受回调 (#33309)
更新公告:https://github.com/mui/material-ui/releases/tag/v5.8.7