0.29.0
BREAKING CHANGES
- Input: 外部传入样式挂载至
t-input__wrap
, 如需挂载到t-input
,请使用inputClass
api (#528) @pengYYYYY
Bug Fixes
- Select:
- Selectinput:
onclear
受控非受控逻辑导致卡死 (28dcde6) @carolin913- type 类型问题及 key 重复问题 (0041f9e) @carolin913
- Input:
- 修复 input type 为
password
场景下suffixIcon
受控失效问题 (#516) (3031ac8) @HQ-Lin - type 类型问题及 key 重复问题 (0041f9e) @carolin913
- 修复 input type 为
- Drawer: 根据 common Drawer 样式配置指定 tabIndex 消除 outline (#501) (4dc2d86) @PBK-B
- RadioGroup: 修复
radioGroup
手动清除value
样式不响应问题 (#536) (c022130) @HQ-Lin - Dialog: 修复
closeOnOverlayClick
失效问题 (29b8589) @psaren - Form:
reset
失败如果initialdata
是undefined
(b3ab31a) @carolin913 - Popup:
偶现显示时定位不准,windowresize
无法自适应 (83f9f89) @carolin913 - Treeselect: 无法折叠问题修复 (e02ec2d) @carolin913
- Date Picker:
focused
态样式修复 (#528) @pengYYYYY
Features
- Input: 增加
inputClass
API,用于透传 class 到t-input
同级 (#528) @pengYYYYY - Upload: 支持
modify
method (82a26da) @samhou1988 - InputNumber: 默认尺寸下输入框宽度调整,修复默认内容展示不全的问题,issue #623 @xiaosansiji
Full Changelog: 0.28.0...0.29.0