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.
 
 

205 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.

3.23.2

2019-09-06

  • 🐞 Fix round Button font size too large. #18701
  • 🐞 Fix Descriptions warning with same key when bordered is true. #18637
  • 🐞 Fix Drawer animation when placement is right and mask is false. #18636
  • 🐞 Fix Icon that component and children prop should have priority over type prop. #18592
  • 🐞 Fix Layout.Sider boundary values for max-width. #18553 @Nikitenkova
  • 🐞 Fix PageHeader that back icon can't coexist with breadcrumb. #18691
  • 🗑Deprecated Select inputValue prop and use searchValue instead. #18629
  • TypeScript
    • 🐞 Fix type definition of status for Result. #18445
    • 🐞 Fix type definition of target for Anchor.Link. #18646
    • 🐞 Fix type definition of transformFile params for Upload. #18671
    • 🐞 Fix type definition of title and footer for Table. #18697 @yoyo837

3.23.1

2019-09-03

  • 🐞 Fix Upload can not upload more than one file when multiple is false. #18626
  • 🐞 Fix MonthPicker switch handler overflow style. #18624
  • 💄 Tree add @tree-node-hover-bg and @tree-node-selected-bg less variable. #18593 @MrHeer

3.23.0

2019-09-02

  • 🔥 Pageheader has been redesigned to accommodate more situations. #18128
  • 🌟 Card support tabBarExtraContent prop. #18433 @lengthmin
  • 🌟 Anchor.Link add add new property target. #18335 @DiamondYuan
  • 🌟 Breadcrumb support children use with React.Fragment. #18340 @long-zhuge
  • 🌟 Card.Grid add new prop hoverable for support disable hover state. #18457 @MrHeer
  • 🇦🇲 Added locales for the Armenian language. #18586 @ashmna
  • InputNumber
    • 🌟 Support onPressEnter prop. #18346
    • 🐞 Fix React lifecycle warning. #18346
  • Less variables
    • 💄 Add @modal-footer-border-color-split. #18522
    • 💄 Add @input-number-handler-bg @input-number-handler-border-color. #18533
    • 💄 Add @card-background @card-skeleton-bg. #18531
    • 💄 Add @typography-title-font-weight. #18456 @MrHeer
  • 🛎 Add warning when use value of Switch, Checkbox, Upload. #18497
  • 🛠 Refactor styleChecker to arrow function for fix serverless target in next.js. #18541 @ZhengYuTay
  • 🐞 Fix circle Button not circle in some situation. #18516
  • 🐞 Fix icon position in Input. #18521 @xrkffgg
  • 🐞 Fix RangePicker selected date style. #18559
  • Descriptions
    • 🐞 Fix Descriptions last Item has wrong calculated width issue. #18568
    • 🐞 Description.Item will reuse key in render if user provided. #18578
  • 🐞 Fix Tab content width not correct in Safari. #18574
  • 🐞 Fix Mentions popup position not correct when prefix is empty string. #18576
  • 🐞 Fix Upload.Dragger can upload multiple files when multiple is false. #18580
  • 🐞 Fix Card actions style when contains link Button. #18588
  • 🐞 Fix Input not vertical align with Button in Chrome. #18603
  • 🐞 Fix nested List style in grid layout. #18589
  • TypeScript
    • 🐞 Fix Steps.Step component's subTitle prop types. #18525 @wtzeng1
    • 🐞 Ensure title or overlay is required in Tooltip props definition. #18515 @laysent

3.22.2

2019-08-27

  • 🐞 Fix Mentions has additional height in Form. #18478
  • 🐞 Fix disabled Input should not be allowed to clear. #18482
  • 🐞 Fix Input.Password crash with Cannot read property 'input' of null when unmount. #18475
  • 🐞 Fix Table style should applied to outside wrapper. #18494
  • 🐞 Fix PageHeader default english text. #18471 @hjiawei

3.22.1

2019-08-26

  • 🔥 The official website now supports the search icon through the picture! #18425
  • 💄 Tweak Table expand icon style. c5344bd
  • 🐞 Fix prop style is getting duplicated on Table. #18330 @MrHeer
  • 🐞 Fix Input line height style bug in IE11. #17759
  • 🐞 Fix Steps progressDot broken style. #18356
  • 🐞 Fix an issue with plain icon button style errors. #18458 @qhanw
  • 🐞 Fix TextArea with autosize in controlled mode that scrollbar blink when typing. #18401
  • 🐞 Fixed an issue where Input.Password ref could not get the input element and had no focus and blur method. #18441
  • 🐞 Fix Upload wrong line break. #18423
  • 💄 Add less variables @select-dropdown-bg @select-item-selected-bg @select-item-active-bg @anchor-border-colorr @descriptions-bg. #18444 #18372 @MrHeer

3.22.0

