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.
 
 

216 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.24.3

2019-10-26

  • ๐Ÿž Fix Table sort not working when columns inside render. #19404
  • ๐Ÿž Fix Grid responsive gutter not working. #19308
  • ๐Ÿž Fix small Table border style. #19312 #19342
  • ๐Ÿž Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
  • ๐Ÿž Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
  • ๐Ÿž Fix Input.Search react warnings of non-boolean attribute and unique key. #19357
  • ๐Ÿž Fix Modal icon position when not use title. #19419
  • ๐Ÿ’„ Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
  • ๐Ÿ’„ Add @modal-header-color variable. #19385
  • ๐Ÿ›  Improved some TypeScript definitions. #19377 #19343 #19333

3.24.2

2019-10-19

  • ๐Ÿž Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. #19284
  • ๐Ÿž Fix Table crash when passing column.filterDropdown as new prop. #19302
  • ๐Ÿž Fix Upload download button trigger preview unexpectedly. #19268 @qq645381995
  • ๐Ÿž Fix Comment long author name breaks on small screen. #19272 @rayronvictor
  • Typescript

3.24.1

2019-10-17

  • ๐Ÿž Fix Table throw React.createRef is not a function error in old version of React . #19262
  • ๐Ÿž Fix Table TypeScript definition missing Column and ColumnGroup. #19251

3.24.0

2019-10-16

  • ๐Ÿ”ฅ Promote Yuque on home page.
  • Table
    • ๐ŸŒŸ Added tableLayout property for table-layout attribute. And using tableLayout="fixed" by default in scroll table to resolve align issue caused by cell content. #17284
    • ๐ŸŒŸ Added column.ellipsis to ellipsize cell content.
    • ๐ŸŒŸ Added the scroll.scrollToFirstRowOnChange property to set whether to scroll to the top of the table after page changing. #18726
    • ๐ŸŒŸ filterDropdown added a visible parameter to get the display state of the dropdown box. #17614 @sedx
    • ๐ŸŒŸ title added a sortColumn parameter to get the currently sorted column. #19012 @swillis12
    • ๐ŸŒŸ The sorter parameter of onChange will always contain column information when sorting. #19226
    • ๐Ÿž Fix Table filter submenu checkbox margin. #e1a4f28
  • ๐ŸŒŸ Anchor added a onChange attribute to listen for changes to anchor links. #18715
  • Upload
    • ๐ŸŒŸ Added showDownloadIcon attribute to display download icon. #18664 @qq645381995
    • ๐ŸŒŸ Support for onRemove control of upload interrupts. #18937 @ladjzero
  • ๐ŸŒŸ Input.Search added a loading property to show the state in the load. #18771
  • ๐ŸŒŸ Grid's gutter property added support for vertical spacing. Now you can set an array for gutter and the second value of the array for vertical spacing. #18979
  • ๐ŸŒŸ message added support for updating content with a unique key. #18678
  • ๐ŸŒŸ Layout added a zeroWidthTriggerStyle property to control the style of the special trigger that appears when collapsedWidth is 0. #19079
  • ๐ŸŒŸ Drawer added the drawerStyle and headerStyle properties. #19109
  • PageHeader
    • ๐Ÿ’„ Redesigned. #19100
    • ๐ŸŒŸ Added ghost property to set whether white background is needed. #19100
  • ConfigProvider
    • ๐ŸŒŸ Added pageHeader to globally control the style of PageHeader. #19100
    • ๐Ÿž Fixed the issue that moment can't be tree-shark. #19115
  • ๐Ÿž Fixed the issue that the removeIcon and clearIcon properties of TreeSelect didn't work. #18949
  • ๐Ÿž Fixed the issue that the switcherIcon does not take effect after the Tree setting showLine. #18829 @MrHeer
  • ๐Ÿž Fixed the issue that the Slider component set the handle size and positioned incorrectly. #19120
  • Collapse
  • ๐Ÿž Fixed the issue that defaultExpandAll does not take effect when Tree.DirectoryTree component passed treeData. #19148
  • ๐Ÿž Fixed the issue with some of the Menu styles under Dropdown. #19150
  • ๐Ÿž Fixed Cascader's placeholder internationalization error. #19227 @kagawagao
  • ๐ŸŒŸ Added less variables @typography-title-margin-top, @typography-title-margin-bottom. #18746
  • ๐Ÿ—‘ Discard the autosize property of Input.TextArea, use autoSize instead. #19177

3.23.6

2019-10-05

  • ๐Ÿž Fix Typography ref warning of React. #19074

3.23.5

