You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

206 KiB

order title toc timeline
6 Change Log false true

antd strictly follows Semantic Versioning 2.0.0.

Release Schedule

  • Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
  • Monthly release: minor version at the end of every month for new features.
  • Major version release is not included in this schedule for breaking change and new features.

4.16.3

2021-06-14

  • 🐞 Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. #30963 @ymrdf
  • 🐞 Fix Button lost margin between loading icon and text when children is fragment. #30962
  • Table
    • 🐞 Table adds warning when filteredKeys is controlled and not reflecting internal changes. #30882 @wendellhu95
    • 🐞 Fix Table fixed column header hover background. #30972
  • 💄 Adjust Dropdown item content style to make it get more display space. #30911
  • 💄 Fix Menu in dark mode open style affect by light mode. #30907
  • 🐞 Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. #30892
  • 🌐 Internationalization

4.16.2

2021-06-07

  • 🐞 Fix Menu auto overflow with horizontal mod breaks by float element. #30879
  • Typography
    • 🐞 Fix the problem that Typography.Paragraph copyable will treat React.Fragment as an array. #30869 @crazyair
    • 🐞 Fix Typography incorrect ellipsis width when customize font-size. #30840
  • 🐞 Fix Progress type="circle" throws error Rendered more hooks than during the previous render sometimes. #30855
  • 💄 Optimize Tooltip content width. #30822 @donysukardi
  • Table
    • 🛠 Optimize state display logic of select all checkbox in Table. #30811 @kerm1it
    • 🐞 Fix Table column which contains filters or sorters cannot work with onClick and ellipsis property. #30799
  • 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #30802
  • 💄 Remove duplicated css reset styles for render performance. #30660 @renzhao1113
  • TypeScript
    • 🤖 Adjust Form, Input, Locale, PageHeader component definition. #30776 @qqabcv520

4.16.1

2021-05-30

  • Menu
    • 🐞 Fix overflow not work as expect. #30672
    • 🐞 Fix warning of Can't perform a React state update on an unmounted component when unmounted. #30678
    • 🐞 Fix inline mode not correct handle ellipsis when icon not provided. #30682
  • Typography
    • 🐞 Fix Typography.Text trigger ResizeObserver when css ellipsis is validate. #30664
    • 🐞 Fix ellipsis not work when HMR take effect in dev env. #30754
  • Table
    • 🐞 Fix Table.Summary missing border style when sticky and bordered enabled. #30666
    • 🐞 Fix column align with sorter and filter. #30744
  • 🐞 Fix Collapse expandIconPosition="right" not working. #30680 @hongdeyuan
  • TypeScript

4.16.0

2021-05-24

  • 🔥 Refactor Menu to support keyboard access and enhance accessibility experience. #30382
  • 💄 Redesign Table filter and sorter buttons to clarify current column. #30651
  • Table
    • 🆕 Table.Summary supports sticky mode. #30631
    • 🐞 Fix nested Table margin inside Table with fixed columns. #30587
    • 🆕 Table add the expandable.fixed property to set the expansion icon to be fixed. #29959
  • Upload
    • 🆕 Upload itemRender add actions param. #30236
    • 🆕 Upload: Remove stopPropagation from drag events and add onDrop prop. #30319 @ebonow
  • Typography
    • 🆕 Typography support for italics. #30458 @alwaysloseall
    • 🐞 Fix Typography flush issue when use ellipsis={{ suffix: 'xxx' }}. #30582
  • Collapse
    • 💄 Fix Collapse arrow style bug when no header. #30586
    • 🐞 Fix Collapse content disappears when set activeKey while it is hidden. #30555 @zjffun
  • 🐞 Fix Menu.SubMenu icon margin issue when using third party icon libraries. @#30642
  • 🐞 Fix Descriptions wrong styling import. @#30602 @lisenenkov
  • 🆕 Radio.Group supports data-* and aria-* props. #30507
  • 🆕 Statistic.CountDown support onChange event. #30265 @appleshell
  • 🆕 PageHeader breadcrumb allows to set as a reactnode. #30019 @gepd
  • 🆕 ConfigProvider supports dynamic prefixCls. #30625
  • 🐞 Fix Anchor cannot trigger onChange when have getCurrentAnchor prop. #30601
  • 🐞 Fix Notification custom styles don't apply to correct div by className when using useNotification. #30588
  • 🐞 Fix Tabs tabBarGutter not working. #30545
  • 💄 Rewrite Space to use flexGap instead of margin style to deal with layout issues under certain border situations. #30023
  • 🐞 Fix Form error style of Input.Group and Cascader. #30640
  • 🌐 Internationalization
    • 🇷🇴 Added Romanian internationalization. #30419 @stefy
    • 🌐 Added Dutch (Netherland 🇳🇱) and Dutch (Belgium 🇧🇪) internationalization. #30389 @lewis-fidlers
  • TypeScript
    • 🤖 Space TypeScript definition supports HTMLAttribute props. #30590

4.15.6

2021-05-18

  • 🐞 Upload will ignore accept if it's invalidate MIME type to follow native behavior. #30549
  • 💄 Remove reset style of th text-align. #30399 @lbwa
  • 🌐 Locale

4.15.5