2019-08-17

  • 🔥 New type navigation of Step. #17994
  • 🇷🇴 Add Romanian locale. #18163 @stefy
  • Anchor
    • 🌟 Add getCurrentAnchor property to specify current active anchor. #17823 @shaodahong
    • 🌟 Add targetOffset property to customize scroll position offset. #17827 @shaodahong
  • 🌟 Drawer supports popup in custom dom node. #18167
  • 🌟 Mentions support getPopupContainer property. #18298 @vijayst
  • 🌟 Modal support custom closeIcon. #18309
  • 🌟 Upload support to preview jfif format images. #18322
  • 💄 Tweak Descriptions.Item padding bottom via size. #18270
  • Cascader
    • 🌟 Allow input autoComplete to be overrided. #18279 @zomars
    • 🐞 Fix wrong notFoundContent width when using fieldNames.#18325
    • 🐞 Fix missing options cause crash. #18190 @nnecec
  • 🐞 Fix Menu.SubMenu className applied to popup menu mistakenly. #18290
  • 🐞 Upgrade react-slick to fix Carousel lifecycle warning. #18209
  • 🐞 Fix Button received false for a non-boolean attribute loading warning. #18208
  • 🐞 Fix style problem when hovering Table selected row. #18261
  • 🐞 Fix Checkbox hovering border color when it is disabled. #18168
  • 🐞 Fix Progress missing or messed gradient color. #18284
  • 🐞 修复 TextArea scrollbar blinking problem when using autosize and maxRows. #18289
  • TypeScript
    • 🐞 Fix some components (Tooltip, Breadcrumb, Badge) importing error. #18282 @lidianhao123
    • 🐞 Fix MonthPicker monthCellContentRender property definition. #18192 @JonathanLee-LX
    • 🐞 Fix Upload.Dragger children error. #18196
    • 🐞 Fix Tag.CheckableTag style property definition. #18300

3.21.4

2019-08-09

  • 🐞 Fix the problem that Dropdown.Button requires title props.

3.21.3

2019-08-09

  • Timeline
    • 🐞 Fix the problem that content content does not wrap when it is too long. #18092 @xrkffgg
    • 🐞 Fixed inconsistency in styles in alternate and right modes and width overflow of content. #18093 @xrkffgg
  • 🐞 Fix Tabs content with margin collapse with navigation. #18112
  • 🐞 Fix Textarea autosize shows scrollbar after resize. #18114
  • 🐞 Fix Tooltip not work correctly on disabled Checkbox. #18138
  • 🐞 Fix a Button line-height align issue. #18139
  • 🐞 Fix missing blur and focus methods on Mentions. #18132 @yoyo837
  • 🐞 Fix missing title on Button. #18130 @yoyo837
  • 🐞 Fix Upload throw File not defined in IE9. #18115
  • 🐞 Fix Input clear icon not align correctly. #18151
  • 🐞 Fix Card broken style when using Button as actions. #18179
  • 🐞 Fix the problem that Modal.confirm can't set getContainer. #18182
  • ⌨️ Improve Divider accessibility by adding role="separator". #18116

3.21.2

2019-08-06

  • 🐞 Fix React does not recognize the noStyle prop on a DOM element warning. #18088
  • 🐞 Fix Input prefix & suffix not align with text. #18097
  • 🐞 Fix ConfigProvider nest in LocaleProvider make locale not work. #18105

3.21.1

2019-08-05

  • 🐞 Fix ConfigProvider crash with multiple children. #18075

3.21.0

2019-08-04

  • 🌟 Breadcrumb adds Separator component. #17873 @long-zhuge
  • 🌟 Descriptions adds colon props. #17560 @hengkx
  • 🌟 Rotate zero when Sider triggers in right mode. #18043 @kagawagao
  • 🌟 Table add getPopupContainer props. #17806
  • 🌟 Add new color gray for Timeline.Item for unfinished or disabled status. #17731
  • 🌟 Upload adds transformFile to support transforming file before file uploading. #18009 @lijinke666
  • 🐞 Fix ConfigProvider getPopupContainer not working in Table. #17806
  • 🐞 Fix Statistic font not align with global font. #18044
  • 🐞 Fix Form.Item label replace regexp. #17985 @shaodahong
  • 🐞 Fix Select search style. #17760 @chenyizhongx
  • 🐞 Fix DatePicker style bug when mode is decade. #17887 @xrkffgg
  • 🐞 Fix wave effect performance of Button and other related component. #17945
  • 🐞 Fix Tabs tabBarExtraContent align issue. #17969
  • 🐞 Fix Tabs error when type is editable-card and child component is false. #17965 @oldturkey
  • 🐞 Fix Input align issue of clearIcon and suffix again. #17684 @LilyWakana
  • 🐞 Remove a tag in Alert's close tag. #17872 @geograous
  • 💄 Unified drawer and modal mask opacity. #17943
  • 💄 Optimize RangePicker focus style. #17983
  • 💄 Tag now will be rendered as a span. #17971
  • 💄 Enhance accessibility of Table expanded icon. #17781
  • 💄 Merge LocaleProvider into ConfigProvider. #17816
  • 💄 Add some less variables. #17976 @Yangzhedi #17613 @alxkosov:
    • @table-footer-bg
    • @table-footer-color
    • @menu-icon-size
    • @menu-icon-size-lg
  • 🇲🇾 Add locale Malay. #17546 @austin-krave
  • 🇸🇪 Add Swedish translation for Typography (Text) component. #17858 @Malven
  • 🇫🇷 Add French translation for Typography (Text) component. #17418 @Clafouti
  • 🏴 Add Tamil spanish translations. #17903 @sivaraj-dev
  • TypeScript

3.20.7

2019-07-26

  • 🐞 Fix Upload can not click in Form.Item. #17897

3.20.6

