内容简介:Material UI 3.9.0 发布了,Material UI 是一组实现 Google Material Design 规范的 React 组件,它是一个前端 JS 框架,主要用在 web 领域。3.9.0 值得注意的是:主要更新内容如下:
Material UI 3.9.0 发布了,Material UI 是一组实现 Google Material Design 规范的 React 组件,它是一个前端 JS 框架,主要用在 web 领域。
3.9.0 值得注意的是:
-
添加了 Link 组件
-
对 Badge 组件进行了重大升级
主要更新内容如下:
@material-ui/core@v3.9.0
-
[ButtonBase] Reduce keyup timeout interval to 500ms ( #14120 ) @rfbotto
-
[InputAdornment] Add disablePointerEvents prop ( #14123 ) @rfbotto
-
[Chip] Fix wrong font color for default variant with secondary color ( #14125 ) @bjm904
-
[IconButton] Warn when providing onClick to a child of a button ( #14160 ) @oliviertassinari
-
[Link] Refinement ( #14162 ) @oliviertassinari
-
[Modal] Change keydown handling to use synthetic event ( #14134 ) @rfbotto
-
[Badge] Give Badge dynamic width and other improvements ( #14121 ) @joshwooding
@material-ui/styles@v3.0.0-alpha.8
-
[styles] Add test case for class extension with classes prop ( #14127 ) @eps1lon
-
[styles] Document the CSS prefixing strategy on the server ( #14139 ) @eps1lon
-
[styles] Add missing dependency hoist-non-react-statics ( #14164 ) @joglr
Docs
-
[docs] Fix select multiple prop description ( #13923 ) @AkselsLedins
-
[docs] Reduce by /50 the website traffic ( #14122 ) @oliviertassinari
-
[docs] Handle the exactProp usage in the API generation ( #14130 ) @tallpants
-
[docs] Fix deprecated Typography variants warning in demos ( #14156 ) @joshwooding
-
[docs] Add 5 sites to Showcase, simplify image paths ( #14154 ) @mbrookes
-
[docs] Add polyfill suggestion to ButtonBase ( #14158 ) @ianschmitz
-
[docs] Update Tooltip info on prop spread ( #14165 ) @e-x-wilson
-
[docs] Fix typo in click-anyway-listener-zh.md ( #14118 ) @Wu-Qijun
-
[docs] Update example projects with Material Sense ( #14168 ) @alexanmtz
-
[docs] Add Yakaz to homepage, backers & readme ( #14180 ) @mbrookes
Core
-
[core] Remove unnecessary plugins in .eslintrc ( #14161 ) @WebDeg-Brian
-
[core] Fix the CDN release ( #14172 ) @oliviertassinari
-
[core] Remove unnecessary rules in .eslintrc ( #14173 ) @WebDeg-Brian
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- React 组件库 uiw 1.5.1 发布,新增 2 个组件
- Vue 组件库 HeyUI@1.17.0 发布,新增 Skeleton 组件
- React 组件库 uiw 3.3.0 发布,组件增强了呢
- Vue 组件库 heyui@1.18.0 发布,新增地址选择、图片预览组件
- Hyperf 发布国际化组件及多个组件 v1.0.13 版本
- React 组件库 uiw 3.4.0 发布,Tree组件增强了呢
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ECMAScript6入门
阮一峰 / 电子工业出版社 / 2014-8 / 49.00元
《ECMAScript6入门》全面介绍了ECMAScript6新引入的语法特性,覆盖了ECMAScript6与ECMAScript5的所有不同之处,对涉及的语法知识给予了详细介绍,并给出了大量简洁易懂的示例代码。 《ECMAScript6入门》为中级难度,适合已有一定JavaScript语言基础的读者,用来了解这门语言的最新发展;也可当作参考手册,查寻新增的语法点。一起来看看 《ECMAScript6入门》 这本书的介绍吧!