Ant Design 4.13.0 released, enterprise-level UI design language and React implementation

Ant Design 4.13.0 is released. Ant Design is an enterprise-level UI design language and React implementation. It is built using TypeScript and provides a complete type definition file. It comes with interactive language and visual style extracted from enterprise-level mid- and back-end products, and out-of-the-box high-quality React Component and full link development and design tool system.

The update content of this version is as follows:

  • InputNumber adds  stringMode attributes to support high precision  step. value Display a warning style instead of forcibly changing the value when it is controlled and out of range. Dynamic modification  min and  max no longer trigger  onChange events. #29373
  • Upload supports   not displaying the file in the list when beforeUpload returning  Upload.LIST_IGNORE. #29474
  • Image supports the configuration of animation related types. #29394  @crazyair
  • ConfigProvider
    • ConfigProvider adds global static configuration to support some static methods. #29285  @crazyair
    • className Add ant- prefixes to all  animation-related css  to prevent duplication of names. #29268  @crazyair
  • Form.List nested multiple levels of Form.Item support  preserve properties. #29267
  • Drawer support  contentWrapperStyle. #29219  @kerm1it
  • Added ref support for the Layout.Sider component  . #29169  @qramilq
  • Fix Table pagination.current display error when the filter result is empty . #29386  @jinchaofs
  • Fix target the problem that an error occurs when Anchor  is not an html element. #29523  @bcd337
  • Fix the problem of the upper side of the icon when Steps is small in size. #29484
  • Select
    • Fix 1px the problem that the height of the large control in the Select tab mode is too large  . #29437
    • Update the Select anti-shake example and package it into a DebounceSelect component for the convenience of users. #29414
  • Dropdown
    • Fix the problem that the disabled style of the menu item with icons in Dropdown is lost. #29433
    • Fix expandIcon the problem that Menu does not support in Dropdown  . #29338
  • Fix will report tree-shaking warning message when developing locally. #29378
  • Fix TimePicker localization. #29540
  • TypeScript

Update instructions: https://github.com/ant-design/ant-design/releases/tag/4.13.0

Guess you like

Origin www.oschina.net/news/131440/antd-4-13-0-released