2019-07-24

  • 🐞 Fix Col miss the place when its height is 0. #17748 @yoyo837
  • 🐞 Fix Cascader was broken when options's children is null. #17756
  • 🐞 Fix Checkbox padding where all spans align left. #17752 #17761 @inovux
  • 🐞 Fix Input line height style bug in IE. #17759
  • 🐞 Fix last item of Rate has additional margin. #17764 @inovux
  • 🐞 Fix Radio.Button disabled item border style. #17775
  • 🐞 Fix DatePicker @input-hover-border-color variables not working. #17784
  • 🐞 Fix Transfer not re-render list when dataSource with lazy. #17783
  • 🐞 Fix RangePicker defaultValue startTime later than endTime. #17694 @mraiguo
  • 💄 Tweak long placeholder truncate style. #17797 @Kapiroska
  • 🐞 Fix Menu circular dependencies. #17805 @phthhieu
  • 🐞 Fix Alert message style. #17808 @mtadams007
  • 🐞 Fix Result extra is not centered. #17786 @nnecec
  • 🐞 Fix Progress with mini value not keeps bar radius round. #17819
  • 🐞 Fix Statistic.Countdown format not escaping characters in square brackets. #17841
  • 🐞 Fix Table custom filterDropdown always triggering onChange in some situations. #17846
  • 🐞 Fix TimePicker weird render bug in Safari. #17857

3.20.5

2019-07-19

  • 🐞 Fix <Button type="danger" ghost /> broken style. #17743

3.20.4

2019-07-19

  • 🐞 Fix multiple level Drawer with falsy mask, parent Drawer can not collapse after removing sub component. #17698

  • 🐞 Fix Table border radius missing in Firefox. #17641

  • 🐞 Fix Menu throw warning Cannot update during an existing state transition. #17657

  • 🐞 Fix Affix not resize when container size changed. #17678

  • 🐞 Fix Anchor not update bind element when getContainer changed. #17677

  • 🐞 Fix window scroll issue when using Modal and Drawer same time. #17600

  • 🌟 Empty description supports false. #17659 @billfeller

  • 💄 Remove Pagination element underline style to avoid polluted by global style. #17728

  • 💄 Extends Card action click area. #17705 @lhx6538665

  • 💄 Tweak less variables and UI to improve style customization. #17705

    • Optimize danger Button UI design.

      image
    • Fix @border-radius-sm not working for Slider, TreeSelect.

    • Added some less variables for Progress, Tabs, Slider and Timeline.

  • TypeScript

3.20.3

2019-07-15

  • 🚨 Revert change of Input suffix style in #17508, since it introduced other problems

3.20.2

2019-07-13

  • 📖 Add version description for every features. #17373 @muzea
  • 🐞 Fix Button transition style when loading. #17596 @LilyWakana
  • Cascader
    • 🐞 Fix not display notFoundContent when options.length is 0. #17538
    • 🐞 Fix option's loading not aligned when isLeaf is true. #17550
    • 🐞 Fix over-length text covered by arrow. #17583
  • 🐞 Fix Input style when suffix and clear icon exist both. #17508 @LilyWakana
  • TypeScript
    • 💄 Improve type definition of Cascader's option. #17581 @MrHeer
    • 🐞 Fix type definition of Descriptions.title. #17559
    • 🐞 Fix type definition of Collapse.activeKey, Collapse.defaultActiveKey and CollapsePanel.key. #17557 @thylsky

3.20.1

  • 💄 Optimize TimePicker focus style. #17447
  • 💄 Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • 🐞 Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • 🐞 Fix Tabs disabled tab and next icon style. #17500
  • 🐞 Fix Result's problem that the className is empty and the class name is wrong. #17389
  • 🐞 Fix DatePicker's input box is obscured on safari. #17421
  • 🐞 Fix typo icon name colum-height to column-height. #17458
  • TypeScript

3.20.0

  • 🔥🔥🔥 Add Result Used to feed back the results of a series of operational tasks.

  • 🔥 Descriptions support vertical layout. #17330 @hengkx

  • 🔥 Progress.Circle support gradient line color. #17315 @hengkx

    Progress
  • 🔥 Optimize PageHeader className naming. #17321

  • 🐞 Drawer fixes maskCloseble to false, keyboard ESC closes invalid. #17316

  • 🐞 Fixed an issue where Drawer closes not calling afterVisibleChange in Edge. #17311

  • 🌟 Drawer adds keyboard to allow opening and closing of responses to keyboard events. #17316

  • 🌟 Popconfirm adds the disabled props to control whether the click child element pops up. #16985 @lhyt

  • ⌨️ Improve TimePicker accessibility. #17099

  • 💄 Fix Tooltip arrow shadow style. #17264

  • 🐞 Fix Descriptions.Item not support className. #17280

  • 🐞 Fixing Descriptions.Item does not set a label and will also display the : question. #17337

  • 🐞 Fixed the incorrect color of the placeholder of the Mentions. #17317

  • 🐞 Fixed incorrect line-height for Mentions. #17347

  • 💄 Fixed small Table header background to white according to design spec. #17351

  • 🌟 The CheckboxGrouponChange value keeps the order of the options. #17342 @yoyo837

  • 🐞 Fix Tooltip not work correctly on disabled Switch. #17372

  • 💄 Add variables #16843 #17031 #16996 @alxkosov:

    • @dropdown-line-height
    • @dropdown-font-size
    • @dropdown-vertical-padding
    • @collapse-panel-border-radius
    • @table-body-selected-sort-bg
    • @table-selected-row-hover-bg
  • TypeScript

    • 🌟 Improve the type definition of the Switch. #17331
    • 🐞 Skeleton AvatarProps size supports number. #17331
  • 📝 Updated several documents. #17336 #17345 #17355

3.19.8

2019-06-24

  • 🐞 Revert unknown to any for now to avoid introducing tones of errors in one time. #17249

3.19.7

