Skip to content
- 📝 Translated documentation patterns overview to English. #12637 @ilanus
- 🛠 Improve support vi_VN locale for DatePicker component. #12656 @hieuhlc
- 🐞 Fixed TimePicker style issue in IE11. #12707 jinyaqiao1102
- 🐞 Fixed Popconfirm defaultVisible. #12733
- 🐞 Fixed Table th border missing in Firefox. #12628
- 🐞 Add
touch-action: none css on Slider to fix chrome warning. #12595
- 🐞 Fixed Tabs ink-bar vertical css. #12276
- 🐞 Fixed vertical align issue of empty Button. #12681
- 🐞 Fixed Calendar
locale prop should have priority. #12706
- 🐞 Fixed Checkbox[checked] indeterminate style. #12724
- 🐞 Fixed
prefixCls not passed to Popconfirm's button. #12677 @concefly
- 🐞 Fixed Edge ignoring
pointer-events:none on Button's span. #12712 @dazbo
- Progress
- 🐞 Fixed Progress
strokeColor props not work. #12587 @lyhper
- 🐞 Fixed Progress[type="circle"] should wrap text. #12718
- TypeScript
- 🐞 Fixed
trexpandedKeys and onTreeExpand definition missing in TreeSelect. #12648 @decadef20
- 🐞 Fixed missed property
key in TabPaneProps. 682af0d @ztplz
- 🐞 Fixed some definition of Icon. 3dbc357