2021-05-10

  • 🐞 Fix Upload crashes if beforeUpload returns false in IE. #30391 @OleksandrAntonenko1
  • Calendar
    • 🐞 Fix Calendar broken style inside Form.Item. #30442
    • 🐞 Fix Calendar throws error when set value to null or undefined. #30442
  • Table
    • 🐞 Fix Table call confirm({ closeDropdown: true }) in filterDropdown should not trigger onFilterDropdownVisibleChange. #30457
    • 🐞 Fix Table broken expand icon style in Windows Firefox. #30410
  • 🐞 Fix Dropdown.Button don't support mouseEnterDelay and mouseLeaveDelay. #30452
  • 💄 Optimize Rate focus behavior from :focus to :focus-visible. #30451
  • 🐞 Fix Steps with progress get cut at the bottom. #30373 @fachreza73
  • 🐞 Fix the problem that setting locale in DatePicker cannot override ConfigProvider locale. #30380 @Map1en
  • Locale
  • TypeScript
    • 🤖 Export Tooltip zIndex prop typescript definition. #30432

4.15.4

2021-04-30

  • 🐞 Fix Menu.Item width issue when collapsedWidth is set. #30357 @Map1en
  • 🐞 Fix Radio check spin style sometime height too long. #30367
  • 🐞 Fix Typography.Link open link when trigger editable. #30354 @John60676
  • 🐞 InputNumber clean up input will trigger onChange(null) now. #30337
  • 🐞 Fix Dropdown.Button broken style when inside Modal footer. #30328 @Map1en
  • 💄 Replace Anchor default background from #FFFFFF to transparent. #30336
  • 🌐 Add ko_KR and ja_JP TimePicker.RangePicker placeholder. #30285 @ChalkPE
  • TypeScript

4.15.3

2021-04-25

  • Table
    • 🐞 Fix Table selection column width when bordered is true. #30304
    • 🚨 Add warning when Table current is negative number. #30242 @wadezhan
  • 🐞 Fix Button type="link" should not redirect when it is disabled. #30209
  • 🐞 Fix Upload appear errors when url of file is null. #30215
  • 🐞 Fix padding on a SubMenu inside an ItemGroup. #30218 @sebakerckhof
  • 🐞 Fix Checkbox & Radio align issue in flex box. #30260
  • 🐞 Fix Badge broken animation on spin icon. #30275
  • 🐞 Fix Input disabled hover style in Form. #30302 @Fog3211
  • TypeScript

4.15.2

2021-04-19

  • 🐞 Fix Tabs centered doesn't work. #30106 @kerm1it
  • 💄 Fix Button type="link" disabled cursor style missing. #30197
  • 🐞 Fix TextArea onChange event return target object is not a HTMLTextArea object. #30124
  • 🐞 Files in Upload fileList will always have uid. #30087 @jameslahm
  • 💄 Fix Badge toggle style when status is warning. #30090 @jameslahm
  • 🌐 Add Image component preview text in zh_HK and zh_TW. #30100 @jameslahm
  • 🌐 add da_DK locale TimePicker.RangePicker. #30128 @themitvp
  • TypeScript

4.15.1

2021-04-10

  • 🐞 Fix Descriptions labelStyle contentStyle unsuccessful when layout="vertical" and bordered={true}. #29942
  • 🐞 Upload won't crash when fileList is a frozen object now. #29944
  • 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #29983
  • 🐞 Fix Button throws Cannot read property 'removeChild' of null in some situation. #29961 @JohnDeved
  • 🐞 Fix Transfer button's box-shadow getting cut. #30030 @jinchaofs
  • 🐞 Fix CheckBox.Group cannot work with Form of @ant-design/compatible. #30039 @jameslahm
  • 🐞 Fix PageHeader <Tabs type="card" /> padding missing. #29819
  • Table
    • 💄 Optimize Table pagination style when narrow width. #30065
    • 🐞 Fix Table @table-border-radius-base not being applied to .ant-table node. #29966 @VoliBearCat
  • 🐞 Fix Input.TextArea maxLength does not work in control mode. #30070
  • TypeScript
    • 🤖 Fix Select can not contain undefined type. #30068 @Gamote
    • 🤖 Fix Popconfirm okButtonProps and cancelButtonProps types. #29928 @IggsGrey
  • Locale

4.15.0

2021-03-29

  • 🆕 Table now supports rowSelection.defaultSelectedRowKeys. #29879 @keelii
  • 🐞 Fix TextArea display value will be cut by maxLength when in controlled. Fix onCompositionEnd not trigger when input exceed maxLength. Fix emoji count not align with maxLength & showCount. #29867
  • 🐞 Fix Button click effect style not working in shadow root. #29897 @JohnDeved
  • Pagination
    • 💄 Fix Pagination focus style stay after interaction. #29891
    • 🐞 Fix Pagination jump input height not correct when config modifyVars. #29886 @SyMind
  • 🐞 Fix Steps progress item getting cut at edge. #29893
  • 🛠 Prevent Upload drop event bubbling to handle nest case. #29832 @jojonarte
  • 🐞 Apply ConfigProvider componentSize on Tabs component. #29844 @bn3t
  • 💄 Remove Tag hover style since it do not have click interactive. #29874
  • 🇫🇷 Add missing fr_FR translations. #29839 @bn3t
  • 🇸🇪 Add missing sv_SE translations. #29896 @isakol

4.14.1

2021-03-22

  • 🐞 Fix Tabs position shift when active item changed. #29781
  • 🐞 Fix placeholder not being hidden when Image is loaded from cache. #29829
  • 💄 Improve Checkbox/Radio label text layout. #29788
  • TypeScript
    • 🤖 Fix Upload type declaration of beforeUpload. #29766

4.14.0

2021-03-14

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #29752 @jueinin
  • 🐞 Fix AutoComplete custom input className missing. #29725
  • 💄 Fix console warning when setting margin style on Row. #29688
  • 💄 Fix the error style where the disabled Input has affix elements. #29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #29650
  • 🇨🇿 Fix typo in cs_CZ locale. #29675 @jvaclavik
  • 🇨🇦 Add fr_CA locale. #29748 @liufenghua808