2019-06-21

  • 🐞 Fix Descriptions throw error when contains falsy child. #17207 @superandrew213
  • 🐞 Fix a scrollbar style problem of empty Table in IE. #17223
  • 🐞 Fix single Breadcrumb not showing on PageHeader. #17209
  • 🐞 Fix Modal that 24px botton area cannot trigger mask click event. #17229
  • 🐞 Fix Layout Sider‘s zero-width trigger z-index bug. #17228
  • TypeScript
    • ️ Use the unknown type in typescript 3.0 to improve defintions. #14044 @Zzzen
    • 🐞 Fix Calendar headerRender should be optional. #17063 @wonderjar

3.19.6

2019-06-19

  • 🐞 Fix nest Card extra position not correct. #17140
  • 🐞 Fix Table crash while filter dynamic change. #17141
  • 🐞 Fix TextArea & DatePicker separator position too low and align issue. #17165

3.19.5

2019-06-17

  • 🐞 Fix RangerPicker input style not align. #17126
  • 🐞 Fix getPopupContainer of ConfigProvider not works on Modal. #17132
  • TypeScript
    • 🐞 Fix Descriptions.Item definition. #17049

3.19.4

2019-06-16

  • PageHeader
    • 🐞 Fix abnormal margin issue of PageHeader extra. #17025
    • 🐞 Fix the onBack button displays a pointer that is not always clickable. #17114
  • 🐞 Fix Table with sort not back to first page. #16978
  • 🐞 Fix Menu.SubMenu with selected item should have active style. #17039
  • 🐞 Fix Tree with showLine animation shake. #17055
  • 🐞 Fix Collapse's redundant scrollbar. #17009 #mtadams007
  • 🐞 Fixing date formats for Arabic-Egypt locale. #17092 #3b3ziz
  • 🐞 Fix Input not align with other components in Chrome. #17082
  • 💄 Adjust bordered table header scrollbar style. #17065
  • 🌟 Make Divider style customization easier. #17113
  • 🇷🇺 Add missing Russian translations. #17108 #Enfield1
  • 🌟 Add new less variables #17041 #SamKirkland
    • @comment-font-size-base
    • @comment-font-size-sm

3.19.3

2019-06-06

  • 📝 Add FAQ for DatePicker/RangePicker with mode cannot be selected. #16984
  • 🐞 Fix Breadcrumb validateDOMNesting warning. #16929
  • 🐞 Fix Breadcrumb path error when children is selected. #16885 @haianweifeng
  • 🐞 Fix InputNumber with number type display native spinner. #16926
  • 🐞 Fix Transfer render Empty when customize without data. #16925
  • 🐞 Fix Table header extra vertical scrollbar problem. #16950
  • 🐞 Fix Table miss border-radius in Firefox. #16957
  • 🐞 Fix Table error when rowSelection.getCheckboxProps() has no return value. #15224
  • 🐞 Fix Table abnormal scrollbar in Chrome when using title and rowSelection. #16934
  • 🐞 Fix Divider orientation="center" style. #16988
  • 🐞 Fix Cascader error when type space. #16918 @Durisvk
  • 🐞 Fix missing spanish translations. #17002 @morellan
  • TypeScript

3.19.2

2019-06-01

  • 🐞 Fix Tabs vertical card mode not scrollable. #16825
  • 🐞 Fix Transfer warn setStart on an unmounted component. #16822 @shiningjason
  • 💄 Using less variables @error-color, @warning-color instead of @text-color-danger, @text-color-warning. #16890 @MrHeer
  • 💄 Add warning if Menu use inlineCollapsed under Sider. #16826
  • TypeScript

3.19.1

2019-05-27

  • 🐞 Fix Tooltip not hidden when Menu collapsed in control mode. #16812
  • 🐞 Fix Description warning with column count not correct. #16819
  • 🐞 Correct typo icon names canlendar / interation to calendar / interaction. #16818
  • TypeScript
    • ️ Fix Mentions definition. #16814
    • ️ Update Select onSelect & onDeselect prop definition. #16817

3.19.0

2019-05-26

  • New Components:
    • 🔥🔥🔥 Mentions Provides Mentions component and origin Mention marked as deprecated.
    • 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
  • 🇱🇻 Add Latvian localization support. #16780 @kirbo
  • 🌟 Drawer support close by press ESC. #16694
  • 🌟 Steps support click to switch. #16773
  • 🌟 Calendar support headerRender to customize header。#16535 @abgaryanharutyun
  • 🌟 Slider support tooltipPlacement to set tooltip position. #16641 @cmaster11
  • 🌟 Slider support getTooltipPopupContainer to customize tooltip container. #16717
  • 🐞 Fix PageHeader horizontal divider style. #16684
  • 🐞 Fix Carousel initialSlide not work when children count change. #16756
  • 🐞 Fix Cascader displayRender not interactive. #16782
  • 🐞 Fix Upload list still can be removed when disabled. #16786
  • 💄 Update Upload disabled cursor style. #16799 @attacking
  • 💄 Correct Statistic font color. #16801
  • TypeScript

3.18.2

