Ant Design 4.1.2 released, enterprise-level UI design language

Ant Design 4.1.2 was released. Ant Design is a set of enterprise-level UI design language and React implementation open sourced by Alibaba. It is built with TypeScript and provides complete type definition files. High-quality React components and full link development and design tool system.

What's new in this version:

  • Menu
    • Fix the problem that the background color of the dark Menu pop-up menu is white. # 22981  @AshoneA
    • Fixed an issue where the SubMenu title was too long and was partially covered by the arrow icon. # 23028  @ wwyx778
  • Fix the problem that compact mode and dark mode cannot be turned on at the same time. # 22934  @AshoneA
  • Fix illegal padding-top value of Notification  . # 22941
  • Button
    • Fix the loading animation effect of the icon Button  # 23102
    • Optimized the illegal type console prompt of Button  . # 22933
  • Fix the problem that Statistic - will show when the value  is  -0 . @ 22950
  • Fix onOk the problem that Modal.confirm  can be triggered multiple times. # 22963
  • Input
    • Fix the issue that Button in Input.Group cannot be aligned. # 22975
    • Fix affix the background style problem used by Input in dark mode  . # 23115
  • Fix the problem that Form.Item did not reset the wrong style correctly during dynamic switching. # 23041
  • Fine-tune the color style of RangePicker arrows and suffixes. # 23025
  • Table
    • Fix the background style of Table selection row when hover. # 23110
    • Fine-tune the background color when hovering the Table row. # 23113
    • When the dataSource length of the  table pageSize does not match the asynchronous data  , add a warning message. # 23118
  • Select
    • Fine-tune the cursor position of the multi-select Select to make it consistent with the single-select Select. # 22978
    • Fix the borderless Select issue validateStatus when Form.Item is set  . # 23004
    • Fix Select display issue under IE11. # 23020
  • Fix style the problem that Calendar does not support  attributes. # 23081
  • Fix the height problem of the active label of the card layout under Tabs. # 23087
  • Fix RTL support for Anchor, Select, DatePicker, Grid, Mentions components. @xrkffgg
  • TypeScript

Update instructions:  https://www.oschina.net/news/114660/ant-design-4-1-1-released

Guess you like

Origin www.oschina.net/news/114818/ant-design-4-1-2-released