4.13.1

2021-03-06

  • 🐞 Fix message.config with prefixCls missing animation style. #29574
  • 🐞 Fix Tooltip is not interactive when visible is true under some situation. #29555
  • 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
  • 🐞 Fix Modal with hooks cannot call update or destroy before render. #29584
  • 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
  • 🐞 Fix Select caret position when mode="tags" and size="small". #29561
  • 🐞 Fix Carousel dotPosition makes pauseOnHover not working. #29587 @zgoby
  • 🐞 Fix Steps responsive prop warning. #29599
  • 🐞 Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
  • 🐞 Fix Descriptions under Table will not have 100% width. #29630
  • TypeScript
    • 🤖 Fix Drawer type declaration of contentWrapperStyle. #29571

4.13.0

2021-02-28

  • 🔥 InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
  • 🆕 Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
  • 🆕 Image support config motion name. #29394 @crazyair
  • ConfigProvider
    • 🆕 ConfigProvider support global statistic config to support some statistic function call. #29285 @crazyair
    • 🆕 Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @crazyair
  • 🆕 Form.List nest multiple level Form.Item support preserve prop. #29267
  • 🆕 Drawer support contentWrapperStyle. #29219 @kerm1it
  • 🆕 Layout.Sider added ref support. #29169 @qramilq
  • 🐞 Fix Table pagination.current display error when result of filter is empty. #29386 @jinchaofs
  • 🐞 Fix Anchor throws error when target don't return a html element. #29523 @bcd337
  • 🐞 Fix Steps with small size that icon shift up 1px. #29484
  • Select
    • 🐞 Fix Select mode="tags" large size (41px => 40px). #29437
    • 📖 Update Select debounce demo to create DebounceSelect component for easy usage. #29414
  • Dropdown
    • 🐞 Fix Dropdown menu item lost disable style with icon. #29433
    • 🐞 Fix Dropdown menu not support expandIcon. #29338
  • 🐞 Fix tree-shaking warning on development builds. #29378
  • 🇰🇷 Fix TimePicker Korean locale. #29540
  • TypeScript

4.12.3

2021-02-10

  • 🛠 Refactor Drawer with React hooks. #29229
  • 🐞 Fix Table pagination not disappear when pagination.position is ['none', 'none']. #29256 @mumiao
  • 🐞 Fix TextArea showCount should not be interactive. #29245
  • 🐞 Fix abnormal background color for multiple and disabled Select in dark. #29242
  • ️ Optimize Slider align performance of tooltip. #29308 @kerm1it
  • ️ Upgrade @ant-design/colors to 6.x to reduce gzipped bundle size 1KB. #29307 @07akioni
  • 🇷🇺 Add ru_RU locale text for Image. #29271 @mumiao
  • 🇮🇷 Add fa_IR locale text for DatePicker, Form, Table, TimePicker and Transfer. #29232 @amiralitaheri
  • TypeScript
    • 🤖 Fix type definition for Table FilterDropdownProps confirm parameter. #29241 @mumiao

4.12.2

2021-02-04

  • 💄 Make Table expand icon and checkbox same size and aligned. #29214
  • 🐞 Fix List with gutter makes column break line. #29211

4.12.1

2021-02-03

  • 🐞 Fix antd crash when load before page ready. #29202
  • 🐞 Fix Table pagination current change logic when pageSize changes. #29184

4.12.0

2021-02-03

  • 🆕 Image.PreviewGroup add current prop. #29153
  • InputNumber
    • 🆕 InputNumber support bordered prop. #29105
    • 🆕 InputNumber add keyboard prop which could disable keyboard behavior. #29110 @kerm1it
  • 💄 Darken Tag text color to enhance readability. #29144
  • 💄 Fix Row with vertical gutter provides additional margin-bottom style. #29059
  • 🐞 Fix Collapse header disappers with delay. #29158
  • 🐞 Fix the problem that showCount display data is incorrect when TextArea input emoji. #29057 @HomyeeKing
  • 📦 Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
  • 🌐 Add en-GB missing translations for table. #29131 @eberjoe
  • Table
    • 🆕 Table showSorterTooltip now could be a object for more configuration. #29002 @harrisoff
    • ️ Optimize calling sequence of onChange and onSelectAll in rowSelection of Table. #29079 @kerm1it
  • Badge
    • 💄 Fix Badge change count content to hide miss style. #29089
    • 🐞 Fix Badge digital animation problem. #29100
  • TypeScript
    • 🤖 Table TS definition update dataSource to readonly. #29084
  • Less
    • 💄 Add less variable @progress-info-text-color. #28981 @yuxuan

4.11.3

2021-02-03

Wrong release is the same as 4.12.0, if you need to lock the version, you need to lock it to 4.11.2.

4.11.2

2021-01-26

  • 🐞 Fix rc-trigger BuildInPlacements TypeScript compile error. #29029 @waiwaiku

4.11.1