2019-05-20

  • 🐞 Fix space missing for Button with mixed content. #15342
  • 🐞 Fix active status missing for Carousel when children is changed. #16583
  • 🐞 Fix panel not close when DatePicker is blur by upgrading rc-calendar requirement to version 9.13.3. #16588
  • 🐞 Fix style disorder for Form.Item with help prop and margin-bottom is negative. #16584 @sbusch
  • 🐞 Fix Spin not align when set font-size style. #15206
  • 🐞 Fix selectedRows missing when there is childrenColumnName in Table. #16614
  • TypeScript
    • ️ Improve the definition of children prop for Breadcrumb. #16550 @Gin-X
    • ️ Improve the definition of onFieldsChange params for Form. #16577 @SylvanasGone
    • ️ Improve the definition of dataSource and renderItem for List. #16587
    • ️ Improve the definition of onDragEnter params for Tree. #16638 @eruca
    • ️ Improve the definition of event for Tree。#16624 @ztplz

3.18.1

2019-05-13

  • 🐞 Remove useless module.export of package. #antd-tools

3.18.0

2019-05-12

  • 🌟 Transfer support children prop to customize render list. #16026
  • 🌟 Pagination support disabled prop. #16493
  • 🌟 Upgrade @ant-design/icons and @ant-design/icons-react to 2.0 for fix lots of missing icons. #15874
  • 🐞 Fix Form hasFeedback overlap issue with Input.Password. #16445
  • 🐞 Fix Select selected and disabled item wrong hover color. #16477
  • 🐞 Fix disabled Upload being triggered by label. #16483
  • 🐞 Fix hoist-non-react-statics compilation error. #16397 @ztplz
  • 🐞 Fix customize icon style in Notification size not correct. #16507
  • 🐞 Fix PageHeader should not render blank dom when title is undefined. #16510 @yociduo
  • ️ Print reject error when Modal's onOk callback return an promise rejects. #16437 @jas0ncn
  • TypeScript
    • ️ Improve Table column.filterDropdown type. #16446
    • ️ Add Select missing type definition maxTagTextLength. #16504 @SylvanasGone
    • ️ Improve return type of getFieldError in Form. #16524 @vicrep
    • 🐞 Fix List missing style prop definition. #16485

3.17.0

2019-05-05

  • 🎉 Breadcrumb.Item supports overlay props to define drop-down menus. #16315
  • 🎉 Button added a new type link. #16289
  • ⌨️ Wrap List.Item under ul to enhance accessibility.#15890
  • 🌟 TreeSelect support showSearch in multiple mode. #15933
  • 🌟 Provides previewFile to customize preview logic. #15984
  • 🌟 Added the @table-selected-row-color variable to customize the color selected by the table. #15971 @hextion
  • 🌟 Added @form-warning-input-bg and @form-error-input-bg variables to customize the background color when the form is in error state. #15954 @hextion
  • 🌟 Dropdown.Button supports icon props to customize icons. #15996 @DiamondYuan
  • 🌟 Support SkeletonAvatarProps size accept number. #16128 @MrHeer
  • 🌟 Notification.config now supports getContainer for custom dom rendering locations. #16123 @Nouzbe
  • 🌟 Drawer supports afterVisibleChange props, which fires when the drawer animation is complete. #16228
  • 🌟 Form.Item supports htmlFor props. #16278
  • 🌟 Collapse supports expandIconPosition props. #16365
  • 🌟 Carousel supports the location of custom panel indicator points. #16225 @yociduo
  • 🌟 TreeNode supports the properties of checkable. #16369
  • 🌟 🇭🇷 Added Croatian language pack. #15641 @fpintaric
  • 🐞 Fix Drawer wrong animation direction. #16358
  • 🐞 Fix Slider mark text style will break line. #15128
  • 🐞 Fix Checkbox.Group onChange pass removed value. #16392
  • 🐞 Fixed multiple Typescript type errors. #16043 #16341 #16343 #16360 #16344

3.16.6

2019-04-26

  • ⌨️ Improve PageHeader backIcon keyboard accessibility. #16038
  • 🇮🇹 Optimize Italian localization. #16093 @yp #16172 @afelicioni
  • 🐞 Fix Select with showSearch not trigger onSearch when blur it. #16235
  • 🐞 Fix Select active item's hover background color. #16238 @yociduo
  • 🐞 Fix unexpected pressed style of disabled Switch. #16251 @atomoo
  • 🐞 Fix small size Table header background. #16266
  • 🐞 Fix Tabs missing border when tabPosition="bottom". #16130 @rinick
  • 🐞 Fix Typography.Title not support type. #16275
  • 🐞 Fix Typography editable mode not support className. #16307
  • 🐞 Fix List actions misplaced. #16239
  • 🐞 Fix long word Modal title display problem. #16267 @yoyo837
  • 🐞 Fix Pagination active item background color. #16306
  • 🐞 Fix a core-js@<2.6.5 is no longer maintained install warning. #16325
  • Typescript

3.16.5

2019-04-22

  • 🐞 Fix Table in Firefox miss bottom line when sorter enabled. #16174
  • 🐞 Fix List crash when pagination is null. #16231
  • TypeScript
    • 🐞 Fix typescript hoist-non-react-statics has no default export warning with allowSyntheticDefaultImports: false. #16224

3.16.4

2019-04-21

  • 🐞 Fix circle button responding mouse event when loading. #16063 @gxvv
  • 🐞 Fix issue that Form.Item's labelAlign does not work. #16067
  • 🐞 Fix issue that tailing debounce call raising error when Spin unmount. #16081 @raybooysen
  • 🐞 Fix issue that List's defaultPageSize does not work. #16100
  • 🐞 Fix error moment call in DatePicker. #16109
  • 🐞 Fix Radio does not in center on Firefox. #16039
  • 🐞 Fix issue that Affix's target does not work after it's value changing. #16146
  • 🐞 Fix the Modal's animation issue Modal on first rendering. #15795
  • 🐞 Fix issue that Table's rowSelection.columnWidth does not work. #16163
  • 🐞 Fix type definition of Form.create. #16095
  • 🐞 Fix type definition of Icon's aria-hidden. #16202
  • 🐞 Fix type definition of PageHeader's tags. #16092
  • 🌟 Add new less variable @text-selection-bg;. #16155

