rsuite v4.3.0 Release Notes
Release Date: 2020-03-05 // over 3 years ago-
March 5, 2020
- 🔋 Feature : Added Arabic, Finnish, Swedish and Danish locales. (#849,#821)
- 🔋 Feature : Added
expanded
parameter inrenderTreeToggle
of<Table>
. (rsuite-table#130) - 🔋 Feature : Added support
treeCol
on<Table.Column>
. (rsuite-table#129) - 🛠 Bugfix : Fixed
<CheckPicker>
rendering error when settinggroupBy
. (#887) - 🛠 Bugfix : Fixed
<Slider>
bar is invisible on Drawer in dark mode. (#876) - 🛠 Bugfix : Fixed disabled
<InputNumber>
in<InputGroup>
shows unexpected border radius. (#875) - 🛠 Bugfix : Fixed radio-group inline item styles. (#872)
- 🛠 Bugfix : Fixed missing typescript declaration files *.d.ts in
/locales
. (#856) - 🛠 Bugfix : Fixed mark cannot be customized rendering in
<Slider>
correctly. (#840) - 👌 Improve : Updated check rules for disabled times on
<DatePicker>
. (#852) - 👌 Improve : Support for getting the
active
property when the Pagination button is a custom element. (#833) - 💥 Breaking : The
rowHeight
property of Table supports function values. Remove thesetRowHeight
property. - Chore : Improved HoC to support ref passing. (#862,#872)
- Chore : Added some integrated examples. (#860,examples)
- Chore : The Table component migrates Typescript from Flow. (rsuite-table#127)
- 🔋 Feature : 新增支持阿拉伯语,芬兰语,瑞典语和丹麦语。 (#849,#821)
- 🔋 Feature :
<Table>
的renderTreeToggle
属性新增expanded
参数。 (rsuite-table#130) - 🔋 Feature :
<Table.Column>
上新增treeCol
属性,指定 Tree 显示的列。 (rsuite-table#129) - 🛠 Bugfix : 修复了
<CheckPicker>
当设置groupBy='group'
渲染出错。 (#887) - 🛠 Bugfix : 修复了
<Slider>
在 dark 主题下选择栏不可见的问题。 (#876) - 🛠 Bugfix : 修复了
<InputGroup>
里禁用的<InputNumber>
显示错误的边框。 (#875) - 🛠 Bugfix : 修复了
<RadioGroup>
单行显示时的样式问题。 (#872) - 🛠 Bugfix : 修复了 locales 目录下语言包缺少 Typescript 类型定义。 (#856)
- 🛠 Bugfix : 修复了
<Slider>
的标记在自定义时候无法正确呈现。 (#840) - 👌 Improve : 更新了
<DatePicker>
上禁用时间的检查规则。 (#852) - 👌 Improve : 支持在
<Pagination>
按钮是自定义元素时获取active
属性 。 (#833) - 💥 Breaking :
<Table>
的rowHeight
属性值支持函数,同时删除了setRowHeight
属性。 - Chore : 改进了高阶组件以支持 ref 传递。 (#862,#872)
- Chore : 新增了一些集成的示例项目。 (#860,examples)
- Chore : Table 组件库从 Flow 迁移到 Typescript。 (rsuite-table#127)