内容简介:React Suite 是一套 React 组件库,为后台产品而生,支持 Typescript 与 Flow, 支持服务端渲染。 文档: https://rsuite.gitee.io 设计: https://rsuite.gitee.io/design/ V3.8.5 版本发布,更新内容如下: Featur...
React Suite 是一套 React 组件库,为后台产品而生,支持 Typescript 与 Flow, 支持服务端渲染。
V3.8.5 版本发布,更新内容如下:
- Feature:
<Form>组件里支持cleanErrorForFiled方法。 (#470) - Feature:
<Whisper>支持open属性,默认打开 speaker 设置的组件。 (#467) - Bugfix: 修复
<MultiCascader>的值在选项中不存在时候会抛出异常。 (#468) - Bugfix: [TS] 修复
DOMHelper类型定义 (#469) - Bugfix: [TS]
Steps中添加teps.Item定义 (#464) - Bugfix: [TS] 修复
<Checkbox><CheckboxGroup><Radio><RadioGroup>中的value类型定义 (#471) - Bugfix: [TS] 修复
<Radio>的onChange类型定义 (#472) - Bugfix: [TS] 为
Icon的定义图标名称列表 (#476) - Bugfix: [TS] 为按需加载,更新 ts 类型定义文件目录 (#475)
以上所述就是小编给大家介绍的《React UI 库:React Suite 3.8.5 版本更新》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!