2021-01-24

  • 💄 Layout inline sub menu now has grey background. #28842
  • 🆕 PageHeader supports breadcrumbRender. #28999
  • 🆕 Typography ellipsis support tooltip to customize tooltip when ellipsis. #28821
  • Image
  • ConfigProvider
    • 🆕 ConfigProvider supports iconPrefixCls. #28924
    • ️ Optimize ConfigProvider props updating perfermance. #28792 @zxc0328
  • 💄 Tweak TreeSelect filter highlight color. #28984
  • 💄 Fix Select item align style with custom tagRender. #28962
  • Form
    • 🐞 Fix Form.Item can not clear nested noStyle error message. #28918
    • 🐞 Form.Item with preserve=false will reset value to initialValues when removed. #28908
  • 🐞 Fix Button click effect style not working in shadow root. #28995 @rinick
  • 🐞 Fix Table custom filter menu cannot close bug. #28688 @alekye
  • Less
    • 💄 Add @menu-inline-submenu-bg less variable and rename @menu-dark-submenu-bg to @menu-dark-inline-submenu-bg. #28842
    • 💄 Add less variable @drawer-footer-padding-horizontal. #28975 @yuxuan
  • RTL
  • TypeScript
    • 🤖 Expose interfaces and types from default entry of antd. #28963
    • 🤖 Improve Input/Skeleton style definition. #28966 @yingpengsha

4.11.0

2021-01-24

It is a wrong release which same as 4.10.3, don't use it.

4.10.3

2021-01-18

  • 🐞 Fix Button not adapting to the @btn-border-width when loading. #28886 @jjanssen
  • Table
    • 💄 Add @table-border-color less variable. #28903
    • 🐞 Fix that invalid params passed to onChange event if define custom filterDropdown and nested filters. #28850 @Meowu
    • 💄 Tweak Table selection column width to 32px. #28073
  • Transfer
  • Upload
    • 🐞 Support for capturing Error message for the Upload error tooltip. #28716 @wangcch
    • 🆕 Upload auto fills uid of fileList when not provided. #28832
  • 🐞 Fix Slider getPopupContainer prop has no default value document.body. #28865 @rinick
  • 🐞 Fix Empty description validateDOMNesting warning. #28862
  • 💄 Fix Tree filterTreeNode missing style. #28866
  • 💄 fix Badge dot width issue when size="small". #28854

4.10.2

2021-01-11

  • 🐞 Fix import error when use antd in commonjs. #28715

4.10.1

2021-01-10

  • 🛠 Optimize Select search performance. #28715 @kerm1it
  • 🐞 Fix Slider throw forcePopupAlign error when unmounted. #28699 @Kerumen
  • 🐞 Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #28675
  • 🐞 Fix Notification box closing height issue generated by useNotification. #28660
  • 🐞 Fix Drawer and Modal disabled scrollbar after closing. #28749
  • 🛠 Reduce gzipped bundle size 2kB. #28678
  • TypeScript

4.10.0

2021-01-04

🎉 Happy New Year!

  • 🐞 Fix the compatibility issue of less 4.0.0.
  • 🐞 Fix the problem of cursor jumping when Typography is editable. #28545
  • 🐞 Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#28349 @liuchao233
  • 🐞 Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's searchValue has value. #28574
  • 🐞 Fix Dropdown disabled menu item link style. #28578
  • 🐞 Fix Progress steps display accuracy issue. #28530 @gaoryrt
  • 🐞 Fix Radio align issue in Chrome. #28616
  • 🐞 Fix Collapse arrow position not aligned when change @collapse-header-padding variable. #28507
  • 💄 Optimize the white border style of Card images. #28624
  • Input
    • 🐞 Fix TextArea value get cut when input chinese words. #28456
    • 🆕 The showCount property of Input.TextArea now supports passing in a method to customize the display format of the number. #28145 @MrHeer
    • 🆕 Input focus supports configuring the cursor position when getting focus. #28602
  • Modal
    • 🆕 Modal.method adds an afterClose callback that will be triggered after the Modal is completely closed. #28053 @liuchao233
    • 🐞 Fix the problem that Modal can be dragged outside the viewport. #28438 @mumiao
  • Table
    • 🐞 Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. #28568
    • 🐞 Fix Table selection abnormal behavior when inside Checkbox.Group. #28576
    • 🐞 Fix the problem that the sticky header style is messy when there is no data. #28323
    • 🐞 Fix the problem that onChange listener always receives empty list as filters parameter if use a custom filterDropdown. #28627 @Meowu
    • 🆕 Adds expandable.columnWidth to customize the width of the expanded column. #28249
    • 🆕 Adds clear all option from selection. #28580 @n0ruSh
  • Image
  • Upload
    • 🐞 Fix a warning even when not using transformFile. #28455 @YanYuanFE
    • 🐞 Fix Upload fileList cannot work with data that is produced by immer. #28636 @mumiao
    • 🆕 Upload adds a new maxCount property to limit the number of files. #28367
  • DatePicker
  • Select
  • 🆕 Slider add a new range.draggableTrack prop. #28592
  • 🆕 Descriptions support setting labelStyle & contentStyle directly. #28613
  • 🆕 message added a new onClick callback that will be triggered when the message is clicked. #28148 @ZeroTo0ne
  • 🆕 The scrollToFirstError property of the Form adds support for setting the position for scrolling. #28272 @vouis
  • 🆕 Steps support reponsive which allows to turn off reponsive change. #28459
  • 🌐 Localization
    • 🇭🇷 Improved Croatian language support. #28458
  • TypeScript

4.9.4

2020-12-16

  • 🐞 Fix Menu delayed hover color transition in Chrome. #28372
  • 🐞 Fix Tree node connection line position problem. #28354 @maksnester
  • 💄 Fix Table fixed column z-index which makes Dropdown not showing on top. #28346
  • TypeScript
    • 🤖 Fix message.loading() return type. #28362

4.9.3

2020-12-14

  • 💄 Fix Badge standalone motion blink when show/hide. #28240
  • 🐞 Fix Table filters not support number and boolean type. #28220 @Meowu
  • 💄 Remove Tree hover background color when selectable={false}. #28269
  • 💄 Fix Statistics decimal font size. #28223
  • TypeScript

