Skip to content
- Add Card
noHovering and Card.Grid. pull/6748
- DatePicker, MonthPicker, RangePicker now support
className prop. pull/6584 @EnrikoLabriko
- Add Input.Textarea, Input[type='textArea'] will be deprecated. pull/6138
- LocaleProvider supporting Thai. pull/6721 @koobitor
- Mention support
focus function. #6135
- Menu[mode='inline'] could be collapsed, and use
context to pass collapsed prop from Layout.Sider to Menu, don't need customized css code anymore. pull/6686
- Add Pagination
itemRender, now you can customize the structure of page number. 25a603
- Add Tooltip
autoAdjustOverflow prop, now the auto adjust feature can be disabled. pull/6661 @jdz321
- Fix errors in docs of Avatar. pull/6711 @llaski
- DatePicker
- Form
- Fix formItem
extra content line height. #6618
- Fix FormItem
labelCol wrapperCol type definitions. pull/6611 @newraina
- Fix autosize Input.Textarea scrollbar style issue. #6609
- Add missing TypeScript definition of
precision in InputNumber. #6715
- Fix Select overflow issue. #6621
- Slider
- Fix Spin z-index issue. #6759
- Fix nested Steps style issue. #6754
- Table
- Improve TimePicker format support. 950c32
- Make style improvement or tweaking for many components, includes Checkbox,Radio,Tabs,Card and etc.
- Now you can open demo in codepen. #5140