2019-09-29

  • ๐Ÿž Fix Upload preview image cannot fill the picture card box. #18990
  • ๐Ÿž Fix Breadcrumb not support data-* and aria-* attributes. #18941 @sosohime
  • ๐Ÿž Fix TreeSelect removeIcon and clearIcon not working. #18949 @sosohime
  • ๐Ÿž Fix Tree switcherIcon prop not working when showLine is true. #18829 @MrHeer
  • ๐Ÿž Fix style bug of Button with icon only when in Button.Group. #18994
  • ๐Ÿž Remove Select useless prop searchValue which is a total misunderstanding. #19003
  • ๐Ÿž Fix Avatar string blink when ssr render at first time. #19029
  • TypeScript

3.23.4

2019-09-21

  • ๐Ÿž Fix item not disabled when Transfer is disabled. #18849
  • ๐Ÿž Revert Dragger to class component to fix ref warning. #18707
  • ๐Ÿž Fix Input addonAfter icon height bug in Chrome. #18858
  • ๐Ÿž Fix Menu lost state when being collapsed to 0px. #18907
  • ๐Ÿž Disabled input should not trigger the action of suffix part. #18900
  • ๐Ÿž Fix title and content of Alert not break line when long text exist. #18929
  • ๐Ÿ’„ Add @page-header-back-color less variable. #18887
  • TypeScript
    • ๐Ÿž Fix Table event type definition. #18910

3.23.3

2019-09-16

  • ๐Ÿž Fix ConfigProvider locale not working with Modal in some situation. #18732
  • ๐Ÿž Fix Avatar extrusion style when using long pictures. #18768 @Eusen
  • ๐Ÿž Fix InputNumber active border style. #18791 @escorponox
  • ๐Ÿž Fix Input.Search not trigger onSearch when click clear icon. #18783
  • ๐Ÿž Fix text color of Button inside Menu. #18820
  • ๐Ÿž Fix size="small" Table header missing right border. #18821
  • โŒจ๏ธ Enhance accessibility of Alert close button. #18750 @MrHeer
  • ๐Ÿ’„ Tweak Button type="link" should not insert space. #18724
  • TypeScript
    • ๐Ÿž Fix type definition of onMouseEnter and onMouseLeave for Tree. #18796 @MrHeer

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
    • ๐Ÿž Fix Form onSubmit type. #17412
    • ๐Ÿž Fix omit AutoComplete loading type. #17433
    • ๐Ÿž Fix Switch onClick type. #17502 @DiamondYuan

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
    • ๐Ÿž Fix Upload RcFile definition. #16851
    • โšก๏ธ Export TextProps type in Typography. #17003 @Jarvis1010

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
    • โšก๏ธ Add forceSubmenuRender into MenuProps. #16827
    • โšก๏ธ Export TypographyProps type. #16835
    • โšก๏ธ Add onChange prop type definition to Steps. #16845 @JonathanLee-LX
    • โšก๏ธ Add webkitRelativePath prop type definition to Upload. #16850 @DiamondYuan

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
    • ๐Ÿž Fix Form.create() don't work. #16242
    • ๐Ÿž Fix Tooltip className definition. #16195 @swillis12

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

  • ๐Ÿž Fix Table ajax render only display data on first page. #14724 @imhele
  • ๐Ÿž Adjust font style to fix display issue in IE. #14708 @ashearer
  • ๐Ÿž Fix Input not hide clear button when value is null. #14733 @thilo-behnke

3.13.1

2019-02-04

  • ๐Ÿ“ Rewrite the documentation of Use in TypeScript. #14637
  • ๐Ÿ“ Upgrade the document of Real project with umi and dva. #14574 @cc189
  • ๐Ÿž Fix Spin style issue in IE 10. #14588 #14365
  • ๐Ÿž Fix DatePicker missing dateTime default format in showTime. #14593
  • ๐Ÿž Fix List style issue in IE 11. #14602 @Shub1427
  • Table
    • ๐Ÿž Fix pagination when its data length is less than or equal to pageSize. #14608 @sdli
    • ๐Ÿž Fix selection being wrap unexpectedly. #14619 #14316
    • ๐Ÿž Fix placeholder border style issue when Table is empty. #14533 @yoyo837
    • ๐Ÿž Fix Table should pick pageSize over defaultPageSize in priority. #14696 #14320
  • Upload
    • ๐Ÿž Fix fileIndex is not present in IE 11. #14603 @Shub1427
    • ๐Ÿž Fix when being triggered by label even upload button don't display. #14619 #14298
  • ๐Ÿž Fix Dropdown pseudo class style which causes the overlay non-clickable. #14604 @shawtung
  • ๐Ÿ’„ Improve Checkbox the style for check don't align center in some cases.