4.9.2

2020-12-06

  • Table
    • 🐞 Fix Table selecting crash sometimes. #28193 @yanguoyu
    • 💄 Fix Table selection column header align issue. #28173
  • Dropdown
    • 💄 Fix Dropdown subMenu arrow style. #28181
    • 🐞 Fix Dropdown click area not matched. #28180
  • 🐞 Fix overlayInnerStyle not work in Tooltip. #27682 @jasepellerin
  • 💄 Fix Layout overflow style for Table sticky. #28176
  • 💄 Fix Steps progressDot broken style of first step. #28126 @ZeroTo0ne
  • 💄 Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion
  • 💄 Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
  • 💄 Fix Tag cursor style in Tree node. #28219
  • 🛠 Remove @ant-design/css-animation for better bundle size. #28201
  • RTL
  • TypeScript

4.9.1

2020-12-01

  • TypeScript
    • 🤖 Fix Collapse.Panel collapsible property to optional. #28092 @sammarks

4.9.0

2020-11-30

  • Modal
    • 🆕 Modal support focusTriggerAfterClose to disable auto focus back. #27985 @molokovev
    • 🐞 Fix Modal hooks not trigger onCancel. #28063 @JuniorTour
    • 🐞 Fix Modal sometime not popup from the click position. #28037
    • 🆕 Support closable and closeIcon api for Modal.method. #27909 @MrHeer
  • 💄 Reduce Table selection column width to 32px. #28073
  • Image
    • 🔥 Image add PreviewGroup component to support multiple images preview. #28069
    • 🐞 Fix Image style prop not acting on img element. #27446
  • Collapse
    • 🔥 Collapse support collapsible to customize trigger region and deprecated Panel disabled prop. #27790
    • 🐞 Fix Collapse cannot contains <Table sticky />. #28039
  • 🐞 Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
  • 🆕 Alert support action prop. #25892 @jesse3mh9a
  • 🔥 Tree refactor drag behavior. Add dropIndicatorRender and allowDrop prop. #26462 @07akioni
  • 🆕 Space support wrap for auto break line. #27910
  • 🆕 Descriptions.Item support labelStyle & contentStyle props. #27897
  • 🆕 Form.List support initialValue. #27872
  • 🆕 Menu supports expandIcon, and optimize default expand icon style. #27565
  • 🆕 Input and TextArea add setSelectionRange of ref. #27584 @appleshell
  • 🆕 Select support filterSort to order the filtered options. #27523 @n0ruSh
  • 🇰🇿 Add Kazakh locale. #27589 @nodkz

4.8.6

2020-11-27

  • 🐞 Fix Badge style blink when mounted. #28003
  • 💄 Reduce Modal style size. #27998
  • 🐞 Fix Layout.Sider can not collapse when width='0'. #28000
  • 🐞 Fix Menu style when using none Ant Design icons. #27983
  • Input
    • 🐞 Fix Input.Search button height when customize less variables. #27986
    • 🐞 Fix Input.Search addonBefore abnormal style. #27960
  • 🐞 Fix Typography.Link clicking copy button will redirect. #27982
  • 🐞 Fix Carousel throws error Unable to preventDefault inside passive event listener. #27957
  • 🌐 Improve data picker locale for en_GB and zh_TW. #28016 @abz53378
  • RTL
    • 💄 Optimize the border style of Descriptions in RTL model. #28010
    • 💄 Fix the vertical style of Steps in RTL mode. #27996
  • TypeScript

4.8.5

2020-11-22

  • 🐞 Fix that Spin can't render children 0. #27839 @liuchao233
  • 💄 Fix the RangePicker panel interaction style. #27894
  • 💄 Fix Switch loading style. #27860
  • 💄 Optimize Skeleton color to fit dark background. #27836
  • 💄 Adjust Statistic deciaml font size. #27884
  • 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
  • 🛠 Refactor BackTop、Badge、UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
  • RTL
    • 💄 Fix the style of the Tree switch icon in RTL mode. #27876
  • TypeScript
    • 🤖 Fix AutoComplete DataSourceItemType type definition. #27892
    • 🤖 Export Image ImageProps interface. #27846 @wangcch

4.8.4

2020-11-16

  • 💄 Fix Button and Form loading style. #27794
  • 🐞 Fix Modal.confirm locale missing after close it. #27797
  • 🐞 Fix Button/Anchor throws findDOMNode is deprecated in React 17. #27755 @hosseinmd

4.8.3

2020-11-14

  • 🛠 Refactor Carousel with React hooks. #27694
  • 🛠 Refactor <Typography editable /> with React hooks. #27655
  • 🐞 Fixed the problem that form behaves abnormally when namepath is an array. #27664
  • 💄 Fix RangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
  • 🐞 Fix Select mode=tags cannot input whitespace normally. #27726 @baxtergu
  • 💄 Fix the mouse style when Typography.Link is disabled. #27734
  • 🐞 Fix Menu dropdown animation start twice when appear. #27663
  • 💄 Fix Avatar style when src is Image component. #27691
  • 💄 Fix Select multiple cursor position. #27689
  • 🐞 Fix TextArea emoji been cut when enable maxLength. #27679 @372623460jh
  • 🐞 Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
  • 💄 Add @radio-border-width. #27703

4.8.2

2020-11-09

  • 🐞 Fix Pagination lost jumper margin style. #27650
  • 🐞 Fix Steps type="navigation" last item broken style. #27654

4.8.1

