Skip to content
- Added
danger button and ghost button style. #4679
- Input element of AutoComplete can be customized. #4483
- Upgrade rc-cascader to
0.11.0, keyborad interactions supported. #4411
- More popup directions are supported in notification. #4732
- Upgrade rc-steps to
2.3.0, added progressDot property of Steps, which allows users to customize the display for Steps with progress dot style.
- Upgrade rc-input-number to
3.0.0
- Input behavious will trigger
onChange callback now.#4265
- Fixed
onKeyUp. #4717
- Added
vertical mode of Slider. #4473
- Tag
- Added preset colors. #4571
- Improvement vertical-align and margin.
- Add German localization for LocaleProvider.#4686
- Add Swedish localization for LocaleProvider. #4455
- Add French localization for LocaleProvider. #4538
- Added
onSearchChange callback of Transfer. #4464
- Added
maskClosable property of Modal.confirm. #4488, #4488
- Form
- Added
options.onValuesChange option, cause options.onFieldsChange would be triggered multiply. #2934
- Added
props.form.getFieldsError props.form.isFieldTouched props.form.isFieldsTouched options that can be used to disable submit button. #4374
- Added
hideRequiredMark property. #4732
- Improvement upload list of Upload. #4516
- Upgrade rc-select to
6.7.1.
- Upgrade rc-tree-select to
1.9.0.
- Added less variables:
@border-style-base @border-width-base @btn-danger-color @btn-danger-bg and etc.
- Fixed Badge misplace issue when browser zoom above 100%. #4747 #4290
- Fixed a mis-align issue of fixed header Table. #4750
- Fixed Table scrolling lag issue in IE. #4522
- Add icon aliases:
addfile => file-add,addfolder => folder-open, and the old type names are still working. #4758
- Button 新增
danger 和 ghost 属性。#4679
- AutoComplete 支持自定义输入框的用法。 #4483
- 升级了 rc-cascader 到 0.11.0,支持键盘操作。#4411
- notification 支持更多弹出方向。#4732
- 升级了 rc-steps 到 2.3.0,Steps 新增
progressDot 属性,支持自定义点状步骤条的样式。#4659
- 升级了 rc-input-number 到 3.0.0
- Slider 增加
veritical 模式。#4473
- Tag
- 增加了预设颜色。#4571
- 调整了垂直对齐和默认间距。
- 添加了对德语的支持。#4686
- 添加了对瑞典语的支持。#4455
- 添加了对法语的支持。#4538
- Transfer 添加了
onSearchChange 回调。 #4464
- Modal.confirm 添加了 maskClosable 配置项。#4488, #4488
- Form
- 增加
options.onValuesChange 参数,可用于代替会触发多次 options.onFieldsChange。#2934
- 增加
props.form.getFieldsError props.form.isFieldTouched props.form.isFieldsTouched 三个方法,可用于提交表单按钮的禁用展示。 #4374
- 增加
hideRequiredMark 属性。#4732
- 改进了 Upload 的列表图片预览。 #4516
- 升级了 rc-select 到 6.7.1。
- 升级 rc-tree-select 到
1.9.0。
- 新增 less 变量:
@border-style-base @border-width-base @btn-danger-color @btn-danger-bg 等。
- 修复了 Badge 在页面放大时错位的问题。#4747 #4290
- 修复一个固定表头的表格错位问题。#4750
- 修复一个 IE 下表格滚动时卡顿的问题。#4522
- 添加别名以修正图标命名风格:
addfile => file-add,addfolder => folder-open,原有的命名依然有效。#4758