ant-design/CHANGELOG.en-US.md
二货机器人 3459bfc0be
docs: 4.0.4 changelog (#22505)
* docs: Init changelog

* order

* grouping

* clean up
2020-03-23 10:57:37 +08:00

46 KiB
Raw Blame History

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

2020-03-23

4.0.3

2020-03-14

  • Menu
    • 🐞 Fix Menu horizontal Item with nest Icon miss margin style. #22021
    • 🐞 Fix Menu item wrong title when setting getPopupContainer. #22182
    • 💄 Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
    • 🐞 Fix Avatar in horizontal Menu margin issue. #22038 #22033
  • Slider
    • 🐞 Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
    • 💄 Fix Slider missing focus style. #22161
  • Table
    • 🐞 Fix ConfigProvider not work on Table filter dropdown. #22133
    • 🐞 Fix Table nest tree column expandable style issue with fixed column. #22131
    • 🐞 Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
    • 🐞 Fix Table expandable column not fixed when selection column is fixed. #22087
    • 🐞 Fix Table filter menu reset not working. #22079 @shaodahong
    • 🐞 Fix Table filter sub menu max height with many items. #22230
  • Form
  • 🐞 Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
  • 💄 Adjust Select single padding style to avoid tweak with dropdown. #22167
  • 💄 Fix Calendar header select ellipsis bug. #22148
  • 💄 Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
  • 🐞 Fix Select ellipsis bug in Firefox. #22101
  • 🐞 Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
  • 🐞 Fix TextArea autoSize don't scroll bottom in Firefox. #22014
  • 🇫🇷 The full fr_FR internationalized text. #22122 @PaulJln
  • RTL
    • 💄 Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
    • 💄 Fixed the icon style with Cascader RTL. #22191 @xrkffgg
    • 💄 Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
    • 💄 Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
    • 🐞 Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
    • 💄 Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
    • 💄 Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
    • 💄 Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
    • 💄 Optimize styles in RTL mode with form feedback. #22222
  • TypeScript
    • 🔷 Update the operation type definition of FormList. #22058 @kagawagao
    • 🔷 Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

4.0.2

2020-03-08

  • Form
    • 🐞 Fix nest Form.Item dynamic remove will warning in React. #21896
    • Form useForm now return same instance for perfermance. #21927
    • Refactor Form.Item render logic that will only render once when children is a pure component. #21991
    • FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #21980 @qiqiboy
  • Table
    • 🐞 Fix Table dropdown popup at abnormal direction. #21905
    • 🐞 Fix Table expandIconColumnIndex display order with rowSelection. #21915
    • 🐞 Fix Table size="small" header background color is not same as other size. #21942
    • 🐞 Fix Table className and style works on wrong node. #21974
  • Select
    • 🐞 Fix Select align issue with empty string value. #21880
    • 🐞 Fix small size Select tag text not align middle. #21940 @xrkffgg
  • Menu
    • 🐞 Fix Menu bottom margin is missing. #21867
    • 🐞 Fix horizontal Menu extra margin of Menu.Item with only icon. #21925
    • 🐞 Fix Menu popup menu overflow issue when contains too many items. #21930
  • 🐞 Fix Badge animation when switch between 10 and 11. #21834 @wendellhu95
  • 🐞 Fix Radio.Button inside Tooltip throws Function components cannot be given refs warning. #21895 @AshoneA
  • 🐞 Fix Descriptions miss style when content is falsy. #21901
  • 🐞 Fix DatePicker cursor style on seperator. #21937 @xrkffgg
  • 🐞 Fix ConfigProvider prefixCls not working on Input.Password. #21953 @tdida
  • 🐞 Fix Carousel dots not align center. #21960 @liusiasi
  • 🐞 Fix Input.Search border style in rtl mode. #21946 @xrkffgg
  • Less
    • 🆕 Add @outline-fade variable. #20227 @Satloff
    • 🆕 Add @form-item-label-height variable. #21912
  • TypeScript
    • 🌟 Improve Form.Item renderProps definite. #21911

4.0.1

2020-03-04

  • Form
    • 🐞 Fix Form help control will get react@16.13 warning. #21800 #21702
    • 🐞 Fix Form.Item exceed Form width when content is too long. #21682
  • Input
    • 🐞 Fix TextArea style get warning in react@16.13. #21703
    • 🐞 Fix Input.Search extra border when has prefix. #21753
  • Table
    • 🐞 Fix Table column with filtered not working. #21825
    • 🐞 Fix Table locale not work. #21772
    • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #21719
    • 🐞 Fix Table fixed column with sorted status style issue. #21679
  • 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
  • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #21691
  • 🐞 Fix Descriptions warning for duplicate key. #21688
  • 💄 Optimize Calendar header style in small screen. #21813
  • 💄 Radio.Group not wrapping now. #21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
  • Typescript
    • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
    • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
    • 🐞 Fix TreeSelect missing suffix define. #21714
    • 🐞 Fix Drawer forceRender TypeScript definite. #21774
    • 🐞 Fix Tree treeData define. #21756
    • 🐞 Fix Form.Item renderProps return type define. #21716

4.0.0

2020-02-28

  • 🏆 Ant Design v4 is out! Check here for more info.
  • 🐞 Breadcrumb use path as default key to fix name key conflict. #21583 @douxc
  • 🌟 Timeline.Item support label. #21560 @shaodahong
  • 🐞 Fix Table filter menu max height style with many items. #21602
  • 💄 Add the Calendar component's custom default font color for display content. #21598 @xrkffgg
  • 🚮 Remove DatePicker legacy cell className for custom cell style. #21589
  • 🐞 Fix RangePicker style render bug in IE11. #21587
  • 🛠 Progress strokeColor now will ignore incorrect percent. #21564 @AshoneA
  • 🐞 Fix Progress trailColor not working when type=line. #21552 @AshoneA
  • 🐞 Fix the background of the components in the pop-up components in the dark theme. #21299
    • 💄 Optimization under the dark theme color swatches transparency.
    • 🌟 new less variable @popover-customize-border-color, @list-customize-card-bg, @table-expand-icon-bg, @steps-background, @pagination-item-input-bg for theme customization.

4.0.0-rc.6

2020-02-24

  • Form
    • 🌟 support scrollToFirstError to simplify submit scroll logic. #21462
    • 🐞 Fix Form.Item with help align style. #21476
    • 🐞 Fix Form throw error when using BraftEditor. #21425
    • 🐞 Fix Form fields shake when switching the validing info. #21302 @yoyo837
  • Upload
  • Input
    • 🐞 Fix Input with readOnly still clearable by allowClear. #21494
    • 🐞 Fix Input click with prefix / suffix not get focused. #21413
  • Table
    • 🐞 Fix Table selection crash when record children is null. #21528
    • 🐞 Fix Table fixed column style with small size. #21431
  • Descriptions
    • 🐞 Fix label does not have the problem of still rendering the label element when not using bordered. #21542
    • 🐞 Fix Non-bordered titles under vertical are also a problem for td. #21542
    • 🐞 Fix vertical and bordered layout issues. #21542
    • 🐞 Fix the problem of style not working on Item. #21542
    • 🐞 Fix th will also get the useless -colon className problem under border. #21542
  • 🌟 Select added tagRender for customized tag rendering. #21064 @fguitton
  • 💄 Picker onPanelChange will also trigger when panel value changed. #21455
  • 🐞 Fix Notification first call multiple time can not stack. #21531
  • 🐞 Fix TreeSelect popup do not update issue. #21410
  • 💄 Optimize Upload showDownloadIcon default doesn't show. b4636
  • 💄 Tweak Divider inner text padding and add @divider-text-padding. #21407
  • Typescript

4.0.0-rc.5

2020-02-16

  • 🐞 Fix Form.Item validateFirst prevent form submit. #21329
  • 🐞 Fix InputNumber cursor position issue when deleting consecutive identical numbers. #21344
  • 💄 Remove Menu excess background color. #21365
  • 💄 Optimize the mouse style for the disabled state of the DatePicker component. #21352
  • 🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #21350
  • 🐞 Fix the problem that the label width is incorrect when the screen is less than xs. #21222
  • 🐞 Fix Input size is large height style. #21338
  • 🐞 Fix Badge color not working when contains children. #21333
  • 🐞 Fix Alert close button extra padding. #21325
  • 💄 Tweak Steps 1px align issue. #21306
  • 💄 Fix legacy Button.Group large size style issue. #21307
  • 💄 Fix Input border radius with suffix, style in Firefox, TextArea allowClear style issues. #21316
  • 🐞 Pagination will pass disabled prop to prev/next buttons return by itemRender. #21361
  • 🇦🇿 Added Azerbaijani translation. #21387 @orkhan-huseyn
  • Typescript
    • 🔷 Menu export MenuItemGroupProps. #21356
    • 🔷 Table export ColumnProps. #21321

4.0.0-rc.4

2020-02-09

  • 📖 Add color palette and palette generation tool for dark theme. #21101
  • 🌟 Add style field for options prop of Checkbox.Group and Radio.Group. #21219
  • 🌟 Add validateFirst prop for Form.Item. #21178
  • 🌟 Add useModal hook for Modal to support context access. #20949
  • 🌟 Add useNotification hook for Notification to support context access. #21275
  • 🌟 Add bordered prop for Select、TreeSelect、DatePicker、TimePicker and Cascader. #21242
  • 🌟 Add selectAllLabels prop for Transfer. #21139 @morenyang
  • 💄 Redesign the style of ink bar for Tabs. #21256
  • 💄 Add less variable @form-item-label-font-size. #21216
  • 🐞 Fix Badge style for Badge with Typography. #21235
  • 🐞 Fix Checkbox not work when Checkbox and Checkbox.Group are separated by other component. #21146 @morenyang
  • 🐞 Fix Collapse.Panel wrong content width when extra prop is set. #21202 @zhiyuc123
  • Form
    • 🐞 Fix Form.Item required validation not work when name is not set. #21168
    • 🐞 Fix Form.Item data binding not work when name is 0. #21186 @wanjas
    • 🐞 Fix Form.Item shaking when help prop change from valuable to undefined. #21211
  • Input
    • 🐞 Fix worng validating style when prefix is set. #21121
    • 🐞 Fix size prop not work when prefix or affix is set. #21290 @yoyo837
  • 🐞 Fix Radio.Group style with Badge. #21215
  • 🐞 Fix Select no margin between lines when mode is tags or multiple. #21175
  • 🐞 Fix Slider dots focus style. #21244 @Kermit-Xuan
  • 🐞 Fix Steps icon not align when size="small" and labelPlacement="vertical". #21258
  • Table
    • 🐞 Fix expandIcon prop not work when data item has no children field. #21169
    • 🐞 Fix Column sorter prop not work. #21194
    • 🐞 Fix custom filter's typing not work. #21218
  • 🐞 Fix TimePicker defaultOpenValue prop not work. #21198
  • Transfer
    • 🐞 Fix wrong unit for checkbox label of header. #21136 @morenyang
    • 🐞 Fix icon not align in search input. #21247
  • 🐞 Fix Typography not focus at the end of textarea when editable is true. #21268

4.0.0-rc.3

2020-01-27

  • 🛠 Use native Date instead of moment to get timestamp in Countdown component. #21108 @morenyang
  • 🐞 Fix Input suffix / prefix style issue with addonBefore / addonAfter. #21105
  • 💄 Improved Timeline component style in RTL mode. #21068 @xrkffgg
  • 💄 Update clearfix mixin to remove legacy zoom descriptor. #21109 @morenyang
  • 💄Card component use @font-size-base instead of inline 14px. #21107 @morenyang
  • 💄 Adjust Layout component to let className get higher priority. #21074 @yoyo837
  • Typescript
    • 🐞 Fix Tree wrong event type of AntTreeNodeMouseEvent. #21102 @Jirka-Lhotka
    • 🐞 Fix Form.Item return type define. #21067

4.0.0-rc.2

2020-01-21

  • 🛠 Refactor some demos to React hooks and TypeScript. #21045
  • 🐞 Fixed Input/Select components align issue. #20869
  • Dropdown
    • 🆕 Support buttonsRender to customize buttons. #20815
    • 🐞 Tooltip doesn't disappear on disabled Dropdown.Button in Chrome. #20960
  • Input
    • 🐞 Fixed Input prefix and suffix overlap with content issue. #20872
    • 🐞 Fixed Input placeholder color in Firefox. #20850
  • Table
    • 🐞 Fixed onChange return cached fresh sorter & filter state. #20858
    • 🐞 Fixed problem that all-checkbox is checked when all the checkboxes are disabled. #20968
    • 🐞 Fixed locale.emptyText not working. #21024
  • Select
    • 🐞 Fixed placeholder wrap and align issue. #20883 #20884
    • 🐞 Fixed multiple Select left padding. #20861
    • 🐞 Fixed multiple Select clean icon overlap issue. #20914
  • Form
    • 🆕 Added scroll options as scrollToField argument. #20774
    • 🐞 Fixed Form.Item update help makes layout shake. #20886
    • 🐞 Fixed unexpected extra rerender when Form.Item is not a real Field. #20963
    • 🐞 Fixed Form.Item ignore help="" issue. #21026
    • 🐞 Fixed Form.Item label align bug in small screen. #20836
  • 🐞 Fixed message cut shadow issue. #20856
  • 🐞 Fixed Tooltip hidden when title is 0. #20894
  • 🐞 Fixed List actions inconsistent position. #20897
  • 🆕 Add a visual list example for Tree. #20911
  • 🐞 Fixed AutoComplete example styling issue. #20946
  • 🗑 Removed AutoComplete useless labelInValue. #20967
  • 🐞 Fixed Drawer footerStyle prop cause react warning. #20983
  • 🐞 Fixed Breadcrumb style in rtl mode. #21054
  • 💄 Tweak Layout className order to end. #21041
  • TypeScript
    • 🐞 Export DatePicker related interface. #20900
  • Less variables
    • 🆕 Readded @border-radius-sm. #20818
    • 🆕 Added @timeline-item-padding-bottom. #21013
    • 🆕 Added @layout-header-color. #21033

4.0.0-rc.1

2020-01-11

  • 🌟 Drawer Added footer and footerStyle properties. #20690 @DeanVanNiekerk
  • 🌟 Switch Added @switch-min-width and @switch-sm-min-width less variables. #20829 @abdih
  • Table
    • 🐞 Fix expanded icon not work when expandRowByClick is set. #20808
    • 🐞 Fix expanded row width in scaled dom element and border style. #20805
    • 🐞 Fix background color css priority too high to override user customize style. #20794
    • 🐞 Fix rowSelection of fixed not work. #20735
    • 🐞 Fix fixed columns in Chrome show the vertical scrollbar. #20705
    • 🐞 Fix crash when columns with empty children. #20703
  • 💄 Tweak Calendar basic style month drop-down box width and notice items of word order and card mode, select the size of the box. #20790 @xrkffgg
  • DatePicker
    • 💄 Optimize the border-radius of the rounded corners connection. #20736
    • 🐞 Fix selected style overlap. #20736
    • 🐞 Fix extra dividing line at the bottom. #20736
    • 🐞 Fix button style for DatePicker's default range. #20760 @xrkffgg
  • 🐞 Input not block user input when value is undefined. #20783
  • 🐞 Fix Carousel card carousel orientation in left / right mode. #20781 @xrkffgg
  • 🐞 Fix Grid responsive gutter under SSR initial value of 0. #20762
  • 🐞 Fix InputNumber, Select and other components icon size. #20765
  • 🐞 Fix Badge z-index higher than Table fixed columns. #20751
  • 💄 Tweak font family to be same as tailwindcss. #20747
  • 🐞 Fix TextArea autoSize blink in FireFox. #20737
  • 🐞 Fix Form.Item not keep error message sync when hit rule changed. #20725
  • 🐞 Fix Form.Item add additional feedback style when hasFeedback is not set. #20691
  • 🐞 Fix Cascader search bug when fieldNames is existed and label/value share same name. #20720
  • 🐞 Fix Collapse background color with wrong less variable. #20718 @kuitos
  • 🐞 Fix Slider's Tooltip not follow handle. #20699
  • 🐞 Fix Card cover image get skretched. #20701
  • 🐞 Fix Typography automatic overflow with suffix property. #20689 @zouxiaomingya
  • 🐞 Fix AutoComplete with customize component with wrong style. #20686
  • 🐞 Fix Input.Group to be partial to a pixel in Form. #20681
  • TypeScript
    • 🐞 Export Form interfaces. 3a1c5
    • 🐞 Fix Table types. #20789
    • 🐞 Fix Table.Column and Table.ColumnGroup definition. #20695

4.0.0-rc.0

2020-01-04

Ant Design 4.0-rc released! Here is the release document.

⚠️ Migrate from v3 to v4 please ref to migration document.

New features and improvements

  • 🌟 antd package size optimization, js gzipped dropped from 532.75KB to 289.89 KB. #20356
  • 💄 New dark theme support. #20281
  • 🌟 ConfigProvider supports direction internationalization settingrtl. #19380
  • 🌟 New Form component. #17327
    • 🌟 Form comes with data binding function.
    • 🌟 Field changes only affect the rendering of related field components and not the entire Form.
    • 🌟 Added initialValues to replace the original field initialization.
    • 🌟 Added validateMessages to support modify validation templates.
    • 🌟 Added onFinish and onFinishFailed to complete the overall component verification logic.
    • 🌟 Added onFieldsChange and onValuesChange for triggering controlled state.
    • 🌟 Provide hook support for useForm.
    • 🌟 Form.Item adds name property for data binding.
    • 🌟 Form.Item validateTrigger will only perform validation trigger and will not collect field values at the same time.
    • 🌟 Form.Item adds rules property for data validation.
    • 🌟 Form.Item adds shouldUpdate property to support render props.
    • 🌟 Form.Item adds dependencies property to simplify related field update logic.
    • 🌟 Form.Item adds noStyle property and adds unstyled data binding.
    • 🌟 Added Form.List component to simplify adding, deleting, modifying and checking operations.
    • 🌟 Added Form.Provider component to support multi-form linkage.
  • 🌟 New Table component. #19678
    • 🌟 Added summary support for summary lines.
    • 🌟 Now fixedColumn,expandable, and scroll can be mixed.
    • 🌟 Support multi-column sort.
    • 🌟 Support custom body and add virtual scrolling example.
    • 🌟 Expansion-related props moved into the expandable attribute and add rowExpandable prop.
    • 🎉 Use css sticky to achieve fixed effects to optimize performance.
    • 💄 Optimized expand animation effect.
  • 🌟 New DatePicker, TimePicker and Calendar components. #20023
    • 🌟 Support custom date library.
    • 🌟 Added picker support for setting selectors (no longer need to simulate selectors via controlledmode).
    • 🌟 Full range selector support: time, date, week, month, year.
    • 🌟 Range selector can now select start and end times individually.
    • 🌟 The range selector can be set to disabled separately for the start and end time.
    • 🌟 The range selector allows empty start and end times.
    • 🌟 Optimized manual input and keyboard interaction support.
    • 🌟 Added inputReadOnly to disable manual input.
  • 🌟 Remove Icon and use @ ant-design / icons instead. #18217
  • Skeleton
  • 🌟 Tree supports virtual scrolling. #18172
  • 🌟 Tree Enhanced accessibility support and keyboard interaction. #18866
  • 🌟 Select uses virtual scrolling and enhanced accessibility support and keyboard interaction. #18658
    • 🌟 Uncontrolled mode when value is undefined now.
  • 🌟 TreeSelect uses virtual scrolling and optimizes keyboard support. #19040
    • 🌟 Uncontrolled mode when value is undefined now.
  • 🌟 Button adds default andlink styles for danger. #19837
  • 🌟 Form and ConfigProvider support size setting to include component size. #20570
  • 🌟 Typography adds suffix attribute. #20224
  • 🌟 Progress adds steps subcomponent. #19613
  • 🌟 TextArea supports onResize. #20408
  • 🌟 Added Alert.ErrorBoundary to provide friendly error interception and prompting. #19923
  • 🌟 Upload supports iconRender to customize icons. #20034 @qq645381995
  • 🌟 Tag component preset status color. #19399
  • 🌟 Grid uses flex layout. #16635
  • 🐞 Fix the display error of Carousel component dotposition asleft | right. #20645 @xrkffgg
  • 🐞 Fix Alert style text overflow. #20318
  • 🙅 Removed warning messages for deprecated APIs. #17510
  • 🙅 Added warning for Avatar, Button, Modal.method and Result components using v3 strings as icons. #20226
  • 💄 Add @border-color-split-popover@input-icon-hover-color@select-clear-background@cascader-menu-border-color-split@modal-header-border-color-split@skeleton-to-color@transfer-item-hover-bg and other less variables. #20070

3.x

Visit GitHub to read 3.x change logs.

2.x

Visit GitHub to read 2.x change logs.

1.11.4

Visit GitHub to read change logs from 0.x to 1.x.