2020-11-08

  • 🛠 Refactor TreeSelect with React hooks. #27593
  • 🛠 Refactor Layout with React hooks. #27595
  • 🐞 Fix Select abnormal outline style in Form validation. #27607
  • 🐞 Fix Pagination extra margin-right when enable size changer. #27610
  • 🐞 Fix Input.Search enterButton={null} throw error. #27591 @davidebianchi
  • 🐞 fix Avatar.Group size not working. #27531
  • 🐞 Fix vertical Tabs long title cause tab width changes. #27569
  • 🐞 Fix Table filters didn't display in column.children. #27435 @JhonXY
  • 💄 Fix Steps style that inside another Steps. #27514
  • TypeScript
  • RTL
    • 💄 Fix Progress.Line strokeColor direction error in RTL mode. #27515

4.8.0

2020-11-02

  • Image
    • 🔥 Image support preview.getContainer property. #26713 @rfreling
    • 🐞 Fix Image style prop not acting on img element. #27446
  • 🆕 ConfigProvider support form.requiredMark. #27322
  • 🆕 Statistic support loading prop. #26811 @appleshell
  • Avatar
    • 🔥 Support Image element as prop for Avatar component. #27448 @n0ruSh
    • 🆕 Avatar.Group support size props. #27348
  • 🆕 Row support noWrap to make Col in line. #27469
  • Tree
    • 🐞 Fix Tree text selecting when double click switcher icon. #27476
    • 🐞 Fix Tree with showLine not connect line when title break line. #27386
  • Modal
    • 🆕 modal.update() supports functional updating. #27163 @Mongkii
    • 🆕 Modal method support bodyStyle props. #27292
    • 🐞 Fix Modal missing modalRender prop. #27272 @jieny
    • 🐞 rootPrefixCls set in Modal.config can be effective for the antd components used in title and content. #27376 @Chersquwn
  • Input
    • 🆕 Input.Textarea support size props. #27110
    • 🐞 Fix Input missing className when allowClear is true. #27462
  • Table
    • 🆕 Table.Summary.Cell support align prop. #27365
    • 🐞 Fix Table onShowSizeChange trigger twice. #27417
    • 🐞 Fix Table pagination cache previous config issue. #27412
  • Typography
    • 🐞 Fix Typography Invalid regular expression issue with particular content. #27383 @ttys026
    • 💄 Fix disabled Typography.Link hover or active color. @27487 @Liu-Ya
  • Steps
    • 🐞 Fix title is not centered when enabling progressDot. #27406
    • 🐞 Fix style in small screen. #27499
  • 🐞 Fix PageHeader that empty dom will be displayed when title is empty. #27485
  • 🐞 Fix Slider keep tooltip align with handle when dragging. #27489
  • 🐞 Fix RangePicker selected range border style. #27438
  • 💄 Adjust Collapse arrow position align with first line. #27363
  • 💄 Fix Descriptions style when label use block element. #27375
  • 💄 Fix Select abnormal border style in Form validation. #27378

4.7.3

2020-10-24

  • Form
    • 🐞 Fix Form warning for non-boolean attribute virtual when use ConfigProvider. #27343
    • 🛠 Adjust Form.Item initialValue sync status align with Form level initialValues. #27319
  • Typography
    • 🛠 Improve Typography ellipsis title display. #27328
    • 💄 Fix Editable Typography in Card title style problems. #27221
  • Input
    • 🐞 Fix Input.Search duplicated className when allowClear is true. #27261
    • 🐞 Fix Input.Search border style when enable allowClear. #27261
  • 🐞 Fix Upload.List preview image fit size issue. #27312 @JuniorTour
  • 🐞 Fix Notification no wrap with long text. #27285 @littleee
  • 🐞 Fix Menu inside flexable container will not shrink properly. #27253
  • 🌐 Fix en_US, en_GB and ga_IE gramma. #27259 @yasikovsky
  • 🐞 Fix Tag with customize closeIcon breaks line issue. #27226 @handycode

4.7.2

2020-10-19

  • 💄 Fix Layout.Sider light theme lost styles. #27227 @lingjieee
  • 💄 Fix TextArea wrapped with additional div when showCount is false, and pass className and style to outer wrapper when showCount is true. #27216
  • 🐞 Fix Checkbox.Group TS2559 error. #27231

4.7.1

2020-10-18

  • DatePicker
    • 🐞 Fix DatePicker don't work correctly when showTime is true and format is function. #27156
    • 💄 Fix DatePicker wrong animation direction when auto overflow. #27101
  • Typography
    • 💄 Fix Typography miss pre and blockquote style. #27150
    • 🐞 Fix Typography.Link hover color. #27119
    • 🐞 Fix Typography.Link hover color when type is danger. #27104
  • 💄 Fix Descriptions ant-descriptions-item-content and add style word-break:break-word;. #27195 @WLyKan
  • 🐞 Fix clear Password value attribute in controlled mode. #27191
  • 🐞 Optimize Notification width in small screen. #27189
  • 🐞 Fix Cascader className duplicate. #27187 @huntdream
  • 🐞 Fix the issue that the Drawer will trigger form submit. #27175
  • 🐞 Fix Dropdown icon missing margin. #27165
  • 💄 Fix Layout.Sider collapsedWidth cannot work without modifying @menu-collapsed-width. #27154
  • 🐞 Fix Tabs animated={true} not working for panels. #27145
  • 🐞 Fix Divider color when contains text. #27134
  • 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
  • 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
  • RTL
    • 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
  • TypeScript
    • 🤖 Button shape remove undeclared doc type. #27159
    • 🤖 Add optional rules property into FormListProps. #27164 @huntdream

