0.23.0
BREAKING CHANGES
- 调整 ref 获取 Input 组件最外层 Dom 方式为
inputRef.current.currentElement
(7fd11cb) @HQ-Lin - 调整 ref 获取 Form 组件最外层 Dom 方式为
formRef.current.currentElement
(46abe0b) @HQ-Lin
Bug Fixes
- Popup: 修复定位动态计算错误问题 (#226) (6c54abf) @HQ-Lin @uyarn
- Drawer: 修复字符串控制 confirmBtn 无效问题 by @samhou1988 in #216
- Form: 修复
FormItem
动态变化导致formItemsRef
中存在null
值 bug (eaa4f70) @yume316 - TimePicker: 限制输入框内容为数字类型 (e90118c) @uyarn
Features
- Divider: 实现
content
api (0d59f66) @haishancai - Form: 优化
ref
逻辑 (#233) (46abe0b) @HQ-Lin - Upload: 实现
sizelimit
api (e576778) @teal-front - Table: 支持传入
className
,style
(dd27277) @yunfeic - Input: 支持 tips api & 调整ref 获取 Input Dom 方式,暴露 focus、blur、select 方法 & 支持获取内部 input 实例 (#229) (7fd11cb), closes #229 #201 @HQ-Lin @Duncan-zjp
New Contributors
- @dependabot made their first contribution in #149
- @samhou1988 made their first contribution in #216
- @chaishi made their first contribution in #218
Full Changelog: 0.22.1...0.23.0