3.16.3

2019-04-12

  • 🐞 Fix Button TypeScript definition. #15938
  • ⚠️ Add DatePicker warning when time invalidate. #15920
  • 🐞 Fix Menu arrow not display in old version of IE. #15932
  • 🐞 Fix Progress success UI when status is undefined. #15951
  • 🐞 Fix Tooltips not work when Menu collapsed. #15948
  • 🐞 Fix Switch can't be trigger by click of form label. #15923
  • 🐞 Fix Directory onSelect info not correct. #15967
  • 🐞 Fix Menu defaultOpenKeys not work as expect. #15970
  • 🐞 Fix Nested Table with middle size style not correct. #16008
  • 🐞 Fix nest Tabs ink bar style issue. #16013
  • 🐞 Fix Empty in IE not fully render. #16016
  • 🐞 Fix Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified. #15962
  • 💄 Default selection column width can be overridden in css. #15990
  • TypeScript
    • 🐞 Fix Pagination showLessItems TS definition. #15952

3.16.2

2019-04-07

  • 🐞 Fix Menu shaking and collapse behavior. #15868
  • 🐞 Fix List pagination pageSize changer not work. #15871
  • 🐞 Fix RangePicker end time input not editable. #15866
  • 📝 Site Icon supports search. #15867 @DiamondYuan
  • 🐞 Fix TimePicker locale doesn't work. #15837
  • 🐞 Fix Steps style broken when using progressDot and size="small". #15856
  • 🐞 Fix Affix position not update when content height changed. #15899
  • Table
    • 🐞 Fix Table align: right not work on title when sorting is enabled. #15895
    • 🐞 Fix Table filter display issue when use non-string type. #15817
  • 🐞 Fix Badge display negative count incorrect. #15810
  • 💄 Optimize Empty default UI of Empty.PRESENTED_IMAGE_SIMPLE. #15841
  • 🌟 Added a new less variable @html-selector to enable override of html selector to support theme prefix. #15613 @krokofant
  • TypeScript
    • 🐞 Fix Table columnGroup definition. fc45d

3.16.1

2019-04-01

  • 🐞 Fix antd.less file missing. #15790

3.16.0

2019-04-01

  • 🌟 Badge support customize color. #15764
  • 🌟 Checkbox.Group support name prop. #15760 @bencallaway
  • 🌟 Modal support confirm({ icon: null }) to hide Icon. #15319 @Adamwu1992
  • Empty
    • 🌟 Support imageStyle prop. #15487
    • 🌟 Support Empty.PRESENTED_IMAGE_DEFAULT and Empty.PRESENTED_IMAGE_SIMPLE for default image. #15487
  • 🌟 Progress.Line support gradient line color. #15524 @zy410419243
  • DatePicker
    • 🌟 Update rc-calendar to support default value can be null. #520
    • 🐞 Fix disabled and selected date cell style of DatePicker. #15608
    • 🐞 Fix RangePicker can not select same month. #15427
  • ️ Refactor Form move ant-form-item-no-colon selector position in Form.Item. #15592 @HsuanXyz
  • Menu
  • 🐞 Fix Upload border jumping issue in Chrome. #15636
  • 🐞 Fix clear icon style in Input and Input.Search. #15672
  • 🐞 PageHeader support level 2 breadcrumb. #15689
  • Tag
    • 🐞 Revert Tag wrap style to fix display in table. #15690
    • 💄 Remove Tag animation. #15233
  • 🐞 Fix Spin style when indicator is Icon. #15712
  • 🐞 Fix collapsible Layout.Sider throw error when use svg icon. #15720 @wx1322
  • 💄 Remove underlines from focused links. #15759 @Nouzbe
  • Table
    • 💄 Move Table sort button after title closely. #15758
    • 💄 Fix components covered by Table fixed columns. #15782
  • 🐞 Fix col element missing relative style. #15766
  • 💄 Adjust Card and PageHeader padding from 32px to 24px. #15755
  • 🌟 Add less variables
  • 🌟 Adjust multiple TypeScript types

3.15.2

2019-03-23

3.15.1

2019-03-17

  • 🌟 Add four less variables @pagination-item-bg-active, @icon-color. #15302 #15343
  • 🐞 Fix tree-shaking not working for importing PageHeader. #15354
  • List
    • 🐞 Fix some List Item styling issues. #15328
    • 🐞 Keep same content color of List like previous version. #15301
  • 🐞 Fix Calendar can't switch type. #15338 @zy410419243
  • Badge
    • 🐞 Fix the issue that customized color is not supported in Badge. #15356 @DiamondYuan
    • 🐞 Fix height problem of Badge with dot. #15395
  • 🐞 Fix tabbar style of Tabs in card mode when browser is zoomed out. #15299 @rinick
  • 🐞 Fix Avatar component cannot calculate the offset when display: none is set. #15351 @ppbl
  • 🐞 Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
  • 🐞 Fix Layout has classname ant-layout-has-sider even if hasFixer is set to false. #15396 @SoraYama
  • 🐞 Fix Divider alignment issue in PageHeader. #15400
  • 🐞 Fix a style issue of Skeleton. #15421 @Maktel
  • 🌟 Adjust multiple TypeScript types

