|
4 | 4 |
|
5 | 5 | #### Release Schedule
|
6 | 6 |
|
7 |
| -- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix). |
| 7 | +- Weekly release: patch version for routine bugfix. |
8 | 8 | - Monthly release: minor version for new features.
|
9 | 9 | - Major version release is not included in this schedule for breaking change and new features.
|
10 | 10 |
|
11 | 11 | ---
|
12 | 12 |
|
| 13 | +## 1.5.0 |
| 14 | + |
| 15 | +`2020-03-06` |
| 16 | + |
| 17 | +### Component features and styles are synchronized to antd version 3.26.12. |
| 18 | + |
| 19 | +- Four new components have been added: |
| 20 | + - 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) Added mentioned components and discarded the original Mention components. |
| 21 | + - 🔥🔥🔥 [Descriptions](https://antdv.com/components/descriptions-cn/) Display multiple read-only fields in groups. |
| 22 | + - 🔥🔥🔥 [PageHeader](https://antdv.com/components/page-header-cn/) can be used to declare the topic of the page, display important information about the page that the user is concerned about, and carry the operation items related to the current page. |
| 23 | + - 🔥🔥🔥 [Result](https://antdv.com/components/result) is used to feedback the processing results of a series of operation tasks. |
| 24 | +- 🔥 Descriptions supports vertical layout. |
| 25 | +- 🔥 Progress.Circle supports gradient colors. |
| 26 | +- 🔥 Progress.Line supports gradient colors. |
| 27 | +- Breadcrumb |
| 28 | + - 🎉 Breadcrumb.Item supports the `overlay` property to define drop-down menus. |
| 29 | + - 🌟 Added `Breadcrumb.Separator` component, you can customize`separator`. |
| 30 | +- 🌟 TreeSelect's `showSearch` supports multiple selection mode. |
| 31 | +- 🌟 Timeline.Item adds `gray` color type, which can be used in incomplete or invalid state. |
| 32 | +- 🌟 Modal supports `closeIcon` property for customizing the close icon. |
| 33 | +- Upload |
| 34 | + - 🌟 Upload provides `previewFile` property to customize the preview logic. |
| 35 | + - 🌟 Upload adds `transformFile` to support converting files before uploading. |
| 36 | + - 🌟 Upload supports previewing pictures in jfif format. |
| 37 | + - 🌟 Added `showDownloadIcon` property for displaying download icons. |
| 38 | +- 🌟 Input.Search adds `loading` property, which is used to display the loading status. |
| 39 | +- 🌟 Grid's `gutter` property adds support for vertical spacing. Now you can set an array for`gutter`, the second value of the array represents the vertical spacing. |
| 40 | +- 🌟 message Added support for updating content with unique `key`. |
| 41 | +- 🌟 TextArea supports `allowClear`. |
| 42 | +- 🌟 Dropdown.Button supports `icon` property to customize the icon. |
| 43 | +- Drawer |
| 44 | + - 🌟 Support `afterVisibleChange` property, which is triggered after the drawer animation is completed. |
| 45 | + - 🌟 Support `ESC` shutdown. |
| 46 | + - 🌟 Added `keyboard`, which allows the response to keyboard events to be turned on and off. |
| 47 | +- 🌟 TreeNode supports `checkable` property. |
| 48 | +- 🌟 Transfer supports `children` custom rendering list. |
| 49 | +- 🌟 Pagination supports `disabled` property. |
| 50 | +- 🌟 Steps support click to switch function. |
| 51 | +- Slider |
| 52 | + - 🌟 Support `tooltipPlacement` to define the location of the tip. |
| 53 | + - 🌟 Support `getTooltipPopupContainer` to allow custom container for the prompt. |
| 54 | + - 🌟 Flip `trigger` direction when Sider is on the right. |
| 55 | +- 🌟 Calendar supports `headerRender` to customize header. |
| 56 | +- 🌟 Carousel supports custom panel pointing point locations. |
| 57 | +- 🌟 Collapse supports `expandIconPosition` property. |
| 58 | +- 🌟 Popconfirm adds `disabled` props, which are used to control whether clicking child elements pop up. |
| 59 | +- 🌟 Select supports `showArrow` in multi-select mode. |
| 60 | +- 🌟 Collapse.Panel added `extra`. |
| 61 | +- Card |
| 62 | + - 🌟 Card component added `tabBarExtraContent` property. |
| 63 | + - 🌟 Card.Grid added a hoverable property to allow floating effects to be disabled. |
| 64 | +- 🌟 Anchor.Link adds `target` attribute. |
| 65 | +- 🌟 TimePicker added `clearIcon` prop for custom clear icon. |
| 66 | +- Form |
| 67 | + - 🌟 Support to configure the `colon` property directly on the Form. |
| 68 | + - 🌟 Support `labelAlign` property. |
| 69 | +- Table |
| 70 | + - 🌟 Table adds `getPopupContainer` property for setting various floating layer rendering nodes in the table. |
| 71 | + - 💄 Adjust the style of the Table expand button. |
| 72 | + - 🌟 Added `tableLayout` property, supports setting the table's`table-layout` layout, and enables `tableLayout =" fixed "` by default under fixed headers / columns, to solve the column alignment problem caused by the table layout automatically based on content . |
| 73 | + - 🌟 Added `column.ellipsis` to support automatic omission of cell contents. |
| 74 | + - 🌟 Added `scroll.scrollToFirstRowOnChange` property, which is used to set whether to scroll to the top of the table after page turning. -Filter `filterDropdown` Added`visible` parameter to get the display status of the drop-down box. |
| 75 | + - 🌟 The `title` method adds a`sortColumn` parameter to get the currently sorted column. -Sort When sorting, the `sorter` parameter of`onChange` will always contain `column` information. |
| 76 | +- 🌟 Tree component supports `blockNode` property. |
| 77 | +- 🌟 RangePicker adds `separator` definition. |
| 78 | +- Empty |
| 79 | + - 🌟 Empty supports the `imageStyle` property. |
| 80 | + - 🌟 Empty `description` supports`false`. |
| 81 | + - 🌟 Empty Supports access to preset pictures via `Empty.PRESENTED_IMAGE_DEFAULT` and`Empty.PRESENTED_IMAGE_SIMPLE` |
| 82 | +- 🌟 Badge supports custom colors. |
| 83 | +- 🐞 Fix the problem that the label of Steps is not centered. |
| 84 | +- 🐞 Fix cursor style problem of DatePicker and TimePicker. |
| 85 | + |
13 | 86 | ## 1.4.12
|
14 | 87 |
|
15 | 88 | `2020-03-03`
|
|
0 commit comments