4.7.0

2020-10-10

  • 🔥 Input.TextArea support word count. #26952 @zhangchen915
  • DatePicker
    • 🔥 DatePicker support custom format by passing a function. #26845
    • 🐞 Fix RangePicker initial date of end panel cannot selected. #23167
  • Form
    • 🔥 Form.Item support tooltip to customize tooltip. #26780
    • 🆕 Form.List support rules validation and add Form.ErrorList to show the errors. #26676
    • 🆕 Form.Item support messageVariables prop. #26597
    • 🐞 Fix Form onValuesChange second param return fully store values instead of validate fields. #26808
  • Upload
    • 🔥 Upload can custom the item of file list by itemRender now. #26333
    • 🆕 Upload custom action icons now supports callback functions. #26684 @mwaddell
  • Table
    • 🆕 Table sticky now support getContainer. #26973
    • 🐞 Fix Table should not render dropdown filter icon when filterDropdown is undefined. #27002 @shangyilim
  • Modal
    • 🛠 Refactor Modal animation code so that it will remove all dom element by destroyOnClose when closed. #26940
    • 🆕 Modal add modalRender prop which can be used for draggable dialog. #26507 @jhoneybee
  • 🆕 Space add split prop. #26948
  • 🆕 Image preview prop now support visible and onVisibleChange. #26915
  • 🆕 InputNumber will trigger onStep prop when click up/down buttons. #27075
  • 🆕 Avatar size support responsive config. #26244 @willamesoares
  • 🐞 Fix Radio.Button children cannot apply Tooltip. #27050
  • RTL
    • ⬅️ Fix List action button position in RTL mode. #26964
    • ⬅️ Fix Transfer pagination style in RTL mode. #26960
    • ⬅️ Fix Upload style in RTL mode. #26961
    • ⬅️ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
    • ⬅️ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
  • TypeScript
    • 🤖 Fix typo TimeLineItemProps to TimelineItemProps. #27001 @mgcrea
    • 🤖 Fix Slider missing autoFocus prop. #26995 @shangyilim
    • 🤖 Fix Slider step prop not accepting null value. #26984 @shangyilim
    • 🤖 Fix Slider.Range trackStyle and handleStyle should be array. #27033
    • 🤖 Optimize Tag onClose TypeScript definition. #26932
    • 🤖 Improve Form TypeScript definition to support getFieldsValue return generic type without namePath argument. #26791
  • Locale

4.6.6

2020-09-27

  • 🐞 Fix Steps first item shifts in small screen. #26894
  • 💄 Fix Divider border style not work when text is provided. #26863
  • 🐞 Fix Radio.Button validation error highlight. #26849 @dhorelik
  • 💄 Fix Typography link-decoration style. #26854 @vineetvk01
  • Locale
  • TypeScript
    • 🤖 Fix message.destroy parameter type. #26864 @lihqi
    • 🤖 Optimize Slider type definition. #26884
    • 🤖 Form properly export FormListProps type. #26831 @mgcrea

4.6.5

2020-09-20

  • 💄 Fix Descriptions item long text ellipsis issue. #26820
  • 🐞 Fix Menu unexpected scrollbar when show and hide. #26817
  • 🐞 Fix @layout-sider-background cannot set to linear gradient color. #26810
  • 🐞 Fix Select compositing status lost when input first letter in Chinese. #26796
  • 🐞 Fix Table @table-sticky-zindex less compile error issue. #26800 @chimp1nski
  • Button
    • 💄 Fix Button align issue when has icon only. #26785
    • 🐞 Fix Button warning Invalid value for prop navigate when using with react-router. #26740 @knobo
  • 💄 Fix TimePicker column align issue, add @picker-time-panel-column-width and @picker-time-panel-column-height less variables. #26784
  • 🐞 Fix AutoComplete warning when using placeholder and allowClear. #26765
  • 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
  • 🛠 Dedupe rc-trigger version to reduce package size. #26803
  • TypeScript

4.6.4

2020-09-13

  • 💄 style: Card card image has extra 1px border. #26659
  • 💄 Fix Select placeholder color not same as Input. #26651 @wangcch
  • 🐞 Fix Menu not support React.Fragment inside. #26656
  • 🐞 Fix TextArea different behavior with Input when set value to undefined. #26652
  • 🐞 Fix Motion related issue like Upload align flash and Form.Item with help ssr issue. #26628
  • 🐞 Fix Typography.Link warning Invalid value for prop navigate when using with react-router. #26623
  • 🐞 Fix Table pagination missing when is above table. #26618
  • 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
  • TypeScript
    • 🤖 Fix Table that sorter compare and multiple should be optional. #26686

4.6.3

2020-09-06

  • 🛎 Sort props className to the end. #26602
  • Table
    • 💄 Fix Table nested table styles affects all sub-level tables. #26568 @willc001
    • 🐞 Fix elements above Table was not clickable elements which has float: right; style. #26599
  • 🐞 Fix Modal closing cause scroll position jump up. #26538
  • 🐞 Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
  • 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
  • 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
  • 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
  • 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
  • 🐞 Fix Pagination align issue in windows. #26549
  • 🐞 Fix Form with help make ssr un-sync issue. #26542
  • 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
  • TypeScript
    • 🤖 Col Add flex type to ColSize interface. #26578 @blaiz
    • 🤖 Fix Tooltip/Popover children tsd to accept ReactNode. #26534

4.6.2