3.15.0

2019-03-08

  • 🌟 Tree supports new prop blockNode. #14858 @kimochg
  • Form
  • 🐞 Fix Typography dom structure. #15210
  • 🐞 Fix Affix position update logic. #15150
  • Input
    • 🐞 Fix Password lost focus when change visibilityToggle. #15184
    • 🐞 Fix allowClear do not focus after clear content. #15184
    • 🐞 Fix Search style with allowClear or suffix/prefix. #15242
    • 🐞 Fix Input warning logic for focus lose. #15251
  • 🐞 Fix DatePicker and TimePicker cursor style. #15218
  • 🐞 Fix Steps label text not align center. #15256 @yoyo837
  • TypeScript
    • ️ Refactor and simplify List Item dom structure, and fix spaces lost inside List Item. #15197
    • 🐞 Fix Layout tagName definition. #15181 @ngolin
    • 🐞 Fix Text ellipsis definition. #15209 @xiaohuoni
    • 🐞 Fix Badge text types. #15264
  • 🇹🇷 Turkish translations of new components. #15238 @codesignist

3.14.1

2019-03-04

  • 🌟 PageHeader support className prop. #15159
  • 🐞 Fix Form warning with unique key & additional attributes. #15160
  • 🐞 Fix getPopupContainer of ConfigProvider not work with DatePicker. #15156
  • 🐞 Fix Collapse extra node style missing. #15176

3.14.0

2019-03-02

  • Two new components added this month:
    • 🔥🔥🔥Typography provides basic formatting and common operations for text.
    • 🔥🔥🔥PageHeader can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
  • 🌟 TimePicker provides clearIcon prop for customizing clear icon. #14556
  • 🌟 Statistic.Countdown supports onFinish prop. #14791
  • 🌟 Collapse.Panel support extra prop. 62e65d
  • DatePicker
    • 🐞 Fix not support name prop. #15029
    • 🌟 Supports separator prop. #15055
  • 🌟 The Form supports labelCol & wrapperCol prop. #15038
  • 🌟 Add type more for Icon. #15047
  • 🐞 Fix Table filter can not support other type of value. #15046
  • 🐞 Fix Spin wrapperClassName setting padding icon is not centered. #15056
  • 🐞 Fix Calendar won't trigger onPanelChange correctly in some cases. #15063
  • 🌟 Select supports showArrow in multi-select mode. #15091
  • 🐞 Fix closable Drawer hiding without transition. #15147
  • 🌟 Two less variables @drawer-header-padding and @drawer-body-padding have been added to control Drawer padding. #15120
  • 🐞 Fix Cascader should tab twice to exist. #15117
  • 🐞 The onChange of InputNumber will return null instead of undefined to fix the problem that the value of the control cannot be properly collected and emptied. #14960
  • 🌟 Adjusted multiple TypeScript types
    • 🐞 Fixed a problem with the onPanelChange TypeScript declaration missing. #15043
    • 🐞 Fix the TypeScript type problem for Table Column Filter. #15056
    • 🌟 Support goto button in Pagination. #14819
    • 🐞 Fix the problem that Carousel response prop TypeScript declaration is missing. #15071

3.13.6

2019-02-23

  • Form
    • 🐞 Use new method to repair align issue of Form.Item with validate message. #14946
    • 🐞 Improved warning message logic of generating Form.Item help and validateStatus. #14911
  • 🐞 Fixed extra space at the bottom of Table header in chrome. #14926
  • 🐞 Fixed that Select check icon is not aligned center. #15016
  • 🐞 Fixed Input.Search addonBefore or addonAfter style issue. #14959
  • 🐞 Fixed growing space of Tree nodes. #14958 @Yangzhedi
  • 🐞 Improved accessibility of Icon when type is falsy. #14970
  • 🐞 Fixed Dropdown subMenu disabled cursor style. #14952
  • 🇮🇩 Updated locale to be more natural for Indonesian. #15013 @kamalmahmudi

3.13.5

2019-02-19

  • 🐞 Revert FormItem with additional place holder. #14937
  • 🐞 Adjust Input style to support text-align: inherit. #14912
  • 🐞 Fix incorrect collapse icon position when Sider in the right. #14446
  • 🐞 Fix Table miss top border in some case. #14922
  • 🐞 Fix some TypeScript definitions. #14857 #14903

3.13.4

2019-02-18

  • 🐞 Fix Table ajax load display no data. #14898
  • 🐞 Fix FormItem margin style not correct. #14886

3.13.3

2019-02-16

  • 📖 New English translation
  • 🐞 Fix mouse cursor style when Switch is disabled. #14764
  • 🐞 Fix Progress shows a wrong successful status. #14769 @imhele
  • 🐞 Fix the issue that the upload status has always been uploading after hiding the upload button in the Upload. #14779
  • 🐞 Fix the issue where the custom icons for vertical Steps were not centered. #14677
  • 🐞 Fix the issue with Input.Search does not support addonAfter. #14785
  • 🐞 Fix layout issues with FormItem when there is an error. #14772
  • 🐞 Fix the issue that the operation button will be blocked when the Card is loading. #14832
  • 🐞 Fix the issue that describes overflow in List. #14765 @Shub1427
  • 🐞 Fix the style issue of TimePicker's clear button, when using the small size. #14861 @Yangzhedi
  • Table
    • 🐞 Fix the issue that the floating element misalignment. #14822 @chiaweilee
    • 🐞 Fix the issue where the className was not synchronized when the rowSelection property was removed. #14759
    • 🐞 Fix border display issue when there is no data. #14834
    • 🐞 Fix the issue where pagination was set to true.
    • 🐞 Fix the issue where the filter drop-down box would be occluded.
  • TypeScript

3.13.2

2019-02-07

3.13.1

2019-02-04

3.13.0

2019-01-26

  • 🎉 New component Statistic. #14154
  • Button
    • 🌟 Button support round shape. #14236
  • Collapse
    • 🌟 Add expandIcon to allow customization of Collapse icon. #14060
  • ConfigProvider
    • 🌟 Support Content Security Policy (CSP) config. #14222
    • 🌟 Support autoInsertSpaceInButton to remove space between 2 Chinese characters on Button. #14230
  • DatePicker
    • 🌟 Will read format as default format in locale if provided. #14340
  • Tabs
    • 🌟 Support customize bar node. #14368
  • Icon
    • 🌟 Icon component add aria-label prop to enhance accessibility. #14258
    • 🌟 Add rotate to allow icon rotate as specified degrees. #14060
  • Badge
    • 🐞 Fix changing the count with border-color will raises an property readonly error. #14525
  • Modal
    • 🌟 Add mask property support for Modal method. #14197
    • 🌟 Add transitionName and maskTransitionName property support for Modal method. #14273 @thomasJang
  • Input
    • 🐞 Fix Input.Search style issue. Move className from inner input to top wrapper when with addon. #14461
  • TimePicker
    • 🌟 Deprecated allowEmpty prop and use allowClear instead. Sync style with DatePicker. #14490
  • Radio
    • 🐞 Fix RadioButton trigger onChange twice in RadioGroup. #14523
  • Spin
    • 🐞 Fix Table cannot click with loading when IE <= 10. #14511
  • Switch
    • 🌟 Switch support event as onChange, onClick argument. #14560
  • Table
    • 🐞 Fix style issue when use fixed column in Safari. #14550
  • Progress
    • 🌟 All types support successPercent prop. #14412
  • Pagination
  • 🐞 Fix wave style issue in Edge. #14469

3.12.4

2019-01-19

  • 🌟 Update the "Use in create-react-app" document to be compatible with upgraded create-react-app and react-scripts-rewired. #14385
  • 🐞 Fix using autoprefixer 9.4.5 in postcss (webpack) will throw an error Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed. #14312
  • 🐞 Fix InputNumber style not correct in MenuItem. #14373
  • 🐞 Fix Input.Search with enterButton style issue. #14397
  • 🐞 Fix Input.TextArea autosize not correct when input number. #14375
  • 🐞 Fix Slider focus style. 9202509
  • 🐞 Fix the problem that the prefixCls property is passed to the Empty . #14404
  • 🐞 Fix the problem that Radio onChange will be override by RadioGroup onChange.#14364

3.12.3

2019-01-13

  • 🐞 Reverted #14157 to fix Input prefix and suffix missing problem. #14310
  • 🐞 Fixed Empty image TypeScript type to ReactNode. #14308 @chunlea

3.12.2

2019-01-12

  • 🐞 Fix the ineffectiveness of className prop for Anchor.Link. #14248
  • 🐞 Fix the incompatibility of float number for Badge. #14195 @ztplz
  • 🐞 Fix the auto focus when popup layer is open still for DatePicker. #14092 @Yangzhedi
  • Drawer
    • 🐞 Fix the empty header when title is null for Drawer. #14264 @ztplz
    • 🐞 Fix the ineffectiveness of bodyStyle prop for Drawer. #14294 @ztplz
  • 🐞 Fix label for vertical Form cannot be wrapped. #14135 @ranbena
  • 🐞 Fix the wrong position for Modal.confirm in small screen. #14279
  • Radio
    • 🐞 Fix the wrong style for Radio.Button when it is disabled and selected. #14165
    • 💄 Improve the style for focused Radio. #14186
  • 🐞 Fix the empty style for Select. #14204
  • 💄 Simplify the implementation of Spin to improve performance. #14100
  • Table
    • 🐞 Fix the unexpected appearance of sorter title for Table. #14168
    • 🐞 Fix the unexpected sorter trigger when click filterDropdown for Table. #14238
  • 🐞 Fix the unexpected call of afterClose for Tag when visible changes from false to true. #14200 @tangjinzhou
  • TypeScript
    • 🐞 Fix the TypeScript definition lack of forceRender for Modal. #14160
    • 🐞 Fix TypeScript definition of sortDirections which should be optional. #14182
    • 🐞 Fix the wrong TypeScript definition of locale for Table. #14245 @LeezQ
    • 🐞 Fix the TypeScript definition not extending from native div element for List.Item. #14171
  • 🌟 Add new Less variables, including @btn-shadow, @btn-primary-shadow and @btn-text-shadow. #14172

3.12.1

2019-01-06

  • 🐞 Fixed build error caused by importing svg.

3.12.0

2019-01-06

  • 🎉 New component Empty, and improved empty data style of all components! 13651
  • 🎉 Hindi locale added (hi_IN). #13776 @gurungrahul2
  • 🎉 Kannada locale added (kn_IN). #13776 @gurungrahul2
  • 🌟 Add eye-invisible Icon. b8630b3
  • 🌟 ConfigProvider component support prefixCls. #13389
  • Less
    • 🌟 Add more less variables for support custom colors definitions of some components. #13425 @amedora
    • 🐞 Fixed font-family been reset in each component. #13969
  • Input