2020-08-31

  • Upload
    • 🐞 Fix Upload list status issue when in control mode. #26481
    • 💄 Fix Upload picture-card style unexpected margin in Form.Item. #26367
  • 💄 Fix Select focus shadow style. #26465 @Rainy
  • Table
    • 🐞 Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
    • 💄 Fix Table expand icon size issue when @font-size-base is 12px. #26409
  • Space
    • 🐞 Fix Space not support React.Fragment issue. #26444
    • 🐞 Fix Space preserve empty dom node when children contains empty node. #26389
  • 🐞 Fix Badge not work when status or color is empty. #26375 @zhangchen915
  • 💄 Fix Tree draggable transition style. #26387
  • 🐞 Fix colorPalette is not defined when customize theme in some situation. #26395
  • TypeScript
    • 🐞 Fix TimePicker.RangePicker typescript need picker issue. #26446
    • 🐞 Upload extended showUploadList of Upload with removeIcon and downloadIcon properties. #26406 @bencallaway
  • RTL

4.6.1

2020-08-24

  • TypeScript
    • 🐞 Fix Upload type declaration missing children. #26347

4.6.0

2020-08-23

  • 💄 Darker @text-color for WCAG 2.0 on contrast ratio. #25630
  • 🔥 New Image component. #26296
  • 🔥 Table support sticky prop to sticky header and scroll bar. #25939
  • 🛠 Refactor Upload via hooks. #26196
  • Form
    • 🆕 Form support style of required mark with requiredMark and deprecate hideRequiredMark prop. #26309
    • 🆕 Form.List support the second index param in add. #26081
  • 🆕 VirtualList support no blink jump and fix Select blank dropdown issue. #26306
  • Typography
    • 🆕 Support Typography.Text success type. #26145 @llwslc
    • 🆕 Typography copyable support hide tooltip and editable support config icon and tooltip. #25953 @llwslc
    • 🆕 Add Typography.Title level 5. #25861
    • 🆕 Typography add maxLength & autoSize with editable config #25373 @CornerSkyless
  • 🐞 Fix Transfer filterOption not trigger when search spaces. #26335
  • Progress
    • 🐞 Fix Progress steps don't support trailColor. #26323
    • 🐞 Fix Progress success.percent not working when type="circle". #26307
  • 🐞 Fix Textarea don't display defaultValue when value is undefined. #26327
  • Cascader
    • 🐞 Fix Cascader options not open with search after ESC pressing. #26271 @flyerH
    • 💄 Optimize Cascader clear animation. #26186
  • 🗑 Remove deprecated Button.Group and please use Space component instead. #26260
  • Select
    • 🆕 Select support onClear prop. #25907
    • 🐞 Fix Select mode="tags" showing duplicated items when search. #25907
    • 🐞 Fixed the style exception that was disabled when Select focused. #26255
    • 🐞 Fix Select icon overlap with selections when showArrow enabled. #26168 @zhangchen915
  • DatePicker
    • 🐞 Fix panel not correct when picker changed. #26093
    • 🐞 Fix RangePicker do not close panel when click clear icon. #26188
  • 🐞 Fix Pagination font family style. #26230 @albertms10
  • 🐞 Fix Space children remount in some case. #26219
  • Badge
  • 🆕 Tabs tabBarExtraSlot support extra position. #25138 @jesse3mh9a
  • 💄 Optimize the display effect of Descriptions when there is more content. #25903
  • 🆕 message could be detroied by message.desctroy(key). #26052 @lihqi
  • 💄 Adjust InputNumber handler bar to be hidden when readOnly. #25998
  • Locale
  • RTL
    • 💄 Optimize the connection line style in Tree RTL mode. #26205
    • 💄 Optimize Dropdown RTL writing to avoid dark mode style overlays. #26206
  • TypeScript

4.5.4

2020-08-12

  • 🐞 Fix Form.Item hidden not working in less. #26152
  • 🐞 Fix Dropdown render issue when overlay is string. #26135
  • 🐞 Fix Table pagination disappear when last record in last page is deleted. #26133 @QoVoQ
  • Tree
    • 🐞 Fix Tree.DirectoryTree can not use scrollTo with ref. #26129
    • 🐞 Fix Tree lost line between top level nodes when enable showLine. #25991 @zhangchen915
  • 💄 Add @badge-color less variable. #26159
  • RTL
    • 🐞 Fixed Input.Search border style in RTL mode. #26156
    • 🐞 Fix the style of Input when addonBefore in RTL mode. #26153
    • 🐞 Fix multiple style issues for DatePicker in RTL mode. #26149 #26157 #26158
  • TypeScript
    • 🐞 Fix Slider handleStyle and trackStyle TypeScript definitions. #26160

4.5.3

2020-08-08

  • Menu
    • 🐞 Fix horizontal Menu dark theme style under dark theme. #26062
    • 🐞 Fix the position of the horizontal Menu in dark theme and RTL mode. #26032
  • Table
    • 🐞 Fix Table crash when dataSource contains number. #26042
    • 🐞 Fix Table empty filters throw warning. #26001
  • Form
    • 🐞 Fix Form.Item hidden not work with noStyle. #26020
    • 💄 Fix Form.Item margin is uncorrect in compact mode. #26069
  • Transfer
    • 🐞 Fix the mouse style of the head dropDown when Transfer is disabled. #26005
    • 🐞 Fix the problem that Pagination is not disabled when Transfer is disabled. #26009
  • Cascader
    • 💄 Cascader selector down arrow doesn't rotate. #26078 @07akioni
    • 🐞 Fix Cascader text overflow bug in Firefox. #26011
    • 🐞 Fix the problem that the color of mouse hover border is abnormal when Cascader is disabled. #25970
  • Select
    • 💄 Optimize the disabled style of Select multiple mode.