diff --git a/.eslintrc.js b/.eslintrc.js
index d490b5f14..5d6c4a7f6 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -70,7 +70,7 @@ module.exports = {
'no-var': 'error',
'no-console': [2, { allow: ['warn', 'error'] }],
'object-shorthand': 2,
- 'no-unused-vars': [2, { ignoreRestSiblings: true, argsIgnorePattern: '^h$' }],
+ 'no-unused-vars': [2, { ignoreRestSiblings: true, argsIgnorePattern: '^_' }],
'no-undef': 2,
camelcase: 'off',
'no-extra-boolean-cast': 'off',
diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 23b659bf3..65f948749 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.md
@@ -544,7 +544,8 @@ In `ant-design-vue@1.2.0`, we introduced the svg icon ([Why use the svg icon?](h
The old way of using Icon will be obsolete:
```html
-
+
+
```
In 2.0, an on-demand introduction method will be adopted:
@@ -597,1023 +598,6 @@ validateFields().then(values ââ=> {
});
```
-## 1.6.4
+## 1.x
-`2020-07-21`
-
-- ð Fix breadcrumb `Breadcrumb` duplicate key problem [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
-- ð Fix the Tooltip issue when MenuItem title is empty [#2526](https://github.com/vueComponent/ant-design-vue/issues/2505)
-- ð Fix the problem that Input textarea cannot be dragged up when allow-clear is activated. [#2563](https://github.com/vueComponent/ant-design-vue/issues/2563)
-- ð Add less variables @select-item-selected-color [#2458](https://github.com/vueComponent/ant-design-vue/issues/2458)
-- ð Add flex attribute to Col in Grid [#2558](https://github.com/vueComponent/ant-design-vue/issues/2558)
-
-## 1.6.3
-
-`2020-07-05`
-
-- ð Fix Input.Password focus position shift issue [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
-- ð Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
-- ð Fix Drawer maskstyle not working [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
-- ð Button supports custom Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
-- ð DatePicker supports custom format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
-- ð Fix DatePicker year and time is incorrect [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
-- ð Optimize the Menu component, the animation is smoother
-- ð Fix Dropdown pop-up position error [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
-- ð Fix the problem of duplicate key when `Breadcrumb` has the same name [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
-
-## 1.6.2
-
-`2020-06-02`
-
-- ð Fix dialogClass type error [#2298](https://github.com/vueComponent/ant-design-vue/issues/2298)
-- ð Fix RangePicker panel display error [#2318](https://github.com/vueComponent/ant-design-vue/issues/2318)
-
-## 1.6.1
-
-`2020-05-25`
-
-- ð Fix the problem of filling the current time when DatePicker blur [#2246](https://github.com/vueComponent/ant-design-vue/issues/2246)
-- ð Fix Drawer error when destroying [#2254](https://github.com/vueComponent/ant-design-vue/issues/2254)
-- ð Fix Tabs cannot remove tabs with 0 as key [55bbf9](https://github.com/vueComponent/ant-design-vue/commit/55bbf940401cf2a67114102da1c035abc4152f06)
-- ð Fix Menu trigger twice click event [#2266](https://github.com/vueComponent/ant-design-vue/issues/2266)
-- ð Fix Menu active class name is not added [ffc002](https://github.com/vueComponent/ant-design-vue/commit/ffc002f09454a56b531aeb08530303d566cf24f2)
-- ð TreeSelect add custom data field function [#2253](https://github.com/vueComponent/ant-design-vue/issues/2253)
-- ð Modal added dialogStyle and dialogClass instead of style and class before refactoring [#2285](https://github.com/vueComponent/ant-design-vue/issues/2285)
-- ð Fix Table sorting trigger infinite update issue [#2270](https://github.com/vueComponent/ant-design-vue/issues/2270)
-
-## 1.6.0
-
-`2020-05-15`
-
-- ð Tootip supports custom components [741897](https://github.com/vueComponent/ant-design-vue/commit/741897be6742c752f0b0d29481add702ee7e7fb0)
-- ð Refactor Modal's underlying Portal components to solve the problem of delayed content update in Modal [#2244](https://github.com/vueComponent/ant-design-vue/issues/2244)
-- ð Fix Select option focus border style in Input.Group [#2224](https://github.com/vueComponent/ant-design-vue/pull/2224)
-- ð Fix Cascader option icon color when disabled [#2223](https://github.com/vueComponent/ant-design-vue/pull/2223)
-- ð Fix DatePicker color when separator is disabled [#2222](https://github.com/vueComponent/ant-design-vue/pull/2222)
-- ð Fix Carousel keyboard switch to Radio / Checkbox on inactive slide.
-- ð Fix the problem that Table filter menu is not displayed when less version is `2.x`. [#23272](https://github.com/ant-design/ant-design/pull/23272)
-- ð Fix the failure of Table `column.filtered`.
-- ð Fix the style problem of Input in Safari browser in Select `multiple` mode. [#22586](https://github.com/ant-design/ant-design/pull/22586)
-- ð Fix the problem that Descriptions can not adapt in small size. [#22407](https://github.com/ant-design/ant-design/pull/22407)
-
-## 1.5.6
-
-`2020-05-09`
-
-- ð Fix the problem of missing css, min.js and other files in the dist folder
-
-## 1.5.5
-
-`2020-05-08`
-
-- ð Fix `Tabs` not showing issue under safari 13 [#2199](https://github.com/vueComponent/ant-design-vue/issues/2199)
-- ð Fix the first input failure of `Input` under FireFox [#2151](https://github.com/vueComponent/ant-design-vue/issues/2151)
-- ð Fix `Input` cursor shift issue in Modal component [#2207](https://github.com/vueComponent/ant-design-vue/issues/2207)
-
-## 1.5.4
-
-`2020-04-30`
-
-- ð `DatePicker` supports the align attribute and sets the popup position [#1112f2](https://github.com/vueComponent/ant-design-vue/commit/1112f2f791fd64866284ec82def90baefe81e798)
-- ð `DatePicker` supports inputReadOnly attribute [#138eae](https://github.com/vueComponent/ant-design-vue/commit/138eae594dd440ce815e45d811a0778cb3e7583f)
-- ð `DatePicker` `TimePicker` `Calendar` supports string-type binding values ââ[#718](https://github.com/vueComponent/ant-design-vue/issues/718)
-- ð `Table` `ConfigProvider` adds `transformCellText` for transforming table rendering values, such as processing of empty data [#2109](https://github.com/vueComponent/ant-design-vue/issues/2109)
-- ð `FormModel` added validateMessages attribute [#2130](https://github.com/vueComponent/ant-design-vue/issues/2130)
-- ð Optimize pop-up window animation effect [#bf52f73](https://github.com/vueComponent/ant-design-vue/commit/bf52f73c5c2f8d05981e426b41a5f46d66e096db)
-- ð Fix the `tabBarGutter` attribute of the `Tabs` component does not take effect [#2083](https://github.com/vueComponent/ant-design-vue/issues/2083)
-- ð Fix renderTabBar of `Tabs` component not working [#2157](https://github.com/vueComponent/ant-design-vue/issues/2157)
-- ð `Tabs` component supports number 0 as key [#2167](https://github.com/vueComponent/ant-design-vue/issues/2167)
-- ð Fix the style of the Input.Search component is misaligned [#2077](https://github.com/vueComponent/ant-design-vue/issues/2077)
-- ð Fix the style misalignment of `Slider` component [#2097](https://github.com/vueComponent/ant-design-vue/issues/2097)
-- ð Fix `Tree.TreeNode` customTitle scope slot can not get selected status issue [#2006](https://github.com/vueComponent/ant-design-vue/issues/2006)
-- ð Fix `SelectTree` showSearch error when reporting [#2082](https://github.com/vueComponent/ant-design-vue/issues/2082)
-- ð Fix the inconsistent position of original dots in `Badge` dot state [#2121](https://github.com/vueComponent/ant-design-vue/issues/2121)
-
-## 1.5.3
-
-`2020-04-13`
-
-- ð Fix the problem that the content does not respond to updates when `Dropdown` visible is unchanged [#81eb40](https://github.com/vueComponent/ant-design-vue/commit/81eb401a8899aa3fe0acca88340b323f6e09db45)
-
-## 1.5.2
-
-`2020-04-09`
-
-- ð Fix ts type of `FormModel` not introduced [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
-- ð Fix `DatePicker.WeekPicker` type file error [#2044](https://github.com/vueComponent/ant-design-vue/issues/2044)
-- ð Fix "Tabs" tabClick event does not take effect [#2030](https://github.com/vueComponent/ant-design-vue/issues/2030)
-- ð Fix `Table` resize error issue [#2033](https://github.com/vueComponent/ant-design-vue/issues/2033)
-
-## 1.5.1
-
-`2020-04-02`
-
-- ð Fix `PageHeader` cannot hide backIcon [#1987](https://github.com/vueComponent/ant-design-vue/pull/1987)
-- ð Fix `Pagination` doesn't update when total changes [#1989](https://github.com/vueComponent/ant-design-vue/pull/1989)
-- ð Fix placeholder does not disappear when inputting `TreeSelect` in Chinese [#1994](https://github.com/vueComponent/ant-design-vue/pull/1994)
-- ð Fix `Table` customRender cannot customize class style [#2004](https://github.com/vueComponent/ant-design-vue/pull/2004)
-- ð Fix `Form` missing slot content when using Form.create [#1998](https://github.com/vueComponent/ant-design-vue/pull/1998)
-- ð Fix `Textarea` scroll bar flickering problem [#1964](https://github.com/vueComponent/ant-design-vue/pull/1964)
-- ð Add ts type file of `FormModel` [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
-- ð Add `modal` destroyAll type declaration [#1993](https://github.com/vueComponent/ant-design-vue/pull/1963)
-
-## 1.5.0
-
-`2020-03-29`
-
-- Four new components have been added:
- - ð¥ð¥ð¥ [Mentions](https://antdv.com/components/mentions/) Added mentioned components and discarded the original Mention components.
- - ð¥ð¥ð¥ [Descriptions](https://antdv.com/components/descriptions/) Display multiple read-only fields in groups.
- - ð¥ð¥ð¥ [PageHeader](https://antdv.com/components/page-header/) 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.
- - ð¥ð¥ð¥ [Result](https://antdv.com/components/result) is used to feedback the processing results of a series of operation tasks.
- - ð¥ð¥ð¥ [FormModel](https://antdv.com/components/form-model) Form components that use v-model for automatic validation are more concise than v-decorator forms.
-- ð¥ Descriptions supports vertical layout.
-- ð¥ Progress.Circle supports gradient colors.
-- ð¥ Progress.Line supports gradient colors.
-- Breadcrumb
- - ð Breadcrumb.Item supports the `overlay` property to define drop-down menus.
- - ð Added `Breadcrumb.Separator` component, you can customize`separator`.
-- ð TreeSelect's `showSearch` supports multiple selection mode.
-- ð Timeline.Item adds `gray` color type, which can be used in incomplete or invalid state.
-- ð Modal supports `closeIcon` property for customizing the close icon.
-- Upload
- - ð Upload provides `previewFile` property to customize the preview logic.
- - ð Upload adds `transformFile` to support converting files before uploading.
- - ð Upload supports previewing pictures in jfif format.
- - ð Added `showDownloadIcon` property for displaying download icons.
-- ð Input.Search adds `loading` property, which is used to display the loading status.
-- ð 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.
-- ð message Added support for updating content with unique `key`.
-- ð TextArea supports `allowClear`.
-- ð Dropdown.Button supports `icon` property to customize the icon.
-- Drawer
- - ð Support `afterVisibleChange` property, which is triggered after the drawer animation is completed.
- - ð Support `ESC` shutdown.
- - ð Added `keyboard`, which allows the response to keyboard events to be turned on and off.
-- ð TreeNode supports `checkable` property.
-- ð Transfer supports `children` custom rendering list.
-- ð Pagination supports `disabled` property.
-- ð Steps support click to switch function.
-- Slider
- - ð Support `tooltipPlacement` to define the location of the tip.
- - ð Support `getTooltipPopupContainer` to allow custom container for the prompt.
- - ð Flip `trigger` direction when Sider is on the right.
-- ð Calendar supports `headerRender` to customize header.
-- ð Carousel supports custom panel pointing point locations.
-- ð Collapse supports `expandIconPosition` property.
-- ð Popconfirm adds `disabled` props, which are used to control whether clicking child elements pop up.
-- ð Select supports `showArrow` in multi-select mode.
-- ð Collapse.Panel added `extra`.
-- Card
- - ð Card component added `tabBarExtraContent` property.
- - ð Card.Grid added a hoverable property to allow floating effects to be disabled.
-- ð Anchor.Link adds `target` attribute.
-- ð TimePicker added `clearIcon` prop for custom clear icon.
-- Form
- - ð Support to configure the `colon` property directly on the Form.
- - ð Support `labelAlign` property.
-- Table
- - ð Table adds `getPopupContainer` property for setting various floating layer rendering nodes in the table.
- - ð Adjust the style of the Table expand button.
- - ð 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 .
- - ð Added `column.ellipsis` to support automatic omission of cell contents.
- - ð 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.
- - ð 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.
-- ð Tree component supports `blockNode` property.
-- ð RangePicker adds `separator` definition.
-- Empty
- - ð Empty supports the `imageStyle` property.
- - ð Empty `description` supports`false`.
- - ð Empty Supports access to preset pictures via `Empty.PRESENTED_IMAGE_DEFAULT` and`Empty.PRESENTED_IMAGE_SIMPLE`
-- ð Badge supports custom colors.
-- ð Fix the problem that the label of Steps is not centered.
-- ð Fix cursor style problem of DatePicker and TimePicker.
-- ð Fix `TreeSelect` custom icon is invalid [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901)
-- ð Fix `Tabs` keyboard left / right switching error [#1947](https://github.com/vueComponent/ant-design-vue/issues/1947)
-
-## 1.4.12
-
-`2020-03-03`
-
-- ð Fix ts type error of `Modal` component [#1809](https://github.com/vueComponent/ant-design-vue/issues/1809)
-
-## 1.4.11
-
-`2020-02-12`
-
-- ð DirectoryTree adds custom switcherIcon function [#1743](https://github.com/vueComponent/ant-design-vue/issues/1743)
-- ð Add draggable table column width [example](https://www.antdv.com/components/table/#components-table-demo-resizable-column)
-- ð Replace `this.$listeners` of all components to avoid repeated rendering of components [#1705](https://github.com/vueComponent/ant-design-vue/issues/1705)
-- ð Fix ConfigProvider component error report error [7a4003](https://github.com/vueComponent/ant-design-vue/commit/7a40031955d520487dcaf9054a1280ae72230049)
-- ð Fix placeholder does not disappear when custom input box of AutoComplete component [#1761](https://github.com/vueComponent/ant-design-vue/issues/1761)
-- ð Fix Statistic.Countdown does not trigger finish event [#1731](https://github.com/vueComponent/ant-design-vue/pull/1731)
-- ð Fix upload component preview image not refreshing [f74469](https://github.com/vueComponent/ant-design-vue/commit/f744690e929d9d6da03c5c513b3ac5497c6490ef)
-- ð Fix TimePicker id is not unique [#1566](https://github.com/vueComponent/ant-design-vue/pull/1566)
-- ð Fix Pagination pagination without animation [#1540](https://github.com/vueComponent/ant-design-vue/issues/1540)
-- ð Fix drop-down list does not show empty elements when Cascader's option is empty array [#1701](https://github.com/vueComponent/ant-design-vue/issues/1540)
-- ð Fix spellcheck rendering incorrect for Input component [#1707](https://github.com/vueComponent/ant-design-vue/issues/1707)
-- ð Fix Tree component cannot customize icon [#1712](https://github.com/vueComponent/ant-design-vue/pull/1712)
-- ð Fix SubMenu forceSubMenuRender property is invalid [#1668](https://github.com/vueComponent/ant-design-vue/issues/1668)
-- ð Fix style of upload button is misaligned [#1742](https://github.com/vueComponent/ant-design-vue/pull/1742)
-
-## 1.4.10
-
-`2019-12-11`
-
-- ð Fixed the left and right arrows of MonthPicker cannot be worked [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
-
-## 1.4.9
-
-`2019-12-10`
-
-- ð Fix body scrolling issue when `Modal` is opened [#1472](https://github.com/vueComponent/ant-design-vue/issues/1472)
-- ð Fix `Drawer` wrapStyle not working [#1481](https://github.com/vueComponent/ant-design-vue/issues/1481)
-- ð Fix `InputNumber` id mount position is incorrect [#1477](https://github.com/vueComponent/ant-design-vue/issues/1477)
-- ð Fix `Tabs` nextClick event does not fire [#1489](https://github.com/vueComponent/ant-design-vue/pull/1489)
-- ð Fix `MonthPicker` cannot be changed in open state [#1510](https://github.com/vueComponent/ant-design-vue/issues/1510)
-- ð Fix the issue that `AutoComplete` does not disappear when entering Chinese [#1506](https://github.com/vueComponent/ant-design-vue/issues/1506)
-- ð Fix the problem that the content cannot pop up when referencing different Vue variables [6362bf](https://github.com/vueComponent/ant-design-vue/commit/6362bf9edb441c0c0096beca1d2c8727003dbb15)
-- ð `Table` `customRender` Add a third column parameter [#1513](https://github.com/vueComponent/ant-design-vue/pull/1513)
-- ð `InputPassword` adds focus and blur methods [#1485](https://github.com/vueComponent/ant-design-vue/pull/1485)
-- ð Fix `Tooltip` report error when using native html element [#1519](https://github.com/vueComponent/ant-design-vue/issues/1519)
-- ð Fix `Menu` report error in edge browser [#1492](https://github.com/vueComponent/ant-design-vue/issues/1492)
-- ð Fix empty centering of `Select` [#1445](https://github.com/vueComponent/ant-design-vue/pull/1445)
-- ð Fix popup window component memory leak problem [#1483](https://github.com/vueComponent/ant-design-vue/pull/1483)
-
-## 1.4.8
-
-`2019-11-28`
-
-- ð Fix `Menu` not trigger click event [#1470](https://github.com/vueComponent/ant-design-vue/issues/1470)
-- ð Fix `Tooltip` not hide in keep-alive [16ec40](https://github.com/vueComponent/ant-design-vue/commit/16ec40a012d7c400bf3028e6c938050dd6d7de2f)
-
-## 1.4.7
-
-`2019-11-27`
-
-- ð `getPopupContainer` of`ConfigProvider` Added popup context as the second parameter for uniform configuration of `getPopupContainer` in`Modal` [7a3c88](https://github.com/vueComponent/ant-design -vue / commit / 7a3c88107598b4b1cf6842d3254b43dc26103c14)
-- ð Fix `ConfigProvider` reporting error in Vue 2.5 [309baa](https://github.com/vueComponent/ant-design-vue/commit/309baa138a9c9a1885c17ef636c9132349024359)
-- ð Fix `Menu` click event is triggered twice [#1450](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð Fix incorrect width of input box in `Select` [#1458](https://github.com/vueComponent/ant-design-vue/issues/1458)
-- ð Fix `Select` the problem that `placeholder` does not disappear when inputting Chinese [#1458](https://github.com/vueComponent/ant-design-vue/issues/1458#issuecomment-557477782)
-- ð Add the TS type declaration for the `Comment` component [#1453](https://github.com/vueComponent/ant-design-vue/pull/1453)
-
-## 1.4.6
-
-`2019-11-20`
-
-- ð Fix `Cascader` can't enter a space question [#1427](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð Fix `AutoComplete` can't delete the last character [#1429](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð Update `dbclick` in `Tree`'s `expandAction` to `dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
-- ð Update `dbclick` in the `Table` document to `dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
-- ð Add the TS type declaration for the `Empty` component [#1439](https://github.com/vueComponent/ant-design-vue/pull/1439)
-
-## 1.4.5
-
-`2019-11-16`
-
-- ð `Form` support `labelCol` `wrapperCol` for setting layout [#1365](https://github.com/vueComponent/ant-design-vue/pull/1365)
-- ð `Input` `Select` `DatePicker` trigger change event after input Chinese, reducing unnecessary performance consumption [#1281](https://github.com/vueComponent/ant-design-vue/issues/1281)
-- ð Fixed when the placeholder of `Input` `Select` is Chinese, the change event is automatically triggered under ie [#1387](https://github.com/vueComponent/ant-design-vue/issues/1387)
-- Tree
-
- - ð Add the `replaceFields` field to customize the `title` `children` [#1395](https://github.com/vueComponent/ant-design-vue/issues/1395)
- - ð update event `doubleclick` to `dbclick` [5e27ff](https://github.com/vueComponent/ant-design-vue/commit/5e27ff8da4419f490ab5c6ebeaf43d933519fcd7)
-
-- ð Fix `Input` Delete content under ie9 does not trigger change event [#1421](https://github.com/vueComponent/ant-design-vue/issues/1421)
-- ð Fix `Dropdown` `disabled` invalid problem [#1400](https://github.com/vueComponent/ant-design-vue/issues/1400)
-- ð Fix Select type error when `lableInValue` [#1393](https://github.com/vueComponent/ant-design-vue/pull/1393)
-- ð Fix Comment style question [#1389](https://github.com/vueComponent/ant-design-vue/pull/1389)
-- ð Fix `Statistic` `Password` TypeScript type definition.
-
-## 1.4.4
-
-`2019-10-30`
-
-- ð Progress format support v-slot [#1348](https://github.com/vueComponent/ant-design-vue/issues/1348)
-- ð Fix RangePicker Year Panel not work [#1321](https://github.com/vueComponent/ant-design-vue/issues/1321)
-- ð Fix Pagination simple mode not work [#1333](https://github.com/vueComponent/ant-design-vue/issues/1333)
-- ð Fix AutoComplete flashing on fast input [#1327](https://github.com/vueComponent/ant-design-vue/issues/1327)
-- ð Fix Button loading mode is not centered [#1337](https://github.com/vueComponent/ant-design-vue/issues/1337)
-- ð Fix Menu menu collapsed in Chrome [#873](https://github.com/vueComponent/ant-design-vue/issues/873)
-- ð Fix Checkbox v-model parameter validation failure [#1356](https://github.com/vueComponent/ant-design-vue/issues/1356)
-- ð Fix Checkbox.Group error when update value to undefined [#1356](https://github.com/vueComponent/ant-design-vue/issues/1356)
-
-## 1.4.3
-
-`2019-10-22`
-
-- ð Fix Cascader component style issues caused by Input [#1293](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð Fix some component can not use `` [041839](https://github.com/vueComponent/ant-design-vue/commit/041839b90131d3a4e6a5663986b811d60d4e6ba2)
-
-## 1.4.2
-
-`2019-10-21`
-
-- ð Fix `Radio.Group` triggers multiple change callback issues [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð Fix `Pagination` keyup enter not work [#1316](https://github.com/vueComponent/ant-design-vue/issues/1316)
-
-## 1.4.1
-
-`2019-10-17`
-
-- ð fix `Input.Password` cannot use `v-model` [#1306](https://github.com/vueComponent/ant-design-vue/issues/1306)
-- ð Optimize the clear button of `Input` to display the logic. [#1296](https://github.com/vueComponent/ant-design-vue/issues/1296)
-- ð After click clear button, `Input` becomes the `focus` state.
-- ð fix progress strokeWidth not work [#1301](https://github.com/vueComponent/ant-design-vue/issues/1301)
-- ð Fix Radio.Group triggers multiple change callback issues [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð Fix Form initialValue error [#1291](https://github.com/vueComponent/ant-design-vue/issues/1291)
-
-## 1.4.0
-
-`2019-10-14`
-
-- ð New component Empty, and improved empty data style of all components!
-- ð New component Statistic.
-- ð Hindi locale added (hi_IN).
-- ð Kannada locale added (kn_IN).
-- ð ConfigProvider component support prefixCls.
-- Button
- - ð Button support round shape.
-- Collapse
- - ð Add `expandIcon` to allow customization of Collapse icon.
-- ConfigProvider
- - ð Support Content Security Policy (CSP) config.
- - ð Support `autoInsertSpaceInButton` to remove space between 2 Chinese characters on Button.
-- Icon
- - ð Icon component add `aria-label` prop to enhance accessibility.
- - ð Add `rotate` to allow icon rotate as specified degrees.
- - ð Add `eye-invisible` icon.
-- Input
- - ð Add Input.Password.
- - ð support `allowClear`ã
-- Modal
- - ð Add `forceRender` support.
- - ð Add `destroyAll` method.
- - ð Add `icon` to Modal.confirm/info/warning/error, `iconType` is deprecated.
- - ð Add `mask` property support for Modal method.
- - ð Add `transitionName` and `maskTransitionName` property support for Modal method.
- - ð Fix the problem that the mouse moves to the mask layer to close automatically [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
-- ð Add `small` type Card component.
-- Form
- - ð Add `name` option to `Form.create`ã
- - ð Add `selfUpdate` to improve performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
- - ð Fix browser stuck when `FormItem` is passed through slot [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
-- ð Add switcherIcon prop to Tree.
-- Dropdown
- - ð Dropdown.Button support `href`.
- - ð Add `openClassName`.
-- Table
- - ð Add prop `sortDirections` for Table and Table.Column.
- - ð Fixed Badge component display over the fixed table column.
- - ð Fixed rowSelection columnWidth doesn't work.
-- DatePicker
- - ð Will read format as default format in locale if provided.
- - ð Add new `renderFooter` API for DatePicker.
- - ð Fixed `dateRender` not supported at WeekPicker.
- - ð Fixed disabled button style in DatePicker panel.
- - ð support prop `renderExtraFooter` in all mode.
- - ð Fixed month range display when start year equals end year.
-- TimePicker
- - ð TimePicker support new prop `popupStyle` and new event `amPmChange`.
- - ð Fixed TimePicker Icon disappear when used with Input.Group.
- - ð Deprecated `allowEmpty` prop and use `allowClear` instead. Sync style with DatePicker.
-- ð Rate component support `tooltips`.
-- Upload
- - ð Add new less var `upload-picture-card-border-style` and Fixed `upload-picture-card-size` typo.
- - ð Fixed `dpg` file type is not recognizable as image in Upload component.
-- Spin
- - ð Fix Spin style issue in IE 10.
-- Progress
- - ð All types support `successPercent` prop.
-- Pagination
- - ð Fix ellipsis misalignment.
-- ð Fixed Radio style bug in Chrome.
-- ð Fixed Steps style issue on IE9.
-- ð Fixed nested Timeline last item missing line.
-- ð Fixed spin never shows up when delay got initially set.
-- ð Fix wave style issue in Edge.
-
-## 1.3.17
-
-`2019-09-29`
-
-- ð `Form` adds the `selfUpdate` attribute to improve form performance [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
-- `Select`
- - ð Fix keydown keyboard event invalidation
- - ð Fix arrow icon can't close pop-up question [#1067](https://github.com/vueComponent/ant-design-vue/issues/1176)
- - ð Fix IE browser to automatically close the problem [#1223](https://github.com/vueComponent/ant-design-vue/issues/1223)
- - ð Add maxTagTextLength attribute [#1217](https://github.com/vueComponent/ant-design-vue/pull/1217)
-- ð Fixed an issue with 'TimePicker` input error [#1176](https://github.com/vueComponent/ant-design-vue/issues/1176)
-- ð Fix `defaultVisible` attribute invalidation problem for `Tooltip` component [#1232](https://github.com/vueComponent/ant-design-vue/issues/1232)
-- ð Fix `Comment` `ConfigProvider` TypeScript type definition problem.
-
-## 1.3.16
-
-`2019-08-25`
-
-- ð Fix `Select` component to uninstall component error when there is no input [#1091](https://github.com/vueComponent/ant-design-vue/pull/1091)
-- ð Fix `Collapse` error when no child element [#1116](https://github.com/vueComponent/ant-design-vue/pull/1116)
-- ð Fix TypeScript type definitions.
-
-## 1.3.15
-
-`2019-08-17`
-
-- ð Fix `Select` component cannot scroll under IE [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð Fix `Form` `initialValue` warning [#1076](https://github.com/vueComponent/ant-design-vue/issues/1076)
-- ð Fix `Form` error when verifying `Number` type [#1090](https://github.com/vueComponent/ant-design-vue/issues/1090)
-
-## 1.3.14
-
-`2019-08-12`
-
-- ð Fix `MenuItem` parsing array `class` incorrect question [#1009](https://github.com/vueComponent/ant-design-vue/issues/1009)
-- ð Fix an error when npm install [#997](https://github.com/vueComponent/ant-design-vue/issues/997)
-- ð Fix `Select` component cannot scroll under IE [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð Fix `Select` component does not trigger focus event problem [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð Fix `DropdownButton` `size` attribute does not work [#71b7c9](https://github.com/vueComponent/ant-design-vue/commit/71b7c9d33895f55694e28aaba4b2cfca7228771b)
-- ð Fix `Table` component does not support vue 2.6 v-slot syntax problem [#1058](https://github.com/vueComponent/ant-design-vue/issues/1058)
-- ð `Popover` add `builtinPlacements` attribute [#1073](https://github.com/vueComponent/ant-design-vue/issues/1073)
-- ð `Button` support `link` type [#1077](https://github.com/vueComponent/ant-design-vue/pull/1077)
-- ð `Modal.confirm` `title` and `content` support function [#824](https://github.com/vueComponent/ant-design-vue/issues/824)
-
-## 1.3.13
-
-`2019-07-22`
-
-- ð Fix `dist` missing `antd.less` file problem [#995](https://github.com/vueComponent/ant-design-vue/issues/995)
-
-## 1.3.12
-
-`2019-07-22`
-
-- ð `package.json` `files` add `scripts`
-
-## 1.3.11
-
-`2019-07-22`
-
-- Dropdown
- - ð Uodate disable style [#912](https://github.com/vueComponent/ant-design-vue/pull/912) [#921](https://github.com/vueComponent/ant-design-vue/pull/921)
- - ð Fix `SubMenu` flashing problem [#975](https://github.com/vueComponent/ant-design-vue/issues/970)
-- ð `AutoComplete` `Cascader` `DatePicker` `DropDown` `Select` `TimePicker` add an instance of the popup reference `popupRef` [f9373e](https://github.com/vueComponent/ant-design-vue/commit/f9373e44ce229ab0ba94ababbd686e6ad6e9f10f)
-- ð Fix `DatePicker` can not open when placeholder is chinese at ie 10 and 11 [#865](https://github.com/vueComponent/ant-design-vue/issues/865)
-- ð `DatePicker` add custom render trigger [#957](https://github.com/vueComponent/ant-design-vue/pull/957)
-- ð `@ant-design/icons-vue` update to `^2.0.0`
-- ð `Icon` add `focusable="false"` [#924](https://github.com/vueComponent/ant-design-vue/issues/924)
-- ð Fix custom `Form` prompts for custom components. `warning` problem [#915](https://github.com/vueComponent/ant-design-vue/issues/915)
-- ð Fix `FormItem` `v-decorator` error [#930](https://github.com/vueComponent/ant-design-vue/issues/930)
-- ð Fixed an issue where the `Upload` component reported an error in `form.resetFields()` [#929](https://github.com/vueComponent/ant-design-vue/pull/929)
-- ð Fix `Select` shows bounce problem [#970](https://github.com/vueComponent/ant-design-vue/issues/970)
-- ð Fix TypeScript type definitions.
-
-## 1.3.10
-
-`2019-06-11`
-
-- ð Remove useless `module.export` of package. [#850](https://github.com/vueComponent/ant-design-vue/issues/850)
-
-## 1.3.9
-
-`2019-05-26`
-
-- ð Fix `TreeSelect` without `dataRef` [#712](https://github.com/vueComponent/ant-design-vue/issues/712)
-- ð `Tooltip` add `destroyTooltipOnHide` to identify whether to destroy tooltip after hiding [#727](https://github.com/vueComponent/ant-design-vue/issues/727)
-- ð Fix `Avatar` does not update the problem when setting `src` dynamically [#731](https://github.com/vueComponent/ant-design-vue/issues/731)
-- ð Fix `LocaleProvider` change `moment` language does not work [28b7a6](https://github.com/vueComponent/ant-design-vue/commit/28b7a68dc48a0a994e98063d462b99380e3ee547)
-- ð `Modal.confirm` add `closable` configuration [#798](https://github.com/vueComponent/ant-design-vue/pull/798)
-- ð Fixed a problem when `Select` custom `dropdownRender` was not automatically closed [#644](https://github.com/vueComponent/ant-design-vue/issues/644)
-- ð Fix the problem of removing Dom error under ie9, no need to introduce polyfill separately [#705](https://github.com/vueComponent/ant-design-vue/issues/705)
-- ð Fix `Input.Search` repeat mount id problem [#726](https://github.com/vueComponent/ant-design-vue/issues/726)
-- ð Fix `Table` does not work when customizing expandIcon using function form [#751](https://github.com/vueComponent/ant-design-vue/issues/751)
-- ð Fix `Icon` `extraCommonProps` property does not work [#737](https://github.com/vueComponent/ant-design-vue/issues/737)
-- ð Fix `DirectoryTree` expandAction="doubleclick" does not work [#745](https://github.com/vueComponent/ant-design-vue/issues/745)
-
-## 1.3.8
-
-`2019-04-04`
-
-- ð Fix `Table` unclickable problem under IE [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
-- ð Fix `Table` Header is not aligned under Firefox [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
-- ð Drawer `Drawer` add custom `handel`
-- ð Fix TypeScript type definitions.
-
-## 1.3.7
-
-`2019-03-18`
-
-- ð Fix `Select` `selectedKeys` type validation error [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
-
-## 1.3.6
-
-`2019-03-17`
-
-- ð Fix `Select` title attribute to display confusion [#588](https://github.com/vueComponent/ant-design-vue/issues/588)
-- ð Fix `InputSearch` does not support slot mode customization addonAfter and addonBefore issues [#581](https://github.com/vueComponent/ant-design-vue/issues/581)
-- ð Fix `Input` repeat class question [#faf9ba](https://github.com/vueComponent/ant-design-vue/commit/faf9ba0033eed9ae6ac17879f2e39dd341db847f)
-- ð Fix `Message` Customize content by function does not work [#554](https://github.com/vueComponent/ant-design-vue/issues/554)
-- ð `Cascader` `option.value` supports `String` `Number` type [#595](https://github.com/vueComponent/ant-design-vue/issues/595)
-- ð Fix some TypeScript definitions.
-
-## 1.3.5
-
-`2019-02-23`
-
-- ð Optimize the `Popover` `Popconfirm` component arrow style.
-- ð Fix using autoprefixer 9.4.5 in postcss (vue-cli) will throw an error `Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed`. [#471](https://github.com/vueComponent/ant-design-vue/pull/471)
-- Tree
- - ð Fixed growing space of Tree nodes.[#502](https://github.com/vueComponent/ant-design-vue/issues/502)
- - ð Fixing the `Tree` node can't drag and drop the target node problem.[#469](https://github.com/vueComponent/ant-design-vue/issues/502)
- - ð Update the document: `Tree` component `dragxxx` event changed to all lowercase.[#467](https://github.com/vueComponent/ant-design-vue/issues/467)
-- ð Fix `Modal.confirm` `class` does not work.[#475](https://github.com/vueComponent/ant-design-vue/pull/475)
-- ð Fix some TypeScript definitions.
-
-## 1.3.4
-
-`2019-01-31`
-
-ð ð ð Happy New Year!
-
-- ð fix: AutoComplete placeholder not display when disabled. [#402](https://github.com/vueComponent/ant-design-vue/issues/402)ã
-- ð Add the `BreadcrmbItem` ts type file.[#452](https://github.com/vueComponent/ant-design-vue/issues/452)ã
-- ð Fixed an issue where the FormItem was not updated when it was in a subcomponent. [#446](https://github.com/vueComponent/ant-design-vue/issues/446)ã
-- ð Fix some component TypeScript definitions.
-
-## 1.3.3
-
-`2019-01-26`
-
-- ð Fix `message` not close When you configure maxcount.[#428](https://github.com/vueComponent/ant-design-vue/pull/428)ã
-- ð Fix some component TypeScript definitions.[#422](https://github.com/vueComponent/ant-design-vue/pull/422)ã
-- ð The Anchor component add `warpperClass` `wrapperStyle` property.[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
-- ð Update the document: form adds the `preserve` description, and the `icon` modifies the custom component reference document description.
-
-## 1.3.2
-
-`2019-01-17`
-
-- ð Fix Form reports an error when using the obsolete API `autoCreateForm`.[#413](https://github.com/vueComponent/ant-design-vue/issues/413)ã
-- ð Fix Slider error when clicking mark. [#407](https://github.com/vueComponent/ant-design-vue/issues/407)ã
-
-## 1.3.1
-
-`2019-01-15`
-
-- ð Fixed the `Table` component could not be scrolled under ie.ã[#390](https://github.com/vueComponent/ant-design-vue/issues/390)ã
-- ð Fix `Form` does not clear that does not need to check the field.[#367](https://github.com/vueComponent/ant-design-vue/issues/367)ã
-
-## 1.3.0
-
-`2019-01-12`
-
-- ð ð ð Publish the vscode plugin [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
-- ð ð ð Optimize official website document interaction
-
- 1.3.0 brings two new Components, a lot of exciting changes and new features.
-
-- ð¥ Added a new component [Comment](https://www.antdv.com/components/comment/)ã
-- ð¥ dded a new component [ConfigProvider](https://www.antdv.com/components/config-provider/) for user to customize some global setting.
-
-Component Fixes / Enhancements:
-
-- ð Avatar Added `srcSet` prop that is a list of sources to use for different screen resolutions.
-- ð Notification Added `onClick` prop that is called when the notification is clicked.
-- Transfer
- - ð Added `search` event that is executed when search field are changed and deprecated `searchChange` event.
- - ð Added `disabled` prop that whether disable transfer.
-- ð Refactor Badge, support `count` as custom component.
-- Slider
- - ð Added `tooltipVisible` prop that whether Tooltip will always show.
- - ð Optimize the focus effect
- - ð Fix tooltip does not display the problem when focus through the keyboard tab.
- - ð Fix the hidden switch problem of Tooltip while dragging.
-- Calendar
- - ð Support multiple date format.
- - ð showSearch added `limit` prop that support limit filtered item count.
-- Table
- - ð Added `expandIcon` prop that custom the default expand icon.
- - ð customCell added `index` prop.
-- Select
- - ð Added `removeIcon`ã`clearIcon`ã`menuItemSelectedIcon` propïŒallow setting `remove`ã`clear`ã`menuItemSelected` custom icons.
- - ð Added `dropdownRender` prop that custom dropdown content.
- - ð Added `loading` prop that indicate loading state.
-- ð Optimize the display of the Button when it contains an Icon.
-- â¡ïž Refactor Tag component with less code and better performance.
-- ð Added `title` prop that Menu.Item support tooltip title when collapsed.
-- ð Chore Card header and loading UI.
-- ð Optimized Spin wrapper styles and improve performance slightly.
-- ð Fix TextArea use resize observer to check textarea size.
-- ð Fix Tooltip in the disabled state, the style error problem.[#389](https://github.com/vueComponent/ant-design-vue/issues/389)
-- ð Fix some component TypeScript definitions.
-
-## 1.2.5
-
-`2019-01-06`
-
-- ð Add `Typescript` type file[#250](https://github.com/vueComponent/ant-design-vue/issues/250)
-- ð Fix `Icon` component can't support static class and dynamic class problems at the same time[#371](https://github.com/vueComponent/ant-design-vue/issues/371)
-
-## 1.2.4
-
-`2018-12-29`
-
-- ð Fix `Select` component does not trigger `popupScroll` event[#350](https://github.com/vueComponent/ant-design-vue/issues/350)
-- ð Fixing the custom `Icon` component does not support `class` `style` issues.[#351](https://github.com/vueComponent/ant-design-vue/issues/351)
-- ð `Tree` `TreeSelect` supports `key` of `number` type. [#343](https://github.com/vueComponent/ant-design-vue/issues/343)
-- ð `Tree` components `selectedKeys`, `expandedKeys` support the `.sync` modifier.[6373ce](https://github.com/vueComponent/ant-design-vue/commit/6373ce8e92a979abb1f5dc94fa9697ee64b08dc2)
-- `TreeSelect`
- - ð `treeExpandedKeys` supports the `.sync` modifier.[983318](https://github.com/vueComponent/ant-design-vue/commit/983318b985ad727c008232c75a8598d52d0f924b)
- - ð Fix page scrolling issue when the first `focus`.[139356](https://github.com/vueComponent/ant-design-vue/commit/1393563c9b7f8cb7d7ddc0409aa5422c53fca60b)
-- ð Remove the expansion animation when the `Menu` component is initialized.[#338](https://github.com/vueComponent/ant-design-vue/issues/338)
-
-## 1.2.3
-
-`2018-12-25`
-
-- ð Remove Christmas egg.
-- ð Fix some components do not support array type `class` problem[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
-- ð `TreeSelect` adds the `treeExpandedKeys` props and `treeExpand` event to control the expansion of the tree.
-- ð Fix the `Tree` component warning duplicate `key` question when using `TreeNode`ã
-
-## 1.2.2
-
-`2018-12-19`
-
-- ð `Datepicker` render footer twice question. [#315](https://github.com/vueComponent/ant-design-vue/issues/315)
-- `Menu`
- - ð menu automatically close up to fit width in `horizontal` mode.[aa1b24](https://github.com/vueComponent/ant-design-vue/commit/aa1b2462cb333505d3efc53af1afb30fd0574dc7)ã
- - ð menu first expand not animation in `inline` mode. [d63935](https://github.com/vueComponent/ant-design-vue/commit/d63935e50671fab2aa561a013c35af878c610c7c)
- - ð flashing problem when change collapse = true and change openKeys=[][3393f0](https://github.com/vueComponent/ant-design-vue/commit/3393f0e1513c5d29e2734397bb9e0c0b272c259f)
-- ð Fix form validateStatus icon not work [#321](https://github.com/vueComponent/ant-design-vue/issues/321)
-- ð `Upload` thumbnail icon broken styles [f1e130](https://github.com/vueComponent/ant-design-vue/commit/f1e130bdc0c12c625573c08a35c895b2d5d47568)
-- ð `Icon` support native event [cffef3](https://github.com/vueComponent/ant-design-vue/commit/cffef392e5605de8d342787d7562e81ca8588800)
-
-## 1.2.1
-
-`2018-12-17`
-
-- ð Fix `Menu` flashing problem when scaling under `Layout`
-- ð Fix `Icon` report Warning problem
-
-## 1.2.0
-
-`2018-12-16`
-
-- ð¥ð¥ð¥ replaced font icons with svg icons which bring benefits below:ïŒ
- - Complete offline usage of icon, no dependency of alipay cdn font icon file and no more empty square during downloading than no need to deploy icon font files locally either.
- - Much more display accuracy in lower-level screens.
- - Support multiple colors for icon.
- - No need to change built-in icons with overriding styles by providing more props in component.
- - ð But at the same time bring the problem that the bundle file is too big, related solutions and discussions can check the React version of ant-design [issue](https://github.com/ant-design/ant-design/issues/12011).
- - ð Add the `theme` attribute to set the theme style of the icon.
- - ð Added `component` attribute, you can externally pass a component to customize the control rendering result.
- - ð The `twoToneColor` property is added to control the theme color of the two-color icon.
- - ð Added static methods `Icon.getTowToneColor()` and `Icon.setTwoToneColor(...)` to globally get and set the theme color of all two-color icons.
- - ð The new static method `Icon.createFromIconfontCN({...})` is added to make it easier to use icons hosted on [`iconfont.cn`](http://iconfont.cn/).
-- ð¥ Added a new component `Skeleton`.
-- ð¥ Menu will automatically close up to fit width in `horizontal` mode.
-- ð¥ The `placement` of the drawer supports `top` and `bottom` to accommodate more scenes.
-- ð The following components add a `suffixIcon` prop, which is used to set the icon behind the input box. For details, please refer to the documentation.
- - Cascader
- - DatePicker
- - Select
- - TreeSelect
- - TimePicker
-- ð Added Modal.open for optional icon dialog.
-- ð Modal.info adds the configuration of `getContainer`.
-- ð Improve RangePicker footer UI by merging them.
-- ð The Anchor component adds `onClick` property.
-- ð The Tab component adds the `renderTabBar` property.
-- ð The Input component adds the `select` method.
-- ð Steps adds the `initial` attribute.
-- ð Upload adds `openFileDialogOnClick` prop to allow setting whether to open the upload dialog when the component is clicked.
-- ð InputNumber adds `decimalSeparator` prop to allow setting a custom decimal.
-- ð Fix a lot of hidden bugs that have not yet been issued, and then not list them one by one.
-
-## 1.1.10
-
-`2018-12-7`
-
-- ð¥ð¥ð¥ In the 1.1.10 version, the `Form` component better supports the single-file tempalte syntax. In previous versions, complex component requirements were required to be implemented using JSX. In order to better use the automatic collection and validation of Form forms in the template, we have optimized the way components are used. All Demo files are refactored using the latest syntax. However, for the previous API, continue to support, you can not worry about the API changes, resulting in problems in the existing system.
-
-```html
-
-
-
-
-
-
-
-
-```
-
-- ð Fix `Steps` component `labelPlacement` does not work [#281](https://github.com/vueComponent/ant-design-vue/issues/281)
-- ð Fix the `Timeline` component style problem, add `reverse` `mode` props [#8e37cd](https://github.com/vueComponent/ant-design-vue/commit/8e37cd89f92ee2541f641fd860785cfd2361b2b3)
-- `Tree`
- - ð Fix `treeDefaultExpandedKeys` does not work [#284](https://github.com/vueComponent/ant-design-vue/issues/284)
- - ð Fixes the component not update when other array attributes such as `expandedKeys` `selectedKeys` changed by arrayâs mutation methods. [#239](https://github.com/vueComponent/ant-design-vue/issues/239)
-
-## 1.1.9
-
-`2018-11-26`
-
-- ð Fix the `TreeSelect` component getPopupContainer does not work [#265](https://github.com/vueComponent/ant-design-vue/issues/265)
-- ð Fix `Carousel` component on-demand loading does not work [#271](https://github.com/vueComponent/ant-design-vue/issues/271)
-- ð Fix `Upload` component remove event no return value problem [#259](https://github.com/vueComponent/ant-design-vue/issues/259)
-
-## 1.1.8
-
-`2018-11-11`
-
-- `Progress`
- - ð Fix `circle` type does not support `strokeColor` problem [#238](https://github.com/vueComponent/ant-design-vue/issues/238)
- - ð Add `normal` type [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
-- ð Fix `Cascader` component does not support `getPopupContainer` problem [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
-- ð `Tooltip` support align [#252](https://github.com/vueComponent/ant-design-vue/issues/252)
-
-## 1.1.7
-
-`2018-10-27`
-
-- ð Fix `Cascader` component type error problem [#219](https://github.com/vueComponent/ant-design-vue/issues/219)
-- ð Fix `Tree` component custom Icon the callback parameter order error [#223](https://github.com/vueComponent/ant-design-vue/issues/223)
-- ð Fix `Table` pagination trigger multiple change events when `showSizeChange=true` [#228](https://github.com/vueComponent/ant-design-vue/issues/228)
-- ð Optimize the `Tabs` component to add tabs to the visible area by default [#215](https://github.com/vueComponent/ant-design-vue/issues/215)
-- ð Fix `RadioGroup` component does not support number 0 problem [#226](https://github.com/vueComponent/ant-design-vue/issues/226)
-- ð Fix `Slider` component When setting zoom is not 1, the position error problem, some browsers need visualViewport Polyfill [#227](https://github.com/vueComponent/ant-design-vue/issues/227)
-
-## 1.1.6
-
-`2018-10-10`
-
-- ð Fix `Select` component keyboard event error [#217](https://github.com/vueComponent/ant-design-vue/issues/217)
-- ð Fix the `Drawer` component children update issue [#209](https://github.com/vueComponent/ant-design-vue/issues/209)
-
-## 1.1.4
-
-`2018-09-29`
-
-- ð Refactor the `vc-tree` component and add a directory tree component
-- ð Fix `tabs` component property `tabBarGutter` does not work [#205](https://github.com/vueComponent/ant-design-vue/issues/205)
-- ð Fix `table` component data synchronization error [#202](https://github.com/vueComponent/ant-design-vue/issues/202)
-
-## 1.1.3
-
-`2018-09-22`
-
-- ð Optimize component registration methods, such as Vue.use(Form) [a6620c](https://github.com/vueComponent/ant-design-vue/commit/a6620cbbe58cc1694a994e6714853906d1d794be)
-- ð `Select.Option` component `value` property supports `0` [#194](https://github.com/vueComponent/ant-design-vue/issues/194)
-- ð Fix `Layout.Sider` trigger button width does not work [#201](https://github.com/vueComponent/ant-design-vue/issues/201)
-- ð Fix `Menu` When switching inlineCollapsed, there is no animation problem [#200](https://github.com/vueComponent/ant-design-vue/issues/200)
-- ð Fix style problem in `Steps` `dot` mode [#199](https://github.com/vueComponent/ant-design-vue/issues/199)
-
-## 1.1.2
-
-`2018-09-17`
-
-- ð Synchronize antd3.8.4 style
-- ð Tag component adds `visible` attribute and wave effect
-- ð Fix the 'Cascader` component, the selected item is not expanded [#195](https://github.com/vueComponent/ant-design-vue/issues/195)
-
-## 1.1.1
-
-`2018-09-13`
-
-- ð dropdown position incorrect caused by window size change [#184](https://github.com/vueComponent/ant-design-vue/issues/184)
-- ð tabs container add custom event listeners [#189](https://github.com/vueComponent/ant-design-vue/issues/189)
-- ð Fixing 'centered` does not work when calling Modal window via API form [#183](https://github.com/vueComponent/ant-design-vue/issues/183)
-- ð Slider marks support {number: function}åœ¢åŒ [#171](https://github.com/vueComponent/ant-design-vue/issues/171)
-
-## 1.1.0
-
-`2018-09-11`
-
-- ð Synchronize components from [3.4.0](https://github.com/ant-design/ant-design/releases/tag/3.4.0) to antd [3.8.2](https://github.com/ Ant-design/ant-design/releases/tag/3.8.2)
-- ð Add the `Drawer` component
-- ð Fix `Spin` content flicker problem [#174](https://github.com/vueComponent/ant-design-vue/issues/174)
-- ð Fix `RangePicker` selection is not disabled [#158](https://github.com/vueComponent/ant-design-vue/issues/158)
-- ð Fixed throw error when `Form` value was `null` [#153](https://github.com/vueComponent/ant-design-vue/issues/153)
-- ð Fix the `Modal` subcomponent to repeat the `mounted` question [#152](https://github.com/vueComponent/ant-design-vue/issues/152)
-- ð Fixed donot `render` after 'Transfer` search filter [#148](https://github.com/vueComponent/ant-design-vue/issues/148)
-- ð Fixed multi-level `Tabs` component nesting causing `size` not to work [#144](https://github.com/vueComponent/ant-design-vue/issues/144)
-- ð Fix `TreeSelect`searchPlaceholder does not work [#125](https://github.com/vueComponent/ant-design-vue/issues/125)
-- ð Other issues that do not appear in the issue, see antd changelog
-
-## 1.0.3
-
-`2018-08-11`
-
-- ð Fix `Select` children not to update the problem [#106](https://github.com/vueComponent/ant-design-vue/issues/106)
-- ð Fix `Badge` offset x y axis order error and support number type [#99](https://github.com/vueComponent/ant-design-vue/issues/99)
-- ð Fix `Input` trigger input event problem when placeholder is Chinese in IE[#92](https://github.com/vueComponent/ant-design-vue/issues/92)
-- ð Fix `Avatar` does not accept event issues [#102](https://github.com/vueComponent/ant-design-vue/issues/102)
-- ð Fix `grid.row` gutter type error problem [4af03c4](https://github.com/vueComponent/ant-design-vue/commit/4af03c4ab9596ede9d1b79c8308d0a3ed58b7a11)
-- ð Fix `CheckboxGroup` to report defaultValue warning in `Form` [#110](https://github.com/vueComponent/ant-design-vue/issues/110)
-
-## 1.0.2
-
-`2018-08-04`
-
-- ð Modify the component library name to `ant-design-vue`
-- ð The official site supports IE9 access[a8a5f8](https://github.com/vueComponent/ant-design-vue/commit/a8a5f854c3b6a78df526caf2fb391e5c9d0848ac)
-- ð Fix reminder issues caused by exporting undefined variables[#87](https://github.com/vueComponent/ant-design-vue/issues/87)
-- ð Fix some component classname duplicates[b48bbac](https://github.com/vueComponent/ant-design-vue/commit/b48bbac695dabec9160d947f9b27b2d91028c455)
-- ð Fix `Select` component label does not update the problem[da1b924](https://github.com/vueComponent/ant-design-vue/commit/da1b924cba0fcc871b73590ac3ebd96af81b3897)
-- ð Corrected some documentation errors
-
-## 1.0.1
-
-`2018-07-27`
-
-- ð Optimize Chinese input for `Input` components(just support v-model) [4a5154](https://github.com/vueComponent/ant-design-vue/commit/4a51544bd6470ab628dda80e9d7593e4603dd0b6)
-- ð Fix `treeSelect` `treeData[i].children` throw error when null[#81](https://github.com/vueComponent/ant-design-vue/issues/81)
-- ð Fix `Calendar` change event call twice[#82](https://github.com/vueComponent/ant-design-vue/issues/82)
-- ð Fix the `description` and `title` slot attribute of the `Card` component does not work[#83](https://github.com/vueComponent/ant-design-vue/issues/83)
-- ð Fix `dropdownClassName` attribute of `DataPicker` component does not working[02ab242](https://github.com/vueComponent/ant-design-vue/commit/02ab242197b923f2157f41d98a7930512475a799)
-
-## 1.0.0
-
-`2018-07-21`
-
-- ð Add `Carousel` component [edddbd](https://github.com/vueComponent/ant-design-vue/commit/edddbd982a279b62229ce825855c14c556866ece)
-- modify some error document
-
-## 0.7.1
-
-`2018-07-17`
-
-- ð fix `Tooltip` containing disabled button does not show and style[#73](https://github.com/vueComponent/ant-design-vue/issues/73)
-- ð add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design-vue/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
-
-## 0.7.0
-
-`2018-07-11`
-
-- ð Add `TreeSelect` component
-- ð `Select` add `options`, Easy to generate a selection list directly[#37](https://github.com/vueComponent/ant-design-vue/issues/37)
-- ð Fix `blur` event error when using `Select` component in `Tooltip`[#67](https://github.com/vueComponent/ant-design-vue/issues/67)
-- ð Modify the `Upload` component `action` attribute to optional[#66](https://github.com/vueComponent/ant-design-vue/issues/66)
-
-## 0.6.8
-
-`2018-07-05`
-
-- ð Fix `notification` h is not defined[#63](https://github.com/vueComponent/ant-design-vue/issues/63)
-- ð Fix `Transfer` local-provider miss `titles`[#64](https://github.com/vueComponent/ant-design-vue/issues/64)
-
-## 0.6.7
-
-`2018-07-03`
-
-- ð Fix `Form` component cannot be updated when using template syntax[#62](https://github.com/vueComponent/ant-design-vue/issues/62)
-
-## 0.6.6
-
-`2018-07-03`
-
-- ð Fix `Upload` type validation error issue and update related demo[#61](https://github.com/vueComponent/ant-design-vue/issues/61)
-- ð Fix `Upload` image preview does not jump correctly[1584b3](https://github.com/vueComponent/ant-design-vue/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
-
-## 0.6.5
-
-`2018-07-01`
-
-- ð Fix `Select` `getPopupContainer` not working [#56](https://github.com/vueComponent/ant-design-vue/issues/56)
-- ð Fix `Select` popup position is not updated[8254f7](https://github.com/vueComponent/ant-design-vue/commit/8254f783a32189b63ffcf2c53702b50afef1f3db)
-
-## 0.6.4
-
-`2018-06-28`
-
-- ð Fix `InputSearch` `v-model` return wrong value[#53](https://github.com/vueComponent/ant-design-vue/issues/53)
-
-## 0.6.3
-
-`2018-06-26`
-
-- ð Fix `Popover` `v-model` not working[#49](https://github.com/vueComponent/ant-design-vue/issues/49)
-
-## 0.6.2
-
-`2018-06-24`
-
-- ð `Form` component data auto-checking support for `template` syntax[7c9232](https://github.com/vueComponent/ant-design-vue/commit/7c923278b3678a822ff90da0cb8db7653d79e15c)
-- `Select`: ð add `focus` `blur` methods[52f6f5](https://github.com/vueComponent/ant-design-vue/commit/52f6f50dbe38631c0e698a6ea23b3686f6c2a375)
-- `Radio`
- - ð Fix Radiogroup `disabled` className[9df74b](https://github.com/vueComponent/ant-design-vue/commit/9df74bedd7640b6066010c498f942ce544c658b7)
- - ð Fix `autoFoucs` `focus` `blur` `mouseenter` `mouseleave` not working[f7886c](https://github.com/vueComponent/ant-design-vue/commit/f7886c7203730bedf519bc45f5f78726735d3aac)
-- `TimePicker`: ð Fix `autoFoucs` `focus` `blur` not working[28d009](https://github.com/vueComponent/ant-design-vue/commit/28d009d3ced807051a86a2c09cd2764303de98f7)
-
-## 0.6.1
-
-`2018-06-17`
-
-- ð Add `List` Component
-- `Table`
- - ð Fix `'querySelectorAll` error when updating height[#33](https://github.com/vueComponent/ant-design-vue/issues/33)
- - ð fix `defaultChecked` not working[ec1999](https://github.com/vueComponent/ant-design-vue/commit/ec1999dea4cea126b78e3fd84bef620b876e9841)
- - `columns key` support `number` type[9b7f5c](https://github.com/vueComponent/ant-design-vue/commit/9b7f5c2f81b6f83190e5b022b2b1e28de3f68a2b)
-- `Tooltip`: ð update events API `change` to `visibleChange`
-- `Textarea`: ð Fix `autoFoucs` not working[787927](https://github.com/vueComponent/ant-design-vue/commit/787927912307db7edb9821a440feacd216e3a6a2)
-- `InputSearch`: ð Add `focus` `blur` methods[3cff62](https://github.com/vueComponent/ant-design-vue/commit/3cff62997d16811ae17618f9b41617973d805d7d)
-- `InputNumber`: ð Fix `autoFoucs` not working[88f165](https://github.com/vueComponent/ant-design-vue/commit/88f165edb5c3993f4dba90c3267a1ea037e0869b)
-- `DatePicker`: ð Fix `autoFoucs` not working[264abf](https://github.com/vueComponent/ant-design-vue/commit/264abff59791181b9190ca0914b780a8df6aa81a)
-- `Cascader`: ð Fix `autoFoucs` not working[be69bd](https://github.com/vueComponent/ant-design-vue/commit/be69bd9af1bae184a4ebe8c4ef9560479ab11027)
-- `Rate`: ð Fix `autoFoucs` not workingïŒand `blur` error[c2c984](https://github.com/vueComponent/ant-design-vue/commit/c2c9841eb9b8e5ce4decff57a925e60d4bd7d809)
-- `RangePicker`: ð Fix value type check error problem[228f44](https://github.com/vueComponent/ant-design-vue/commit/228f4478a5d169d22960c97d1d8a8320c58da9cc)
-
-## 0.6.0
-
-`2018-06-04`
-
-- ð Add `Anchor` Component
-- `Table`
- - ð Fix show `emptyText` problem when `loading.spinning` [17b9dc](https://github.com/vueComponent/ant-design-vue/commit/17b9dc14f5225eb75542facdb5053f4916b9d77f)
- - ð Fixed `header style` not working [#30](https://github.com/vueComponent/ant-design-vue/pull/30)
-- ð `DatePicker`: Fix the issue of `change` event repeatedly call when `showTime` is `true` [81ab82](https://github.com/vueComponent/ant-design-vue/commit/81ab829b1d0f67ee926b106de788fc5b41ec4f9c)
-- ð `InputNumber`: Fix `placeholder` not working [ce39dc](https://github.com/vueComponent/ant-design-vue/commit/ce39dc3506474a4b31632e03c38b518cf4060cef#diff-c9d10303f22c684e66d71ab1f9dac5f9R50)
-
-## 0.5.4
-
-`2018-05-26`
-
-- ð Fix missing `less` file problem in dist directory[ca084b9](https://github.com/vueComponent/ant-design-vue/commit/ca084b9e6f0958c25a8278454c864ac8127cce95)
-
-## 0.5.3
-
-`2018-05-25`
-
-- ð Fixed issue with building `antd-with-locales.js` containing test files[90583a3](https://github.com/vueComponent/ant-design-vue/commit/90583a3c42e8b520747d6f6ac10cfd718d447030)
-
-## 0.5.2
-
-`2018-05-25`
-
-- ð `Timeline`: Fix duplicated loading component bug [fa5141b](https://github.com/vueComponent/ant-design-vue/commit/fa5141bd0061385f251b9026a07066677426b319)
-- `Transfer`
- - ð Fix search box clear button does not work Problem [4582da3](https://github.com/vueComponent/ant-design-vue/commit/4582da3725e65c47a542f164532ab75a5618c265)
- - ð Override property change listener logic to avoid unnecessary [0920d23](https://github.com/vueComponent/ant-design-vue/commit/0920d23f12f6c133f667cd65316f1f0e6af27a33)
-- ð `Select`: Optimizing `title` display logic [9314957](https://github.com/vueComponent/ant-design-vue/commit/931495768f8b573d12ce4e058e853c875f22bcd3)
-- `Form`
- - ð Fixed Form component `directive` error [#20](https://github.com/vueComponent/ant-design-vue/issues/20)
- - ð Maintain an ref for wrapped component instance, use `wrappedComponentRef` [c5e421c](https://github.com/vueComponent/ant-design-vue/commit/c5e421cdb2768e93288ce7b4654bee2114f8e5ba)
-- ð `DatePicker`: Fix calendar keyboard event does not work [e9b6914](https://github.com/vueComponent/ant-design-vue/commit/e9b6914282b1ac8d84b4262b8a6b33aa4e515831)
-- `Avatar`: Fixing font size adaptation issues [#22](https://github.com/vueComponent/ant-design-vue/pull/22)
-- ð Added single test for some components
-- ð sorted component library `dependencies` and `devDependencies`, deleted unused packages, and added `peerDependencies`
-
-## 0.5.1
-
-`2018-05-10`
-
-- ð `Table`: Fix `customRow` events not working[#16](https://github.com/vueComponent/ant-design-vue/issues/16)
-
-## 0.5.0
-
-`2018-05-08`
-
-- ð `Form`: add Form component
-- ð `Upload.Dragger`: Modify `name` name to `a-upload-dragger`
-- ð `Upload`: Fix `name` prop not working
-
-## 0.4.3
-
-`2018-05-02`
-
-- ð Fix component style loss problem
-- ð site add babel-polyfill
-
-## 0.4.2
-
-`2018-04-24`
-
-- ð fix menu click bug
-
-## 0.4.1
-
-#### bug
-
-- Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions
-
-## 0.4.0
-
-#### Layout
-
-- add `layout` component
-
-#### Others
-
-- support use [Vue.use(antd)](https://github.com/vueComponent/ant-design-vue/issues/3)
-
-## 0.3.1
-
-#### Features
-
-- first version, provide 45 [components](https://github.com/vueComponent/ant-design-vue/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
+Visit [GitHub](https://github.com/vueComponent/ant-design-vue/blob/1.x/CHANGELOG.en-US.md) to read change logs from `0.x` to `1.x`.
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 92ff6ca49..6aa2b9fee 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -547,7 +547,8 @@
æ§ç Icon 䜿çšæ¹åŒå°è¢«åºåŒïŒ
```html
-
+
+
```
2.0 äžäŒéçšæéåŒå
¥çæ¹åŒïŒ
@@ -600,1027 +601,6 @@ validateFields().then(values => {
});
```
-## 1.6.4
+## 1.x
-`2020-07-21`
-
-- ð ä¿®å€é¢å
å± `Breadcrumb` éå€ key é®é¢ [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
-- ð ä¿®å€ MenuItem title 䞺空æ¶ïŒäŸç¶æ Tooltip é®é¢ [#2526](https://github.com/vueComponent/ant-design-vue/issues/2505)
-- ð ä¿®å€ Input textarea æ¿æŽ» allow-clear æ¶æ æ³åäžæåšçé®é¢ã[#2563](https://github.com/vueComponent/ant-design-vue/issues/2563)
-- ð æ·»å less åé @select-item-selected-color [#2458](https://github.com/vueComponent/ant-design-vue/issues/2458)
-- ð Grid äž Col æ·»å flex å±æ§ [#2558](https://github.com/vueComponent/ant-design-vue/issues/2558)
-
-## 1.6.3
-
-`2020-07-05`
-
-- ð ä¿®å€ Input.Password focus äœçœ®ç§»äœé®é¢ [#2420](https://github.com/vueComponent/ant-design-vue/pull/2420)
-- ð ä¿®å€ Drawer maskstyle äžçæé®é¢ [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
-- ð ä¿®å€ Drawer maskstyle äžçæé®é¢ [#2407](https://github.com/vueComponent/ant-design-vue/issues/2407)
-- ð Button æ¯æèªå®ä¹ Icon [#2245](https://github.com/vueComponent/ant-design-vue/pull/2245)
-- ð DatePicker æ¯æèªå®ä¹ format [#2276](https://github.com/vueComponent/ant-design-vue/pull/2276)
-- ð ä¿®å€ DatePicker 幎仜æ¶éŽäžæ£ç¡®é®é¢ [#2488](https://github.com/vueComponent/ant-design-vue/issues/2488)
-- ð äŒå Menu ç»ä»¶ïŒåšç»æŽå æµç
-- ð ä¿®å€ Dropdown 匹çªäœçœ®é误é®é¢ [#2359](https://github.com/vueComponent/ant-design-vue/issues/2359)
-- ð ä¿®å€ Breadcrumb å称çžåæ¶éå€ key é®é¢ [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505)
-
-## 1.6.2
-
-`2020-06-02`
-
-- ð ä¿®å€åŒ¹çª dialogClass ç±»åé误 [#2298](https://github.com/vueComponent/ant-design-vue/issues/2298)
-- ð ä¿®å€ RangePicker é¢æ¿å±ç€ºé误 [#2318](https://github.com/vueComponent/ant-design-vue/issues/2318)
-
-## 1.6.1
-
-`2020-05-25`
-
-- ð ä¿®å€ DatePicker blur æ¶å¡«å
åœåæ¶éŽçé®é¢ [#2246](https://github.com/vueComponent/ant-design-vue/issues/2246)
-- ð ä¿®å€ Drawer éæ¯æ¶æ¥éé®é¢ [#2254](https://github.com/vueComponent/ant-design-vue/issues/2254)
-- ð ä¿®å€ Tabs äžèœç§»é€å·² 0 äœäžº key çéé¡¹å¡ [55bbf9](https://github.com/vueComponent/ant-design-vue/commit/55bbf940401cf2a67114102da1c035abc4152f06)
-- ð ä¿®å€ Menu 觊å䞀次 click äºä»¶çé®é¢ [#2266](https://github.com/vueComponent/ant-design-vue/issues/2266)
-- ð ä¿®å€ Menu active ç±»å没ææ·»å é®é¢ [ffc002](https://github.com/vueComponent/ant-design-vue/commit/ffc002f09454a56b531aeb08530303d566cf24f2)
-- ð TreeSelect æ·»å èªå®ä¹æ°æ®å段åèœ [#2253](https://github.com/vueComponent/ant-design-vue/issues/2253)
-- ð Modal æ°å¢ dialogStyleãdialogClass 代æ¿éæåç styleãclass [#2285](https://github.com/vueComponent/ant-design-vue/issues/2285)
-- ð ä¿®å€ Table æåºè§Šåæ éæŽæ°é®é¢ [#2270](https://github.com/vueComponent/ant-design-vue/issues/2270)
-
-## 1.6.0
-
-`2020-05-15`
-
-- ð Tootip æ¯æèªå®ä¹ç»ä»¶ [741897](https://github.com/vueComponent/ant-design-vue/commit/741897be6742c752f0b0d29481add702ee7e7fb0)
-- ð éæ ModalãDrawer åºå± Portal ç»ä»¶ïŒè§£å³ ModalãDrawer å
容æŽæ°å»¶è¿é®é¢ [#2244](https://github.com/vueComponent/ant-design-vue/issues/2244)
-- ð ä¿®å€ Input.Group äž Select é项 focus 蟹æ¡æ ·åŒ [#2224](https://github.com/vueComponent/ant-design-vue/pull/2224)
-- ð ä¿®å€ Cascader é项åŸæ çŠçšæ¶çé¢è² [#2223](https://github.com/vueComponent/ant-design-vue/pull/2223)
-- ð ä¿®å€ DatePicker åé笊çŠçšæ¶é¢è² [#2222](https://github.com/vueComponent/ant-design-vue/pull/2222)
-- ð ä¿®å€ Carousel é®çåæ¢å°éæŽ»è· slide äžç Radio/Checkbox çé®é¢ã
-- ð ä¿®å€ Table çéèååš less çæ¬äžº `2.x` æ¶äžæŸç€ºçé®é¢ã[#23272](https://github.com/ant-design/ant-design/pull/23272)
-- ð ä¿®å€ Table `column.filtered` 倱æçé®é¢ã
-- ð ä¿®å€ Select `multiple` æš¡åŒäžïŒInput åš Safari æµè§åšçæ ·åŒé®é¢ã[#22586](https://github.com/ant-design/ant-design/pull/22586)
-- ð ä¿®å€ Descriptions åšå°å°ºå¯žäžæ æ³èªéåºçé®é¢ã[#22407](https://github.com/ant-design/ant-design/pull/22407)
-
-## 1.5.6
-
-`2020-05-09`
-
-- ð ä¿®å€ dist æ件倹䞢倱 cssãmin.js çæ件é®é¢
-
-## 1.5.5
-
-`2020-05-08`
-
-- ð ä¿®å€ `Tabs` åš safari 13 äžäžå±ç€ºé®é¢ [#2199](https://github.com/vueComponent/ant-design-vue/issues/2199)
-- ð ä¿®å€ `Input` åš FireFox äžç¬¬äžæ¬¡èŸå
¥å€±èŽ¥é®é¢ [#2151](https://github.com/vueComponent/ant-design-vue/issues/2151)
-- ð ä¿®å€ `Input` åš Modal ç»ä»¶äžå
æ 移äœé®é¢ [#2207](https://github.com/vueComponent/ant-design-vue/issues/2207)
-
-## 1.5.4
-
-`2020-04-30`
-
-- ð `DatePicker` æ¯æ align å±æ§ïŒè®Ÿçœ®åŒ¹çªäœçœ® [#1112f2](https://github.com/vueComponent/ant-design-vue/commit/1112f2f791fd64866284ec82def90baefe81e798)
-- ð `DatePicker` æ¯æ inputReadOnly å±æ§ [#138eae](https://github.com/vueComponent/ant-design-vue/commit/138eae594dd440ce815e45d811a0778cb3e7583f)
-- ð `DatePicker` `TimePicker` `Calendar` æ¯æå笊䞲类åçç»å®åŒ [#718](https://github.com/vueComponent/ant-design-vue/issues/718)
-- ð `Table` `ConfigProvider` æ°å¢ `transformCellText` çšäºèœ¬æ¢è¡šæ Œæž²æåŒ, åŠå¯¹ç©ºæ°æ®çå€ç [#2109](https://github.com/vueComponent/ant-design-vue/issues/2109)
-- ð `FormModel` æ°å¢ validateMessages å±æ§ [#2130](https://github.com/vueComponent/ant-design-vue/issues/2130)
-- ð äŒå匹çªåšç»ææ [#bf52f73](https://github.com/vueComponent/ant-design-vue/commit/bf52f73c5c2f8d05981e426b41a5f46d66e096db)
-- ð ä¿®å€ `Tabs` ç»ä»¶ç `tabBarGutter` å±æ§äžçæé®é¢ [#2083](https://github.com/vueComponent/ant-design-vue/issues/2083)
-- ð ä¿®å€ `Tabs` ç»ä»¶ç renderTabBar äžçæé®é¢ [#2157](https://github.com/vueComponent/ant-design-vue/issues/2157)
-- ð `Tabs` ç»ä»¶æ¯ææ°å 0 äœäžº key [#2167](https://github.com/vueComponent/ant-design-vue/issues/2167)
-- ð ä¿®å€ `Input.Search` ç»ä»¶çæ ·åŒéäœé®é¢ [#2077](https://github.com/vueComponent/ant-design-vue/issues/2077)
-- ð ä¿®å€ `Slider` ç»ä»¶çæ ·åŒéäœé®é¢ [#2097](https://github.com/vueComponent/ant-design-vue/issues/2097)
-- ð ä¿®å€ `Tree.TreeNode` customTitle äœçšåæ槜æ æ³è·å selected ç¶æé®é¢ [#2006](https://github.com/vueComponent/ant-design-vue/issues/2006)
-- ð ä¿®å€ `SelectTree` showSearch æ¶æ¥éé®é¢ [#2082](https://github.com/vueComponent/ant-design-vue/issues/2082)
-- ð ä¿®å€ `Badge` dot ç¶æçååç¹äœçœ®äžäžèŽé®é¢ [#2121](https://github.com/vueComponent/ant-design-vue/issues/2121)
-
-## 1.5.3
-
-`2020-04-13`
-
-- ð ä¿®å€ `Dropdown` visible äžåæ¶ïŒå
容äžååºæŽæ°çé®é¢ [#81eb40](https://github.com/vueComponent/ant-design-vue/commit/81eb401a8899aa3fe0acca88340b323f6e09db45)
-
-## 1.5.2
-
-`2020-04-09`
-
-- ð ä¿®å€ `FormModel` ç ts ç±»åæªåŒå
¥ [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
-- ð ä¿®å€ `DatePicker.WeekPicker` çç±»åæ件é误 [#2044](https://github.com/vueComponent/ant-design-vue/issues/2044)
-- ð ä¿®å€ `Tabs` tabClick äºä»¶äžçæé®é¢ [#2030](https://github.com/vueComponent/ant-design-vue/issues/2030)
-- ð ä¿®å€ `Table` resize æ¶æ¥éé®é¢ [#2033](https://github.com/vueComponent/ant-design-vue/issues/2033)
-
-## 1.5.1
-
-`2020-04-02`
-
-- ð ä¿®å€ `PageHeader` äžèœéè backIcon é®é¢ [#1987](https://github.com/vueComponent/ant-design-vue/pull/1987)
-- ð ä¿®å€ `Pagination` ç total ååæ¶ïŒäžæŽæ°é®é¢ [#1989](https://github.com/vueComponent/ant-design-vue/pull/1989)
-- ð ä¿®å€ `TreeSelect` èŸå
¥äžææ¶ placeholder äžæ¶å€±é®é¢ [#1994](https://github.com/vueComponent/ant-design-vue/pull/1994)
-- ð ä¿®å€ `Table` customRender äžèœèªå®ä¹ class style é®é¢ [#2004](https://github.com/vueComponent/ant-design-vue/pull/2004)
-- ð ä¿®å€ `Form` äœ¿çš Form.create æ¶ïŒäž¢å€±æ槜å
容é®é¢ [#1998](https://github.com/vueComponent/ant-design-vue/pull/1998)
-- ð ä¿®å€ `Textarea` æ»åšæ¡éªåšé®é¢ [#1964](https://github.com/vueComponent/ant-design-vue/pull/1964)
-- ð æ·»å `FormModel` ç ts ç±»åæ件 [#1996](https://github.com/vueComponent/ant-design-vue/issues/1966)
-- ð æ·»å `Modal` ç destroyAll ç±»å声æ [#1993](https://github.com/vueComponent/ant-design-vue/pull/1963)
-
-## 1.5.0
-
-`2020-03-29`
-
-- æ°å¢äºäºäžªç»ä»¶ïŒ
- - ð¥ð¥ð¥ [Mentions](https://antdv.com/components/mentions-cn/) æ°å¢æåç»ä»¶å¹¶åºåŒåæ Mention ç»ä»¶ã
- - ð¥ð¥ð¥ [Descriptions](https://antdv.com/components/descriptions-cn/) æç»å±ç€ºå€äžªåªè¯»å段ã
- - ð¥ð¥ð¥ [PageHeader](https://antdv.com/components/page-header-cn/) å¯çšäºå£°æ页é¢äž»é¢ãå±ç€ºçšæ·æå
³æ³šç页é¢éèŠä¿¡æ¯ïŒä»¥åæ¿èœœäžåœå页çžå
³çæäœé¡¹ã
- - ð¥ð¥ð¥ [Result](https://antdv.com/components/result) çšäºåéŠäžç³»åæäœä»»å¡çå€çç»æã
- - ð¥ð¥ð¥ [FormModel](https://antdv.com/components/form-model) äœ¿çš v-model è¿è¡èªåšæ ¡éªçè¡šåç»ä»¶ïŒçžèŸäº v-decorator 圢åŒçè¡šåïŒæŽå ç®æŽã
-- ð¥ Descriptions æ¯æåçŽåžå±ã
-- ð¥ Progress.Circle æ¯ææžåè²ã
-- ð¥ Progress.Line æ¯ææžåè²ã
-- Breadcrumb
- - ð Breadcrumb.Item æ¯æ `overlay` å±æ§æ¥å®ä¹äžæèåã
- - ð æ°å¢ `Breadcrumb.Separator` ç»ä»¶ïŒå¯è¿è¡ `separator` èªå®ä¹ã
-- ð TreeSelect ç `showSearch` æ¯æå€éæš¡åŒã
-- ð Timeline.Item æ°å¢ `gray` è²åœ©ç±»åïŒå¯çšäºæªå®ææ倱æç¶æã
-- ð Modal æ¯æ `closeIcon` å±æ§çšäºèªå®ä¹å
³éåŸæ ã
-- ð Upload
- - ð Upload æäŸ `previewFile` å±æ§ä»¥èªå®ä¹é¢è§é»èŸã
- - ð Upload æ°å¢ `transformFile` æ¯æäžäŒ ä¹å蜬æ¢æ件ã
- - ð Upload æ¯æé¢è§ `jfif` æ ŒåŒåŸçã
- - ð æ°å¢ `showDownloadIcon` å±æ§ïŒçšäºå±ç€ºäžèœœåŸæ ã
-- ð Input.Search æ°å¢ `loading` å±æ§ïŒçšäºå±ç€ºå 蜜äžçç¶æã
-- ð Grid ç `gutter` å±æ§æ°å¢åçŽéŽè·çæ¯æïŒç°åšäœ å¯ä»¥ç» `gutter` 讟眮äžäžªæ°ç»ïŒæ°ç»ç第äºäžªåŒå°±è¡šç€ºåçŽéŽè·ã
-- ð message æ°å¢æ¯æéè¿å¯äžç `key` æ¥æŽæ°å
容ã
-- ð TextArea æ¯æ `allowClear`ã
-- ð Dropdown.Button æ¯æ `icon` å±æ§æ¥èªå®ä¹åŸæ ã
-- Drawer
- - ð æ¯æ `afterVisibleChange` å±æ§ïŒåšæœå±åšç»å®æå觊åã
- - ð æ¯æ `ESC` å
³éã
- - ð æ°å¢ `keyboard`ïŒå
讞æåŒå
³é对é®çäºä»¶çååºã
-- ð TreeNode æ¯æ `checkable` å±æ§ã
-- ð Transfer æ¯æ `children` æ¥èªå®ä¹æž²æåè¡šã
-- ð Pagination æ¯æ `disabled` å±æ§ã
-- ð Steps æ¯æç¹å»åæ¢åèœã
-- Slider
- - ð æ¯æ `tooltipPlacement` 以å®ä¹æ瀺æåšäœçœ®ã
- - ð æ¯æ `getTooltipPopupContainer` 以å
讞èªå®ä¹æ瀺æåšå®¹åšã
- - ð åœ Sider åšå³èŸ¹æ¶ïŒç¿»èœ¬ `trigger` æ¹åã
-- ð Calendar æ¯æ `headerRender` 以èªå®ä¹å€Žéšã
-- ð Carousel æ¯æèªå®ä¹é¢æ¿æ瀺ç¹çäœçœ®ã
-- ð Collapse æ¯æ `expandIconPosition` å±æ§ã
-- ð Popconfirm å¢å `disabled` propsïŒçšäºæ§å¶ç¹å»åå
çŽ æ¯åŠåŒ¹åºã
-- ð Select åšå€éæš¡åŒäžæ¯æ `showArrow`ã
-- ð Collapse.Panel æ°å¢äº `extra`ã
-- Card
- - ð Card ç»ä»¶æ°å¢äº `tabBarExtraContent` å±æ§ã
- - ð Card.Grid æ°å¢ `hoverable` å±æ§å
讞çŠçšæµ®åšææã
-- ð Anchor.Link å¢å `target` å±æ§ã
-- ð TimePicker æ°å¢äº `clearIcon` propïŒçšäºèªå®ä¹æž
é€åŸæ ã
-- Form
- - ð æ¯æçŽæ¥åš Form äžé¢é
眮 `colon` å±æ§ã
- - ð æ¯æ `labelAlign` å±æ§ã
-- Table
- - ð Table æ°å¢ `getPopupContainer` å±æ§çšäºè®Ÿçœ®è¡šæ Œå
çå类浮å±æž²æèç¹ã
- - ð è°æŽ Table å±åŒæé®çæ ·åŒã
- - ð æ°å¢ `tableLayout` å±æ§ïŒæ¯æè®Ÿçœ®è¡šæ Œç `table-layout` åžå±ïŒå¹¶åšåºå®è¡šå€Ž/åäžé»è®€åŒå¯ `tableLayout="fixed"`ïŒè§£å³å äžºè¡šæ Œèªåšæ ¹æ®å
容æçé æçå对éœé®é¢ã
- - ð æ°å¢ `column.ellipsis` æ¯æåå
æ Œå
容èªåšçç¥ã
- - ð æ°å¢ `scroll.scrollToFirstRowOnChange` å±æ§ïŒçšäºè®Ÿçœ®åšç¿»é¡µåæ¯åŠæ»åšå°è¡šæ Œé¡¶éšã
- - ð `filterDropdown` æ°å¢ `visible` åæ°ïŒçšäºè·åäžææ¡çæŸç€ºç¶æã
- - ð `title` æ¹æ³æ°å¢ `sortColumn` åæ°ïŒçšäºè·ååœåæåºçåã
- - ð æåºæ¶ `onChange` ç `sorter` åæ°å°å§ç»å
å« `column` ä¿¡æ¯ã
-- ð Tree ç»ä»¶æ¯æ `blockNode` å±æ§ã
-- ð RangePicker æ·»å `separator` å®ä¹ã
-- Empty
- - ð Empty æ¯æ `imageStyle` å±æ§ã
- - ð Empty `description` æ¯æ `false`ã
- - ð Empty æ¯æéè¿ `Empty.PRESENTED_IMAGE_DEFAULT` å `Empty.PRESENTED_IMAGE_SIMPLE` 访é®é¢çœ®åŸçã
-- ð Badge æ¯æèªå®ä¹é¢è²ã
-- ð ä¿®å€ Steps ç label äžå±
äžçé®é¢ã
-- ð ä¿®å€ DatePicker å TimePicker ç cursor æ ·åŒé®é¢ã
-- ð ä¿®å€ TreeSelect èªå®ä¹åŸæ æ æçé®é¢ [#1901](https://github.com/vueComponent/ant-design-vue/issues/1901)
-- ð ä¿®å€ Tabs é®çå·Šå³åæ¢é误é®é¢ [#1947](https://github.com/vueComponent/ant-design-vue/issues/1947)
-
-## 1.4.12
-
-`2020-03-03`
-
-- ð ä¿®å€ `Modal` ç»ä»¶ ts ç±»åæ¥éé®é¢ [#1809](https://github.com/vueComponent/ant-design-vue/issues/1809)
-
-## 1.4.11
-
-`2020-02-12`
-
-- ð DirectoryTree æ°å¢èªå®ä¹ switcherIcon åèœ [#1743](https://github.com/vueComponent/ant-design-vue/issues/1743)
-- ð æ°å¢å¯ææœè°æŽè¡šæ Œå宜[瀺äŸ](https://www.antdv.com/components/table/#components-table-demo-resizable-column)
-- ð æ¿æ¢ææç»ä»¶ç `this.$listeners` é¿å
ç»ä»¶éå€æž²æ [#1705](https://github.com/vueComponent/ant-design-vue/issues/1705)
-- ð ä¿®å€ ConfigProvider ç»ä»¶æŽæ¹å±æ§æ¶ïŒæ¥éé®é¢ [7a4003](https://github.com/vueComponent/ant-design-vue/commit/7a40031955d520487dcaf9054a1280ae72230049)
-- ð ä¿®å€ AutoComplete ç»ä»¶èªå®ä¹èŸå
¥æ¡æ¶ïŒplaceholder äžæ¶å€±é®é¢ [#1761](https://github.com/vueComponent/ant-design-vue/issues/1761)
-- ð ä¿®å€ Statistic.Countdown äžè§Šå finish äºä»¶çé®é¢ [#1731](https://github.com/vueComponent/ant-design-vue/pull/1731)
-- ð ä¿®å€ Upload ç»ä»¶é¢è§åŸçäžå·æ°é®é¢ [f74469](https://github.com/vueComponent/ant-design-vue/commit/f744690e929d9d6da03c5c513b3ac5497c6490ef)
-- ð ä¿®å€ TimePicker id äžå¯äžé®é¢ [#1566](https://github.com/vueComponent/ant-design-vue/pull/1566)
-- ð ä¿®å€ Pagination å页æ åšç»é®é¢ [#1540](https://github.com/vueComponent/ant-design-vue/issues/1540)
-- ð ä¿®å€ Cascader ç option 䞺空æ°ç»æ¶,äžæåè¡šäžå±ç€ºç©ºå
çŽ é®é¢ [#1701](https://github.com/vueComponent/ant-design-vue/issues/1540)
-- ð ä¿®å€ Input ç»ä»¶ç spellcheck æž²æäžæ£ç¡®é®é¢ [#1707](https://github.com/vueComponent/ant-design-vue/issues/1707)
-- ð ä¿®å€ Tree ç»ä»¶æ æ³èªå®ä¹ icon é®é¢ [#1712](https://github.com/vueComponent/ant-design-vue/pull/1712)
-- ð ä¿®å€ SubMenu forceSubMenuRender å±æ§å€±æé®é¢ [#1668](https://github.com/vueComponent/ant-design-vue/issues/1668)
-- ð ä¿®å€ Upload æé®æ ·åŒéäœé®é¢ [#1742](https://github.com/vueComponent/ant-design-vue/pull/1742)
-
-## 1.4.10
-
-`2019-12-11`
-
-- ð ä¿®å€ `MonthPicker` å·Šå³ç®å€Žåæ¢æ仜倱æé®é¢ [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
-
-## 1.4.9
-
-`2019-12-10`
-
-- ð ä¿®å€ `Modal` æåŒæ¶ïŒbody æ»åšé®é¢ [#1472](https://github.com/vueComponent/ant-design-vue/issues/1472)
-- ð ä¿®å€ `Drawer` wrapStyle äžçæé®é¢ [#1481](https://github.com/vueComponent/ant-design-vue/issues/1481)
-- ð ä¿®å€ `InputNumber` id æ蜜äœçœ®äžæ£ç¡®çé®é¢ [#1477](https://github.com/vueComponent/ant-design-vue/issues/1477)
-- ð ä¿®å€ `Tabs` nextClick äºä»¶äžè§Šåçé®é¢ [#1489](https://github.com/vueComponent/ant-design-vue/pull/1489)
-- ð ä¿®å€ `MonthPicker` åš open ç¶æäžïŒäžèœæŽæ¹åŒçé®é¢ [#1510](https://github.com/vueComponent/ant-design-vue/issues/1510)
-- ð ä¿®å€ `AutoComplete` åšèŸå
¥äžææ¶ `placeholder` äžæ¶å€±çé®é¢ [#1506](https://github.com/vueComponent/ant-design-vue/issues/1506)
-- ð ä¿®å€åšåŒçšäžå Vue åéæ¶ïŒæ æ³åŒ¹åºå
容çé®é¢ [6362bf](https://github.com/vueComponent/ant-design-vue/commit/6362bf9edb441c0c0096beca1d2c8727003dbb15)
-- ð `Table` `customRender` æ·»å 第äžäžª column åæ° [#1513](https://github.com/vueComponent/ant-design-vue/pull/1513)
-- ð `InputPassword` æ·»å focusãblur æ¹æ³ [#1485](https://github.com/vueComponent/ant-design-vue/pull/1485)
-- ð ä¿®å€ `Tooltip` 䜿çšåšåç html å
çŽ æ¶æ¥éçé®é¢ [#1519](https://github.com/vueComponent/ant-design-vue/issues/1519)
-- ð ä¿®å€ `Menu` åš edge æµè§åšäžæ¥éçé®é¢ [#1492](https://github.com/vueComponent/ant-design-vue/issues/1492)
-- ð ä¿®å€ `Select` ç empty äžå±
äžçé®é¢ [#1445](https://github.com/vueComponent/ant-design-vue/pull/1445)
-- ð ä¿®å€åŒ¹çªç±»ç»ä»¶å
åæ³æŒé®é¢ [#1483](https://github.com/vueComponent/ant-design-vue/pull/1483)
-
-## 1.4.8
-
-`2019-11-28`
-
-- ð ä¿®å€ `Menu` click äºä»¶äžè§Šåçé®é¢ [#1470](https://github.com/vueComponent/ant-design-vue/issues/1470)
-- ð ä¿®å€ `Tooltip` åš keep-alive äžäžæ¶å€±çé®é¢ [16ec40](https://github.com/vueComponent/ant-design-vue/commit/16ec40a012d7c400bf3028e6c938050dd6d7de2f)
-
-## 1.4.7
-
-`2019-11-27`
-
-- ð `ConfigProvider` ç `getPopupContainer` æ°å¢åŒ¹çªäžäžæå䞺第äºäžªåæ°ïŒçšäºç»äžé
眮 `Modal` å
ç `getPopupContainer` [7a3c88](https://github.com/vueComponent/ant-design-vue/commit/7a3c88107598b4b1cf6842d3254b43dc26103c14)
-- ð ä¿®å€ `ConfigProvider` åš Vue 2.5 çæ¬äžæ¥éé®é¢ [309baa](https://github.com/vueComponent/ant-design-vue/commit/309baa138a9c9a1885c17ef636c9132349024359)
-- ð ä¿®å€ `Menu` click äºä»¶è§Šå䞀次çé®é¢ [#1450](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð ä¿®å€ `Select` å
ç input æ¡å®œåºŠäžæ£ç¡®çé®é¢ [#1458](https://github.com/vueComponent/ant-design-vue/issues/1458)
-- ð ä¿®å€ `Select` åšèŸå
¥äžææ¶ `placeholder` äžæ¶å€±çé®é¢ [#1458](https://github.com/vueComponent/ant-design-vue/issues/1458#issuecomment-557477782)
-- ð æ·»å `Comment` ç»ä»¶ç TS ç±»å声æ [#1453](https://github.com/vueComponent/ant-design-vue/pull/1453)
-
-## 1.4.6
-
-`2019-11-20`
-
-- ð ä¿®å€ `Cascader` äžèœèŸå
¥ç©ºæ Œçé®é¢ [#1427](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð ä¿®å€ `AutoComplete` äžèœå é€æåäžäžªå笊çé®é¢ [#1429](https://github.com/vueComponent/ant-design-vue/issues/1427)
-- ð æŽæ° `Tree` ç `expandAction` äžç `dbclick` 䞺 `dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
-- ð æŽæ° `Table` ææ¡£äžç `dbclick` 䞺 `dblclick` [#1437](https://github.com/vueComponent/ant-design-vue/issues/1437)
-- ð æ·»å `Empty` ç»ä»¶ç TS ç±»å声æ [#1439](https://github.com/vueComponent/ant-design-vue/pull/1439)
-
-## 1.4.5
-
-`2019-11-16`
-
-- ð `Form` æ¯æ `labelCol` `wrapperCol` ç»äžè®Ÿçœ®åžå± [#1365](https://github.com/vueComponent/ant-design-vue/pull/1365)
-- ð `Input` `Select` `DatePicker` èŸå
¥äžæå®æ¯å觊åçžå
³äºä»¶ïŒåå°äžå¿
èŠçæ§èœæ¶è[#1281](https://github.com/vueComponent/ant-design-vue/issues/1281)
-- ð ä¿®å€ `Input` `Select` ç placeholder 䞺äžææ¶ïŒåš ie äžèªåšè§Šå change äºä»¶é®é¢ [#1387](https://github.com/vueComponent/ant-design-vue/issues/1387)
-- Tree
-
- - ð æ·»å replaceFields å段çšæ¥èªå®ä¹ title childrenã[#1395](https://github.com/vueComponent/ant-design-vue/issues/1395)
- - ð æŽæ°äºä»¶ doubleclick 䞺 dbclick [5e27ff](https://github.com/vueComponent/ant-design-vue/commit/5e27ff8da4419f490ab5c6ebeaf43d933519fcd7)
-
-- ð ä¿®å€ Input åš ie9 äžå é€å
容äžè§Šå change äºä»¶é®é¢ [#1421](https://github.com/vueComponent/ant-design-vue/issues/1421)
-- ð ä¿®å€ Dropdown disabled æ æé®é¢ [#1400](https://github.com/vueComponent/ant-design-vue/issues/1400)
-- ð ä¿®å€ Select lableInValue æ¶ç±»åæ ¡éªé误 [#1393](https://github.com/vueComponent/ant-design-vue/pull/1393)
-- ð ä¿®å€ Comment æ ·åŒé®é¢ [#1389](https://github.com/vueComponent/ant-design-vue/pull/1389)
-- ð ä¿®å€ `Statistic` `Password` TypeScript ç±»åå®ä¹ã
-
-## 1.4.4
-
-`2019-10-30`
-
-- ð Progress format æ¯æ v-slot [#1348](https://github.com/vueComponent/ant-design-vue/issues/1348)
-- ð ä¿®å€ RangePicker 幎仜é¢æ¿å€±æé®é¢ [#1321](https://github.com/vueComponent/ant-design-vue/issues/1321)
-- ð ä¿®å€ Pagination simple æš¡åŒå€±æé®é¢ [#1333](https://github.com/vueComponent/ant-design-vue/issues/1333)
-- ð ä¿®å€ AutoComplete å¿«éèŸå
¥æ¶éªåšç°è±¡ [#1327](https://github.com/vueComponent/ant-design-vue/issues/1327)
-- ð ä¿®å€ Button loading æš¡åŒäžäžå±
äžé®é¢ [#1337](https://github.com/vueComponent/ant-design-vue/issues/1337)
-- ð ä¿®å€ Menu margin éŽè·éå ïŒä»¥å富èŽçå±åŒæ¶å¡é¡¿é®é¢ [#873](https://github.com/vueComponent/ant-design-vue/issues/873)
-- ð ä¿®å€ Checkbox v-model åæ°æ ¡éªå€±èŽ¥é®é¢ [#1356](https://github.com/vueComponent/ant-design-vue/issues/1356)
-- ð ä¿®å€ Checkbox.Group æŽæ° value undefined æ¶æ¥éé®é¢ [#1356](https://github.com/vueComponent/ant-design-vue/issues/1356)
-
-## 1.4.3
-
-`2019-10-22`
-
-- ð ä¿®å€ Input 富èŽç Cascader ç»ä»¶æ ·åŒé®é¢ [#1293](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð ä¿®å€éšåç»ä»¶äžèœäœ¿çš `` é®é¢ [041839](https://github.com/vueComponent/ant-design-vue/commit/041839b90131d3a4e6a5663986b811d60d4e6ba2)
-
-## 1.4.2
-
-`2019-10-21`
-
-- ð ä¿®å€ Radio.Group 觊åå€æ¬¡ change åè°é®é¢ [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð ä¿®å€ Pagination èŸå
¥æ¡è·³èœ¬æ æé®é¢ [#1316](https://github.com/vueComponent/ant-design-vue/issues/1316)
-
-## 1.4.1
-
-`2019-10-17`
-
-- ð ä¿®å€ `Input.Password` æ æ³äœ¿çš `v-model` çé®é¢ [#1306](https://github.com/vueComponent/ant-design-vue/issues/1306)
-- ð äŒå `Input` çæž
é€æé®æŸç€ºé»èŸ [#1296](https://github.com/vueComponent/ant-design-vue/issues/1296)
-- ð ç¹å»æž
é€æé®å `Input` å䞺 `focus` ç¶æ
-- ð ä¿®å€ `Progress` ç `strokeWidth` å±æ§å€±æé®é¢ [#1301](https://github.com/vueComponent/ant-design-vue/issues/1301)
-- ð ä¿®å€ Radio.Group 觊åå€æ¬¡ change åè°é®é¢ [#1280](https://github.com/vueComponent/ant-design-vue/issues/1280)
-- ð ä¿®å€ Form initialValue æ¥éé®é¢ [#1291](https://github.com/vueComponent/ant-design-vue/issues/1291)
-
-## 1.4.0
-
-`2019-10-14`
-
-- ð æ°çç»ä»¶ `Empty`ïŒåæ¶äŒåäºå䞪ç»ä»¶ç空æ°æ®ç¶ææ ·åŒïŒ
-- ð æ°å¢ `Statistic` ç»è®¡/å计æ¶ç»ä»¶ã
-- ð æ·»å æ°çåœé
åèµæºåå°åºŠè¯ïŒkn_INïŒååé£èŸŸè¯ïŒkn_INïŒã
-- ð ConfigProvider ç»ä»¶æ·»å `prefixCls` å±æ§ã
-- Button
- - ð Button æ·»å å蟹圢ç¶ã
-- Collapse
- - ð æ°å¢ `expandIcon` å±æ§ïŒå
讞çšæ·èªå®ä¹ Collapse æå åŸæ ã
-- ConfigProvider
- - ð æ¯æ Content Security Policy (CSP) é
眮ã
- - ð æäŸ `autoInsertSpaceInButton` å±æ§ä»¥ç§»é€æé®äž 2 䞪æ±åæ¶åéŽçç©ºæ Œã
-- DatePicker
- - ð å°äŒè¯»åæ¬å°åæ ŒåŒé
眮äœäžºé»è®€æ¥ææ ŒåŒã
-- Icon
- - ð Icon ç»ä»¶æ·»å `aria-label` å±æ§ä»¥æåæ éç¢äœéªã
- - ð æ°å¢ `rotate` å±æ§ïŒå
讞çšæ·ä¿®æ¹åŸæ æ蜬è§åºŠã
- - ð æ°å¢ Icon `eye-invisible`ã
-- Input
- - ð æ·»å Input.Password å¯ç èŸå
¥ç»ä»¶ã
- - ð æ¯æ `allowClear`ã
-- Modal
- - ð æ·»å `forceRender` å±æ§ã
- - ð æ·»å `destroyAll` æ¹æ³ã
- - ð Modal.confirm/info/warning/error æ°å¢ `icon` å±æ§ãåæç `iconType` åºåŒã
-- ð Card ç»ä»¶æ·»å `small` ç±»åã
-- Form
- - ð æ·»å `name` éé¡¹å° `Form.create`ã
- - ð æ°å¢ `selfUpdate` å±æ§ïŒçšäºæåè¡šåæ§èœ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
- - ð ä¿®å€åœ `FormItem` éè¿ slot äŒ éæ¶æµè§åšå¡æ»é®é¢ [#1271](https://github.com/vueComponent/ant-design-vue/issues/1271)
-- ð Tree æ·»å `switcherIcon` å±æ§ã
-- Dropdown
- - ð Dropdown.Button æ¯æ `href` å±æ§ã
- - ð æ·»å `openClassName` å±æ§ã
-- Table
- - ð æ·»å å±æ§ `sortDirections` å° Table å Table.Columnã
- - ð ä¿®å€ Badge ç»ä»¶é®ç Table åºå®åçé®é¢ã
- - ð ä¿®å€è¡éæ©åšåç `columnWidth` 讟眮äžçæçé®é¢ã
-- DatePicker
- - ð DatePicker component æ·»å `renderFooter` å±æ§ã
- - ð ä¿®å€ WeekPicker äžæ¯æ `dateRender` çé®é¢ã
- - ð ä¿®å€çŠçšæé®åš DatePicker é¢æ¿äžçæ ·åŒé®é¢ã
- - ð åšæææš¡åŒäžæ¯æ `renderExtraFooter` å±æ§ã
- - ð ä¿®å€æ仜éæ©åšåšåŒå§å¹Žä»œåç»æ幎仜çžçæ¶çæŸç€ºé®é¢ã
-- TimePicker
- - ð TimePicker æ·»å æ°çå±æ§ `popupStyle` åäºä»¶ `amPmChange`ã
- - ð ä¿®å€ TimePicker åšè· Input.Group äžèµ·äœ¿çšæ¶åŸæ äŒæ¶å€±çé®é¢ã
- - ð åºåŒ `allowEmpty` å±æ§ïŒæ¹çš `allowClear` æ¿ä»£ãå¹¶äž DatePicker ç»äžæ ·åŒã
-- ð ç»ä»¶ Rate æ¯æ `tooltips`ã
-- Upload
- - ð æ·»å æ°ç Less åé `upload-picture-card-border-style` å¹¶ä¿®å€ `upload-picture-card-size` çæŒåé误ã
- - ð ä¿®å€åš Upload ç»ä»¶äžæ æ³è¯å« `dpg` åçŒæ件䞺åŸççé®é¢ã
-- Modal
- - ð Modal åœæ°ç»ä»¶æ°å¢ `mask` å±æ§æ¯æã
- - ð Modal åœæ°ç»ä»¶æ°å¢ `transitionName` å `maskTransitionName` å±æ§æ¯æã
- - ð ä¿®å€éŒ æ 移åšå°é®çœ©å±èªåšå
³éçé®é¢ [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
-- Spin
- - ð ä¿®å€ Table åšäœçæ¬ IE äž spinning äŒé®æ¡æäœçé®é¢ã
-- Progress
- - ð ææç±»åéœæ¯æ `successPercent` å±æ§ã
-- Pagination
- - ð ä¿®å€çç¥å·äžå±
äžçæ ·åŒé®é¢ã
-- ð ä¿®å€ Radio ç»ä»¶åš Chrome äžçæ ·åŒé®é¢ã
-- ð ä¿®å€ Steps ç»ä»¶åš IE9 äžçæ ·åŒé®é¢ã
-- ð ä¿®å€åµå¥ç TimeLine æåäžæ¡çº¿äž¢å€±çé®é¢ã
-- ð ä¿®å€ Spin ç»ä»¶åå§è®Ÿçœ® `delay` å±æ§åäžæŸç€ºçé®é¢ã
-- ð ä¿®å€æ°Žæ³¢çº¹åš Edge äžçæ ·åŒé®é¢ã
-
-## 1.3.17
-
-`2019-09-29`
-
-- ð `Form` æ°å¢ `selfUpdate` å±æ§ïŒçšäºæåè¡šåæ§èœ [#1049](https://github.com/vueComponent/ant-design-vue/issues/1049)
-- `Select`
- - ð ä¿®å€ keydown é®çäºä»¶å€±æé®é¢
- - ð ä¿®å€ç®å€ŽåŸæ æ æ³å
³é匹åºæ¡é®é¢ [#1067](https://github.com/vueComponent/ant-design-vue/issues/1176)
- - ð ä¿®å€ IE æµè§åšèªåšæ¶èµ·é®é¢ [#1223](https://github.com/vueComponent/ant-design-vue/issues/1223)
- - ð æ·»å maxTagTextLength å±æ§ [#1217](https://github.com/vueComponent/ant-design-vue/pull/1217)
-- ð ä¿®å€ `TimePicker` èŸå
¥æ¶æ¥éçé®é¢ [#1176](https://github.com/vueComponent/ant-design-vue/issues/1176)
-- ð ä¿®å€ `Tooltip` ç»ä»¶ç `defaultVisible` å±æ§å€±æé®é¢ [#1232](https://github.com/vueComponent/ant-design-vue/issues/1232)
-- ð ä¿®å€ `Comment` `ConfigProvider` TypeScript ç±»åå®ä¹é®é¢ã
-
-## 1.3.16
-
-`2019-08-25`
-
-- ð ä¿®å€ `Select` ç»ä»¶åšæ²¡æ input æ¶ïŒåžèœœç»ä»¶æ¥éé®é¢ [#1091](https://github.com/vueComponent/ant-design-vue/pull/1091)
-- ð ä¿®å€ `Collapse` æ åå
çŽ æ¶æ¥éé®é¢ [#1116](https://github.com/vueComponent/ant-design-vue/pull/1116)
-- ð ä¿®å€ TypeScript ç±»åå®ä¹ã
-
-## 1.3.15
-
-`2019-08-17`
-
-- ð ä¿®å€ `Select` ç»ä»¶åš IE äžæ æ³æ»åšé®é¢ [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð ä¿®å€ `Form` `initialValue` 䞺空æ¶æ¥ warning é®é¢ [#1076](https://github.com/vueComponent/ant-design-vue/issues/1076)
-- ð ä¿®å€ `Form` æ ¡éª Number ç±»åæ¶é误é®é¢ [#1090](https://github.com/vueComponent/ant-design-vue/issues/1090)
-
-## 1.3.14
-
-`2019-08-12`
-
-- ð ä¿®å€ `MenuItem` 解ææ°ç» `class` äžæ£ç¡®é®é¢ [#1009](https://github.com/vueComponent/ant-design-vue/issues/1009)
-- ð ä¿®å€ npm install æ¶æ¥éé®é¢ [#997](https://github.com/vueComponent/ant-design-vue/issues/997)
-- ð ä¿®å€ `Select` ç»ä»¶åš IE äžæ æ³æ»åšé®é¢ [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð ä¿®å€ `Select` ç»ä»¶äžè§Šå focus äºä»¶é®é¢ [#999](https://github.com/vueComponent/ant-design-vue/issues/999)
-- ð ä¿®å€ `DropdownButton` `size` å±æ§äžçæé®é¢ [#71b7c9](https://github.com/vueComponent/ant-design-vue/commit/71b7c9d33895f55694e28aaba4b2cfca7228771b)
-- ð ä¿®å€ `Table` ç»ä»¶äžæ¯æ vue 2.6 v-slot è¯æ³é®é¢ [#1058](https://github.com/vueComponent/ant-design-vue/issues/1058)
-- ð `Popover` æ·»å `builtinPlacements` å±æ§ [#1073](https://github.com/vueComponent/ant-design-vue/issues/1073)
-- ð `Button` æ¯æ `link` ç±»å [#1077](https://github.com/vueComponent/ant-design-vue/pull/1077)
-- ð `Modal.confirm` `title` and `content` æ¯æ function
-
-## 1.3.13
-
-`2019-07-22`
-
-- ð ä¿®å€ dist çŒºå° antd.less æ件é®é¢ [#995](https://github.com/vueComponent/ant-design-vue/issues/995)
-
-## 1.3.12
-
-`2019-07-22`
-
-- ð `package.json` `files` æ·»å `scripts`
-
-## 1.3.11
-
-`2019-07-22`
-
-- Dropdown
- - ð ä¿®å€ `disable` æ¶çæ ·åŒé®é¢ [#912](https://github.com/vueComponent/ant-design-vue/pull/912) [#921](https://github.com/vueComponent/ant-design-vue/pull/921)
- - ð ä¿®å€ `SubMenu` éªåšé®é¢ [#975](https://github.com/vueComponent/ant-design-vue/issues/970)
-- ð `AutoComplete` `Cascader` `DatePicker` `DropDown` `Select` `TimePicker` æ·»å 匹åºå
容çå®äŸåŒçš `popupRef` [f9373e](https://github.com/vueComponent/ant-design-vue/commit/f9373e44ce229ab0ba94ababbd686e6ad6e9f10f)
-- ð ä¿®å€ `DatePicker` åš ie 10 11 äž placeholder 䞺äžææ¶äžèœæåŒçé®é¢ [#865](https://github.com/vueComponent/ant-design-vue/issues/865)
-- ð `DatePicker` æ·»å èªå®ä¹æž²æ觊ååšåèœ [#957](https://github.com/vueComponent/ant-design-vue/pull/957)
-- ð `@ant-design/icons-vue` å级䞺 `^2.0.0`
-- ð `Icon` æ·»å å±æ§ `focusable="false"` [#924](https://github.com/vueComponent/ant-design-vue/issues/924)
-- ð ä¿®å€èªå®ä¹ `Form` æ ¡éªèªå®ä¹ç»ä»¶æ¶æ瀺 `warning` é®é¢ [#915](https://github.com/vueComponent/ant-design-vue/issues/915)
-- ð ä¿®å€ `FormItem` `v-decorator` æ什æ¥éé®é¢ [#930](https://github.com/vueComponent/ant-design-vue/issues/930)
-- ð ä¿®å€ `Upload` ç»ä»¶åš `form.resetFields()` æ¶æ¥éé®é¢ [#929](https://github.com/vueComponent/ant-design-vue/pull/929)
-- ð ä¿®å€ `Select` æŸç€ºè·³åšé®é¢ [#970](https://github.com/vueComponent/ant-design-vue/issues/970)
-- ð ä¿®å€ TypeScript ç±»åå®ä¹ã
-
-## 1.3.10
-
-`2019-06-11`
-
-- ð 移é€æå
åå€äœç `module.export` [#850](https://github.com/vueComponent/ant-design-vue/issues/850)
-
-## 1.3.9
-
-`2019-05-26`
-
-- ð ä¿®å€ `TreeSelect` 没æ `dataRef` çé®é¢ [#712](https://github.com/vueComponent/ant-design-vue/issues/712)
-- ð `Tooltip` æ·»å `destroyTooltipOnHide` çšäºæ è¯éèåæ¯åŠéæ¯ tooltip [#727](https://github.com/vueComponent/ant-design-vue/issues/727)
-- ð ä¿®å€ `Avatar` åšæ讟眮 src æ¶äžæŽæ°é®é¢ [#731](https://github.com/vueComponent/ant-design-vue/issues/731)
-- ð ä¿®å€ `LocaleProvider` æŽæ¹ `moment` è¯èšäžçæé®é¢ [28b7a6](https://github.com/vueComponent/ant-design-vue/commit/28b7a68dc48a0a994e98063d462b99380e3ee547)
-- ð `Modal.confirm` æ°å¢ `closable` é
眮 [#798](https://github.com/vueComponent/ant-design-vue/pull/798)
-- ð ä¿®å€ `Select` èªå®ä¹ `dropdownRender` æ¶ïŒæ²¡èœèªåšå
³éçé®é¢ [#644](https://github.com/vueComponent/ant-design-vue/issues/644)
-- ð ä¿®å€åš ie9 äžç§»é€ Dom æ¥éé®é¢ïŒæ éåç¬åŒå
¥ polyfill [#705](https://github.com/vueComponent/ant-design-vue/issues/705)
-- ð ä¿®å€ `Input.Search` éå€æ蜜 id é®é¢ [#726](https://github.com/vueComponent/ant-design-vue/issues/726)
-- ð ä¿®å€ `Table` 䜿çšåœæ°åœ¢åŒèªå®ä¹ expandIcon æ¶äžçæé®é¢ [#751](https://github.com/vueComponent/ant-design-vue/issues/751)
-- ð ä¿®å€ `Icon` extraCommonProps å±æ§äžçæé®é¢ [#737](https://github.com/vueComponent/ant-design-vue/issues/737)
-- ð ä¿®å€ `DirectoryTree` expandAction="doubleclick" äžçæé®é¢ [#745](https://github.com/vueComponent/ant-design-vue/issues/745)
-
-## 1.3.8
-
-`2019-04-04`
-
-- ð ä¿®å€ `Table` åš IE äžäžå¯ç¹å»é®é¢ [#504](https://github.com/vueComponent/ant-design-vue/issues/504)
-- ð ä¿®å€ `Table` åš Firefox äž Header 没对éœé®é¢ [#579](https://github.com/vueComponent/ant-design-vue/issues/579)
-- ð æœå± `Drawer` æ·»å èªå®ä¹ `handel` åèœ
-- ð ä¿®å€ TypeScript ç±»åå®ä¹ã
-
-## 1.3.7
-
-`2019-03-18`
-
-- ð ä¿®å€ `Select` `selectedKeys` ç±»åæ ¡éªé误 [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
-
-## 1.3.6
-
-`2019-03-17`
-
-- ð ä¿®å€ `Select` title å±æ§æŸç€ºéä¹±é®é¢ [#588](https://github.com/vueComponent/ant-design-vue/issues/588)
-- ð ä¿®å€ `InputSearch` äžæ¯æ slot æ¹åŒèªå®ä¹ addonAfter å addonBefore é®é¢ [#581](https://github.com/vueComponent/ant-design-vue/issues/581)
-- ð ä¿®å€ `Input` éå€ class é®é¢ [#faf9ba](https://github.com/vueComponent/ant-design-vue/commit/faf9ba0033eed9ae6ac17879f2e39dd341db847f)
-- ð ä¿®å€ `Message` éè¿åœæ°èªå®ä¹ content äžçæé®é¢ [#554](https://github.com/vueComponent/ant-design-vue/issues/554)
-- ð `Cascader` ç `option.value` åæ¶æ¯æ `String` `Number` ç±»å [#595](https://github.com/vueComponent/ant-design-vue/issues/595)
-- ð ä¿®å€ TypeScript ç±»åå®ä¹ã
-
-## 1.3.5
-
-`2019-02-23`
-
-- ð äŒå `Popover` `Popconfirm` ç»ä»¶ç®å€Žæ ·åŒã
-- ð ä¿®å€åš postcssïŒvue-cliïŒäžäœ¿çš autoprefixer 9.4.5 äŒæåºé误 `Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed` çé®é¢ã[#471](https://github.com/vueComponent/ant-design-vue/pull/471)
-- Tree
- - ð ä¿®å€ Tree èç¹å
åºéšèŸ¹è·å å çé®é¢ã[#502](https://github.com/vueComponent/ant-design-vue/issues/502)
- - ð ä¿®å€ `Tree` ç»ç¹æ æ³ææœæå
¥ç®æ ç»ç¹é®é¢ã[#469](https://github.com/vueComponent/ant-design-vue/issues/502)
- - ð æŽæ°ææ¡£ïŒ`Tree` ç»ä»¶ `dragxxx` äºä»¶æ¹æå
šå°åã[#467](https://github.com/vueComponent/ant-design-vue/issues/467)
-- ð ä¿®å€ `Modal.confirm` `class` äžçæé®é¢ã[#475](https://github.com/vueComponent/ant-design-vue/pull/475)
-- ð ä¿®å€ TypeScript ç±»åå®ä¹ã
-
-## 1.3.4
-
-`2019-01-31`
-
-ð ð ð ç¥å€§å®¶æ°å¹Žå¿«ä¹ïŒ
-
-- ð ä¿®å€ AutoComplete ç»ä»¶ disabled æ¶ïŒplaceholder äžæŸç€ºçé®é¢ã[#402](https://github.com/vueComponent/ant-design-vue/issues/402)ã
-- ð æ·»å `BreadcrmbItem` ts ç±»åæ件ã[#452](https://github.com/vueComponent/ant-design-vue/issues/452)ã
-- ð ä¿®å€åœ FormItem åšåç»ä»¶äžæ¶äžæŽæ°é®é¢ã[#446](https://github.com/vueComponent/ant-design-vue/issues/446)ã
-- ð ä¿®å€äžäºç»ä»¶ TypeScript å®ä¹ã
-
-## 1.3.3
-
-`2019-01-26`
-
-- ð ä¿®å€ message åšé
眮 maxcount æ¶ïŒäžèœå
³éæ瀺çªé®é¢ã[#428](https://github.com/vueComponent/ant-design-vue/pull/428)ã
-- ð ä¿®å€äžäºç»ä»¶ TypeScript å®ä¹ã[#422](https://github.com/vueComponent/ant-design-vue/pull/422)ã
-- ð Anchor ç»ä»¶æ°å¢`warpperClass` `wrapperStyle`å±æ§ã[1aa42d](https://github.com/vueComponent/ant-design-vue/commit/1aa42dfe18bd7ac7893a765b6ee341844ea02550)
-- ð æŽæ°ææ¡£ïŒform å¢å preserve 诎æïŒicon ä¿®æ¹èªå®ä¹ç»ä»¶åŒçšæ档诎æã
-
-## 1.3.2
-
-`2019-01-17`
-
-- ð ä¿®å€ Form åšäœ¿çšåºåŒ API `autoCreateForm` æ¶æ¥éé®é¢ã[#413](https://github.com/vueComponent/ant-design-vue/issues/413)ã
-- ð ä¿®å€ Slider ç¹å» mark æ¶æ¥éé®é¢ã[#407](https://github.com/vueComponent/ant-design-vue/issues/407)ã
-
-## 1.3.1
-
-`2019-01-15`
-
-- ð ä¿®å€ Table ç»ä»¶åš ie äžæ»èœ®å€±æçé®é¢ã[#390](https://github.com/vueComponent/ant-design-vue/issues/390)ã
-- ð ä¿®å€ Form 没ææž
é€äžåšéèŠæ ¡éªå段é®é¢ã[#367](https://github.com/vueComponent/ant-design-vue/issues/367)ã
-
-## 1.3.0
-
-`2019-01-12`
-
-- ð ð ð ååž vscode æ件 [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
-- ð ð ð äŒåå®çœæ档亀äº
-
- 1.3.0 çæ¬åžŠæ¥äºäž€äžªæ°ç»ä»¶ïŒè¿æåŸå€æ¿åšäººå¿çåååæ°ç¹æ§ã
-
-- ð¥ å¢å äºäžäžªæ°ç»ä»¶ [Comment](https://www.antdv.com/components/comment-cn/)ã
-- ð¥ å¢å äºäžäžªæ°ç»ä»¶ [ConfigProvider](https://www.antdv.com/components/config-provider-cn/) 䞺ç»ä»¶æäŸç»äžçå
šå±åé
眮ã
-
-ç»ä»¶ä¿®å€/åèœå¢åŒºïŒ
-
-- ð Avatar ç»ä»¶å¢å `srcSet` å±æ§ïŒçšäºè®Ÿçœ®åŸç类倎åååºåŒèµæºå°åã
-- ð Notification ç»ä»¶å¢å `onClick` å±æ§ïŒç¹å»éç¥æ¶è§Šåçåè°åœæ°ã
-- Transfer
- - ð å¢å `search` äºä»¶ïŒæ玢æ¡å
容æ¶æ¹åæ¶çåè°åœæ°ïŒå¹¶åºåŒ `searchChange` äºä»¶ã
- - ð å¢å `disabled` å±æ§ïŒçšäºçŠçšæ玢æ¡ã
-- ð Badge è¿è¡äºéæïŒ`count` æ¯æèªå®ä¹ç»ä»¶ã
-- Slider
- - ð å¢å `tooltipVisible` å±æ§ïŒçšäº Tooltip æ¯åŠå§ç»æŸç€ºã
- - ð äŒå focus ææ
- - ð ä¿®å€é®ç tab é®èçŠæ¶ïŒTooltip äžæŸç€ºé®é¢ã
- - ð ä¿®å€æåšæ¶ Tooltip äžåçæŸéåæ¢é®é¢ã
-- Calendar
- - ð æ¯æå€ç§æ¶éŽæ ŒåŒã
- - ð showSearch æ¹æ³å¢å `limit` åæ°ïŒçšäºéå¶æ玢ç»æå±ç€ºæ°éã
-- Table
- - ð å¢å `expandIcon` å±æ§ïŒçšäºèªå®ä¹è¡šæ Œå±åŒåŸæ ã
- - ð customCell æ¹æ³å¢å `index` åæ°ã
-- Select
- - ð å¢å `removeIcon`ã`clearIcon`ã`menuItemSelectedIcon` å±æ§ïŒçšäºèªå®ä¹å é€ãæž
空ãéäžçåŸæ ã
- - ð å¢å `dropdownRender` å±æ§ïŒ çšäºèªå®ä¹äžææ¡å
容ã
- - ð å¢å `loading` å±æ§ïŒ çšäºå±ç€ºå 蜜äžç¶æã
-- ð äŒå Button åšå«æ Icon æ¶çæŸç€ºææã
-- â¡ïž éæ Tag ç»ä»¶ïŒç®å代ç 并æåæ§èœã
-- ð Menu.Item ç»ä»¶å¢å `title` å±æ§ïŒçšäºåšæ¶çŒ©æ¶å±ç€ºçæ¬æµ®æ é¢ã
-- ð åŸ®è° Card 倎éšåå 蜜äžçæ ·åŒç»èã
-- ð äŒå Spin æ ·åŒå¹¶ç¥åŸ®æåäºåæ¢ç¶æçæ§èœã
-- ð ä¿®å€ TextArea ç»ä»¶é«åºŠäžèœèªéåºé®é¢ã
-- ð ä¿®å€ Tooltip åš disabled ç¶æäž Button äžïŒæ ·åŒé误é®é¢ã[#389](https://github.com/vueComponent/ant-design-vue/issues/389)
-- ð ä¿®å€äžäºç»ä»¶ TypeScript å®ä¹ã
-
-## 1.2.5
-
-`2019-01-06`
-
-- ð æ°å¢`Typescript`ç±»åæ件[#250](https://github.com/vueComponent/ant-design-vue/issues/250)
-- ð ä¿®å€`Icon`ç»ä»¶äžèœåæ¶æ¯æ static class å dynamic class é®é¢[#371](https://github.com/vueComponent/ant-design-vue/issues/371)
-
-## 1.2.4
-
-`2018-12-29`
-
-- ð ä¿®å€`Select`ç»ä»¶æ²¡æ觊å`popupScroll`äºä»¶é®é¢[#350](https://github.com/vueComponent/ant-design-vue/issues/350)
-- ð ä¿®å€èªå®ä¹`Icon`ç»ä»¶äžæ¯æ`class` `style`é®é¢ã[#351](https://github.com/vueComponent/ant-design-vue/issues/351)
-- ð `Tree` `TreeSelect` æ¯æ`number`ç±»åç`key`ã[#343](https://github.com/vueComponent/ant-design-vue/issues/343)
-- ð `Tree`ç»ä»¶`selectedKeys`ã`expandedKeys`æ¯æ`.sync`修饰笊ã[6373ce](https://github.com/vueComponent/ant-design-vue/commit/6373ce8e92a979abb1f5dc94fa9697ee64b08dc2)
-- `TreeSelect`
- - ð `treeExpandedKeys`æ¯æ`.sync`修饰笊ã[983318](https://github.com/vueComponent/ant-design-vue/commit/983318b985ad727c008232c75a8598d52d0f924b)
- - ð ä¿®å€ç¬¬äžæ¬¡`focus`æ¶è§Šå页é¢æ»åšé®é¢ã[139356](https://github.com/vueComponent/ant-design-vue/commit/1393563c9b7f8cb7d7ddc0409aa5422c53fca60b)
-- ð 移é€`Menu`ç»ä»¶åå§åæ¶çå±åŒåšç»ã[#338](https://github.com/vueComponent/ant-design-vue/issues/338)
-
-## 1.2.3
-
-`2018-12-25`
-
-- ð 移é€å£è¯åœ©èã
-- ð ä¿®å€éšåç»ä»¶äžæ¯ææ°ç»ç±»å`class`é®é¢[#322](https://github.com/vueComponent/ant-design-vue/issues/322)
-- ð `TreeSelect` ç»ä»¶æ°å¢ `treeExpandedKeys` å±æ§å `treeExpand` äºä»¶ïŒçšäºæ§å¶æ çå±åŒæ¶èµ·ã
-- ð ä¿®å€`Tree`ç»ä»¶äœ¿çš`TreeNode`æ¶æ¥éå€`Key`é®é¢ã
-
-## 1.2.2
-
-`2018-12-19`
-
-- ð ä¿®å€`Datepicker`æž²æ䞀次 footer é®é¢ã[#315](https://github.com/vueComponent/ant-design-vue/issues/315)
-- `Menu`
- - ð ä¿®å€åš `horizontal` æš¡åŒäžäžèœèªåšæ¶èµ·æ¥éåºå®œåºŠçé®é¢ã[aa1b24](https://github.com/vueComponent/ant-design-vue/commit/aa1b2462cb333505d3efc53af1afb30fd0574dc7)ã
- - ð ä¿®å€åš `inline` æš¡åŒäžéŠæ¬¡å±åŒæ¶æ²¡æåšç»çé®é¢ã[d63935](https://github.com/vueComponent/ant-design-vue/commit/d63935e50671fab2aa561a013c35af878c610c7c)
- - ð ä¿®å€`Menu`ç»ä»¶åš`collapse=true` `openKeys=[]`æ¶éªåšé®é¢ã[3393f0](https://github.com/vueComponent/ant-design-vue/commit/3393f0e1513c5d29e2734397bb9e0c0b272c259f)
-- ð ä¿®å€ `Form` ç»ä»¶åšè®Ÿçœ®`validateStatus`æ¶çŒºå°`Icon`é®é¢ã [#321](https://github.com/vueComponent/ant-design-vue/issues/321)
-- ð ä¿®å€ Upload 猩ç¥åŸåŸæ æ ·åŒé误ã[f1e130](https://github.com/vueComponent/ant-design-vue/commit/f1e130bdc0c12c625573c08a35c895b2d5d47568)
-- ð `Icon` æ¯æ native event [cffef3](https://github.com/vueComponent/ant-design-vue/commit/cffef392e5605de8d342787d7562e81ca8588800)
-
-## 1.2.1
-
-`2018-12-17`
-
-- ð ä¿®å€`Menu`åš`Layout`äžäŒžçŒ©æ¶éªåšé®é¢
-- ð ä¿®å€`Icon`æ¥ Warning é®é¢
-
-## 1.2.0
-
-`2018-12-16`
-
-- ð¥ð¥ð¥ 䜿çšäº svg åŸæ æ¿æ¢äºåå
ç font åŸæ ïŒä»è垊æ¥äºä»¥äžäŒå¿ïŒ
- - å¯ä»¥çŠ»çº¿å䜿çšïŒäžéèŠä»æ¯ä»å® cdn äžèœœåäœæ件ïŒåŸæ äžäŒå 䞺çœç»é®é¢åç°æ¹åïŒä¹æ éåäœæ件æ¬å°éšçœ²ã
- - åšäœç«¯è®Ÿå€äž svg ææŽå¥œçæž
æ°åºŠã
- - æ¯æå€è²åŸæ ã
- - 对äºå
建åŸæ çæŽæ¢å¯ä»¥æäŸæŽå€ APIïŒèäžéèŠè¿è¡æ ·åŒèŠçã
- - ð äœåæ¶åžŠæ¥æå
æ件è¿å€§é®é¢ïŒçžå
³è§£å³æ¹æ¡å讚论å¯ä»¥æ¥ç React ç ant-design [issue](https://github.com/ant-design/ant-design/issues/12011)ã
- - ð æ°å¢ `theme` å±æ§ïŒå¯ä»¥è®Ÿçœ®åŸæ çäž»é¢é£æ Œã
- - ð æ°å¢ `component` å±æ§ïŒå¯ä»¥å€éšäŒ å
¥äžäžªç»ä»¶æ¥èªå®ä¹æ§å¶æž²æç»æã
- - ð æ°å¢ `twoToneColor` å±æ§ïŒå¯ä»¥æ§å¶åè²åŸæ çäž»é¢è²ã
- - ð æ°å¢éææ¹æ³ `Icon.getTowToneColor()` å `Icon.setTwoToneColor(...)`ïŒå¯ä»¥å
šå±æ§çè·åå讟眮ææåè²åŸæ çäž»é¢è²ã
- - ð æ°å¢éææ¹æ³ `Icon.createFromIconfontCN({...})`ïŒå¯ä»¥æŽå æ¹äŸ¿å°äœ¿çš [`iconfont.cn`](http://iconfont.cn/) äžæ管çåŸæ ã
-- ð¥ å¢å äºäžäžªæ°ç»ä»¶`Skeleton`
-- ð¥ Menu åš `horizontal` æš¡åŒäžäŒèªåšæ¶èµ·æ¥éåºå®œåºŠã
-- ð¥ Drawer ç `placement` æ¯æ `top` å `bottom`ïŒå¯ä»¥éåºæŽå€åºæ¯ã
-- ð 以äžç»ä»¶åæ°å¢äº `suffixIcon` å±æ§ïŒçšäºè®Ÿçœ®èŸå
¥æ¡åé¢çåŸæ ïŒå
·äœçšæ³å¯ä»¥åèææ¡£ã
- - Cascader
- - DatePicker
- - Select
- - TreeSelect
- - TimePicker
-- ð æ°å¢ Modal.open æ¹æ³ïŒçšäºå¯èªå®ä¹åŸæ çå¿«æ·å¯¹è¯æ¡ã
-- ð Modal.info å¢å `getContainer` çé
眮ã
-- ð å并äŒåäº RangePicker çæ¥å页è UIã
-- ð Anchor ç»ä»¶å¢å `click` äºä»¶ã
-- ð Tab ç»ä»¶å¢å `renderTabBar` å±æ§ã
-- ð Input ç»ä»¶å¢å `select` æ¹æ³ã
-- ð Steps å¢å `initial` å±æ§ã
-- ð Upload ç»ä»¶æ°å¢ `openFileDialogOnClick` å±æ§ïŒçšäºè®Ÿçœ®ç¹å»ç»ä»¶æ¶æ¯åŠæåŒäžäŒ 对è¯æ¡ã
-- ð InputNumber ç»ä»¶æ°å¢ `decimalSeparator` å±æ§ïŒçšäºè®Ÿçœ®èªå®ä¹çå°æ°ç¹ã
-- ð ä¿®å€äŒå€éèœææªæ issue ç bugïŒåæ€äžåšäžäžååº
-
-## 1.1.10
-
-`2018-12-7`
-
-- ð¥ð¥ð¥ åš 1.1.10 çæ¬äž`Form`ç»ä»¶æŽå¥œå°æ¯æåæ件 tempalte è¯æ³ïŒåšä»¥åŸçæ¬äžïŒå¯¹äºå€æçç»ä»¶éæ±ïŒéèŠäœ¿çš JSX æå¯ä»¥å®ç°ã䞺äºæŽå¥œå°åš template äžäœ¿çš Form è¡šåçèªåšæ¶éæ ¡éªåèœïŒæ们äŒåäºç»ä»¶ç䜿çšæ¹åŒãææ¡£å
šéš Demo 䜿çšææ°è¯æ³éæãäžè¿å¯¹äºä»¥åŸ APIïŒè¿æ¯ç»§ç»æ¯æïŒäœ å¯ä»¥äžçšæ
å¿ API çæ¹åïŒå¯ŒèŽå·²æç³»ç»åºç°é®é¢ã
-
-```html
-
-
-
-
-
-
-
-
-```
-
-- ð ä¿®å€`Steps`ç»ä»¶`labelPlacement`äžçæé®é¢ [#281](https://github.com/vueComponent/ant-design-vue/issues/281)
-- ð ä¿®å€`Timeline`ç»ä»¶æ ·åŒé®é¢ïŒæ·»å `reverse` `mode`å±æ§ [#8e37cd](https://github.com/vueComponent/ant-design-vue/commit/8e37cd89f92ee2541f641fd860785cfd2361b2b3)
-- `Tree`
- - ð ä¿®å€`treeDefaultExpandedKeys`äžçæé®é¢ [#284](https://github.com/vueComponent/ant-design-vue/issues/284)
- - ð ä¿®å€`expandedKeys` `selectedKeys`çå
¶å®æ°ç»å±æ§éè¿ç»ä»¶ååŒæ¹æ³æ¹åæ¶ç»ä»¶äžæŽæ°é®é¢ [#239](https://github.com/vueComponent/ant-design-vue/issues/239)
-
-## 1.1.9
-
-`2018-11-26`
-
-- ð ä¿®å€`TreeSelect`ç»ä»¶ getPopupContainer äžçæé®é¢ [#265](https://github.com/vueComponent/ant-design-vue/issues/265)
-- ð ä¿®å€`Carousel`ç»ä»¶æéå 蜜äžçæé®é¢ [#271](https://github.com/vueComponent/ant-design-vue/issues/271)
-- ð ä¿®å€`Upload`ç»ä»¶ remove äºä»¶æ è¿ååŒé®é¢ [#259](https://github.com/vueComponent/ant-design-vue/issues/259)
-
-## 1.1.8
-
-`2018-11-11`
-
-- `Progress`
- - ð ä¿®å€ circle ç±»åäžæ¯æ strokeColor é®é¢ [#238](https://github.com/vueComponent/ant-design-vue/issues/238)
- - ð æ·»å `normal`ç±»å [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
-- ð ä¿®å€`Cascader`ç»ä»¶ getPopupContainer äžçæé®é¢ [#257](https://github.com/vueComponent/ant-design-vue/issues/257)
-- ð `Tooltip`æ¯æ align [#252](https://github.com/vueComponent/ant-design-vue/issues/252)
-
-## 1.1.7
-
-`2018-10-27`
-
-- ð ä¿®å€`Cascader`ç»ä»¶ç±»åé误é®é¢ [#219](https://github.com/vueComponent/ant-design-vue/issues/219)
-- ð ä¿®å€`Tree`ç»ä»¶èªå®ä¹ Icon æ¶åè°åæ°é¡ºåºé误é®é¢ [#223](https://github.com/vueComponent/ant-design-vue/issues/223)
-- ð ä¿®å€`Table`ç»ä»¶å€æ¬¡è§Šå翻页åè°é®é¢ [#228](https://github.com/vueComponent/ant-design-vue/issues/228)
-- ð äŒå`Tabs`ç»ä»¶æ°å¢ tab é»è®€æ»åšå°å¯è§åºå [#215](https://github.com/vueComponent/ant-design-vue/issues/215)
-- ð ä¿®å€`RadioGroup`ç»ä»¶äžæ¯ææ°å 0 é®é¢ [#226](https://github.com/vueComponent/ant-design-vue/issues/226)
-- ð ä¿®å€`Slider`ç»ä»¶åœè®Ÿçœ® zoom äžäžº 1 æ¶ïŒäœçœ®é误é®é¢ïŒéšåæµè§åšéèŠ visualViewport Polyfill [#227](https://github.com/vueComponent/ant-design-vue/issues/227)
-
-## 1.1.6
-
-`2018-10-10`
-
-- ð ä¿®å€`Select`ç»ä»¶é®çäºä»¶æ¥éé®é¢ [#217](https://github.com/vueComponent/ant-design-vue/issues/217)
-- ð ä¿®å€`Drawer`ç»ä»¶ children æŽæ°é®é¢ [#209](https://github.com/vueComponent/ant-design-vue/issues/209)
-
-## 1.1.4
-
-`2018-09-29`
-
-- ð éæ`vc-tree`ç»ä»¶ïŒå¹¶æ°å¢ç®åœæ ç»ä»¶
-- ð ä¿®å€`tabs`ç»ä»¶å±æ§`tabBarGutter`äžçæé®é¢ [#205](https://github.com/vueComponent/ant-design-vue/issues/205)
-- ð ä¿®å€`table`ç»ä»¶æ°æ®åæ¥åºéé®é¢ [#202](https://github.com/vueComponent/ant-design-vue/issues/202)
-
-## 1.1.3
-
-`2018-09-22`
-
-- ð äŒåç»ä»¶æ³šåæ¹åŒïŒåŠ Vue.use(Form) [a6620c](https://github.com/vueComponent/ant-design-vue/commit/a6620cbbe58cc1694a994e6714853906d1d794be)
-- ð `Select.Option` ç»ä»¶`value`å±æ§æ¯æ`0` [#194](https://github.com/vueComponent/ant-design-vue/issues/194)
-- ð ä¿®å€ `Layout.Sider` æå æé®å®œåºŠäžçæé®é¢ [#201](https://github.com/vueComponent/ant-design-vue/issues/201)
-- ð ä¿®å€ `Menu` åæ¢ inlineCollapsed æ¶ïŒçºµåæ åšç»é®é¢ [#200](https://github.com/vueComponent/ant-design-vue/issues/200)
-- ð ä¿®å€ `Steps` `dot`æš¡åŒäžæ ·åŒé®é¢ [#199](https://github.com/vueComponent/ant-design-vue/issues/199)
-
-## 1.1.2
-
-`2018-09-17`
-
-- ð åæ¥ antd3.8.4 æ ·åŒ
-- ð Tag ç»ä»¶æ°å¢`visible`å±æ§å wave ææ
-- ð ä¿®å€`Cascader`ç»ä»¶ïŒå·²éäžé¡¹æªå±åŒé®é¢ [#195](https://github.com/vueComponent/ant-design-vue/issues/195)
-
-## 1.1.1
-
-`2018-09-13`
-
-- ð ä¿®å€çªå£å€§å°æ¹å富èŽåŒ¹çªäœçœ®éäœé®é¢ [#184](https://github.com/vueComponent/ant-design-vue/issues/184)
-- ð tabs 容åšæ·»å èªå®ä¹äºä»¶çå¬ [#189](https://github.com/vueComponent/ant-design-vue/issues/189)
-- ð ä¿®å€éè¿ API 圢åŒè°çš Modal çªå£æ¶ïŒ`centered`äžçæé®é¢ [#183](https://github.com/vueComponent/ant-design-vue/issues/183)
-- ð Slider marks æ¯æ{number: function}åœ¢åŒ [#171](https://github.com/vueComponent/ant-design-vue/issues/171)
-
-## 1.1.0
-
-`2018-09-11`
-
-- ð ä»[3.4.0](https://github.com/ant-design/ant-design/releases/tag/3.4.0)åæ¥ç»ä»¶å° antd [3.8.2](https://github.com/ant-design/ant-design/releases/tag/3.8.2)
-- ð æ°å¢`Drawer æœå±`ç»ä»¶
-- ð ä¿®å€`Spin`å
容éªçé®é¢ [#174](https://github.com/vueComponent/ant-design-vue/issues/174)
-- ð ä¿®å€`RangePicker`éæ©é¡¹æªçŠçšé®é¢ [#158](https://github.com/vueComponent/ant-design-vue/issues/158)
-- ð ä¿®å€`Form`åŒäžº `null`æ¶æ¥éé®é¢ [#153](https://github.com/vueComponent/ant-design-vue/issues/153)
-- ð ä¿®å€`Modal`åç»ä»¶éå€`mounted`é®é¢ [#152](https://github.com/vueComponent/ant-design-vue/issues/152)
-- ð ä¿®å€`Transfer`æ玢è¿æ»€åäžèœæ£ç¡®æŸç€ºé®é¢ [#148](https://github.com/vueComponent/ant-design-vue/issues/148)
-- ð ä¿®å€å€çº§`Tabs`ç»ä»¶åµå¥å¯ŒèŽ`size`äžçæé®é¢ [#144](https://github.com/vueComponent/ant-design-vue/issues/144)
-- ð ä¿®å€`TreeSelect`searchPlaceholder äžçæ [#125](https://github.com/vueComponent/ant-design-vue/issues/125)
-- ð å
¶å®æªåºç°åš issue äžçé®é¢ïŒè¯Šè§ antd changelog
-
-## 1.0.3
-
-`2018-08-11`
-
-- ð ä¿®å€`Select`åå
çŽ äžæŽæ°é®é¢ [#106](https://github.com/vueComponent/ant-design-vue/issues/106)
-- ð ä¿®å€`Badge` offset å±æ§ X Y 蜎顺åºé误é®é¢ïŒå¹¶æ°å¢æ¯æ number ç±»å [#99](https://github.com/vueComponent/ant-design-vue/issues/99)
-- ð ä¿®å€`Input`åš ie äžäžæ placeholder 觊å input äºä»¶é®é¢ [#92](https://github.com/vueComponent/ant-design-vue/issues/92)
-- ð ä¿®å€`Avatar`äžæ¥åäºä»¶é®é¢ [#102](https://github.com/vueComponent/ant-design-vue/issues/102)
-- ð ä¿®å€`grid.row`gutter ç±»åé误é®é¢ [4af03c4](https://github.com/vueComponent/ant-design-vue/commit/4af03c4ab9596ede9d1b79c8308d0a3ed58b7a11)
-- ð ä¿®å€`CheckboxGroup`åš`Form`äžæ¥ defaultValue warning é®é¢ [#110](https://github.com/vueComponent/ant-design-vue/issues/110)
-
-## 1.0.2
-
-`2018-08-04`
-
-- ð ä¿®æ¹ç»ä»¶åºå称䞺`ant-design-vue`
-- ð å®æ¹ç«ç¹æ¯æ IE9 访é®[a8a5f8](https://github.com/vueComponent/ant-design-vue/commit/a8a5f854c3b6a78df526caf2fb391e5c9d0848ac)
-- ð ä¿®å€å¯Œåºæªå®ä¹åéåŒèµ·çæéé®é¢[#87](https://github.com/vueComponent/ant-design-vue/issues/87)
-- ð ä¿®å€éšåç»ä»¶ç±»åéå€é®é¢[b48bbac](https://github.com/vueComponent/ant-design-vue/commit/b48bbac695dabec9160d947f9b27b2d91028c455)
-- ð ä¿®å€`Select`ç»ä»¶ label äžæŽæ°é®é¢[da1b924](https://github.com/vueComponent/ant-design-vue/commit/da1b924cba0fcc871b73590ac3ebd96af81b3897)
-- ð æŽæ£äºè¥å¹²ææ¡£é误
-
-## 1.0.1
-
-`2018-07-27`
-
-- ð é对`Input`ç»ä»¶äŒåäžæèŸå
¥(ä»
åš v-model ç»å®æ¶çæ) [4a5154](https://github.com/vueComponent/ant-design-vue/commit/4a51544bd6470ab628dda80e9d7593e4603dd0b6)
-- ð ä¿®å€`TreeSelect` `treeeData[i].children`䞺`null`æ¶æ¥éé®é¢[#81](https://github.com/vueComponent/ant-design-vue/issues/81)
-- ð ä¿®å€`Calendar`ç»ä»¶ç change äºä»¶è§Šå䞀次çé®é¢[#82](https://github.com/vueComponent/ant-design-vue/issues/82)
-- ð ä¿®å€`Card`ç»ä»¶ç`description`å`title`å±æ§ slot äžçæé®é¢[#83](https://github.com/vueComponent/ant-design-vue/issues/83)
-- ð ä¿®å€`DataPicker`ç»ä»¶ç`dropdownClassName`å±æ§äžçæé®é¢[02ab242](https://github.com/vueComponent/ant-design-vue/commit/02ab242197b923f2157f41d98a7930512475a799)
-
-## 1.0.0
-
-`2018-07-21`
-
-- ð æ°å¢`Carousel 走马ç¯`ç»ä»¶[edddbd](https://github.com/vueComponent/ant-design-vue/commit/edddbd982a279b62229ce825855c14c556866ece)
-- æŽæ£äºè¥å¹²ææ¡£é误
-
-## 0.7.1
-
-`2018-07-17`
-
-- ð ä¿®å€`Tooltip`å
å«`Button`æ¶çæ ·åŒååèœé®é¢[#73](https://github.com/vueComponent/ant-design-vue/issues/73)
-- ð add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design-vue/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
-
-## 0.7.0
-
-`2018-07-11`
-
-- ð æ°å¢`TreeSelect`ç»ä»¶
-- ð `Select`ç»ä»¶æ°å¢`options`ïŒæ¹äŸ¿çŽæ¥çæéæ©åè¡š[#37](https://github.com/vueComponent/ant-design-vue/issues/37)
-- ð ä¿®å€`Tooltip`äžäœ¿çš`Select`ç»ä»¶æ¶ïŒ`blur`äºä»¶æ¥éé®é¢[#67](https://github.com/vueComponent/ant-design-vue/issues/67)
-- ð ä¿®æ¹`Upload`ç»ä»¶`action`å±æ§äžºå¯é[#66](https://github.com/vueComponent/ant-design-vue/issues/66)
-
-## 0.6.8
-
-`2018-07-05`
-
-- ð ä¿®å€`notification` h is not defined[#63](https://github.com/vueComponent/ant-design-vue/issues/63)
-- ð ä¿®å€`Transfer`åœé
åçŒºå° titles é®é¢[#64](https://github.com/vueComponent/ant-design-vue/issues/64)
-
-## 0.6.7
-
-`2018-07-03`
-
-- ð ä¿®å€`Form`䜿çšæš¡æ¿è¯æ³æ¶ç»ä»¶äžèœæŽæ°[#62](https://github.com/vueComponent/ant-design-vue/issues/62)
-
-## 0.6.6
-
-`2018-07-03`
-
-- ð ä¿®å€`Upload`çç±»åæ ¡éªé误é®é¢å¹¶æŽæ°çžå
³ demo[#61](https://github.com/vueComponent/ant-design-vue/issues/61)
-- ð ä¿®å€`Upload`åŸçé¢è§äžèœæ£ç¡®è·³èœ¬é®é¢[1584b3](https://github.com/vueComponent/ant-design-vue/commit/1584b3839e500d2d6b07abf704f5cd084ca00e87)
-
-## 0.6.5
-
-`2018-07-01`
-
-- ð ä¿®å€`Select`ç`getPopupContainer`äžçæé®é¢[#56](https://github.com/vueComponent/ant-design-vue/issues/56)
-- ð ä¿®å€`Select`ç匹åºæ¡äœçœ®äžæŽæ°é®é¢[8254f7](https://github.com/vueComponent/ant-design-vue/commit/8254f783a32189b63ffcf2c53702b50afef1f3db)
-
-## 0.6.4
-
-`2018-06-28`
-
-- ð ä¿®å€`InputSearch`ç`v-model`è¿ååŒé误é®é¢[#53](https://github.com/vueComponent/ant-design-vue/issues/53)
-
-## 0.6.3
-
-`2018-06-26`
-
-- ð ä¿®å€`Popover`ç`v-model`äžçæé®é¢[#49](https://github.com/vueComponent/ant-design-vue/issues/49)
-
-## 0.6.2
-
-`2018-06-24`
-
-- ð `Form`ç»ä»¶æ°æ®èªåšæ ¡éªåèœæ¯æ`template`è¯æ³[7c9232](https://github.com/vueComponent/ant-design-vue/commit/7c923278b3678a822ff90da0cb8db7653d79e15c)
-- `Select`: ð æ·»å `focus` `blur`æ¹æ³[52f6f5](https://github.com/vueComponent/ant-design-vue/commit/52f6f50dbe38631c0e698a6ea23b3686f6c2a375)
-- `Radio`
- - ð ä¿®å€ Radiogroup `disabled` className[9df74b](https://github.com/vueComponent/ant-design-vue/commit/9df74bedd7640b6066010c498f942ce544c658b7)
- - ð ä¿®å€`autoFoucs` `focus` `blur` `mouseenter` `mouseleave` äžçæé®é¢[f7886c](https://github.com/vueComponent/ant-design-vue/commit/f7886c7203730bedf519bc45f5f78726735d3aac)
-- `TimePicker`: ð ä¿®å€`autoFoucs` `focus` `blur`äžçæé®é¢[28d009](https://github.com/vueComponent/ant-design-vue/commit/28d009d3ced807051a86a2c09cd2764303de98f7)
-
-## 0.6.1
-
-`2018-06-17`
-
-- ð æ°å¢`List`åè¡šç»ä»¶
-- `Table`
- - ð ä¿®å€æŽæ°é«åºŠæ¶æ¥éé®é¢[#33](https://github.com/vueComponent/ant-design-vue/issues/33)
- - ð ä¿®å€`defaultChecked`äžçæé®é¢[ec1999](https://github.com/vueComponent/ant-design-vue/commit/ec1999dea4cea126b78e3fd84bef620b876e9841)
- - `columns key`æ¯ææ°åç±»å[9b7f5c](https://github.com/vueComponent/ant-design-vue/commit/9b7f5c2f81b6f83190e5b022b2b1e28de3f68a2b)
-- `Tooltip`
- - ð æŽæ°äºä»¶ API`change`䞺`visibleChange`
-- `Textarea`: ð ä¿®å€`autoFoucs`äžçæé®é¢[787927](https://github.com/vueComponent/ant-design-vue/commit/787927912307db7edb9821a440feacd216e3a6a2)
-- `InputSearch`: ð æ·»å `focus` `blur`æ¹æ³[3cff62](https://github.com/vueComponent/ant-design-vue/commit/3cff62997d16811ae17618f9b41617973d805d7d)
-- `InputNumber`: ð ä¿®å€`autoFoucs`äžçæé®é¢[88f165](https://github.com/vueComponent/ant-design-vue/commit/88f165edb5c3993f4dba90c3267a1ea037e0869b)
-- `DatePicker`: ð ä¿®å€`autoFoucs`äžçæé®é¢[264abf](https://github.com/vueComponent/ant-design-vue/commit/264abff59791181b9190ca0914b780a8df6aa81a)
-- `Cascader`: ð ä¿®å€`autoFoucs`äžçæé®é¢[be69bd](https://github.com/vueComponent/ant-design-vue/commit/be69bd9af1bae184a4ebe8c4ef9560479ab11027)
-- `Rate`: ð ä¿®å€`autoFoucs`äžçæé®é¢ïŒå`blur`æ¥éé®é¢[c2c984](https://github.com/vueComponent/ant-design-vue/commit/c2c9841eb9b8e5ce4decff57a925e60d4bd7d809)
-- `RangePicker`: ð ä¿®å€åŒç±»åæ ¡éªåºéé®é¢[228f44](https://github.com/vueComponent/ant-design-vue/commit/228f4478a5d169d22960c97d1d8a8320c58da9cc)
-
-## 0.6.0
-
-`2018-06-04`
-
-- ð æ°å¢`Anchor`éç¹ç»ä»¶
-- `Table`
- - ð ä¿®å€`loading.spinning`æ¶æŸç€º`emptyText`é®é¢[17b9dc](https://github.com/vueComponent/ant-design-vue/commit/17b9dc14f5225eb75542facdb5053f4916b9d77f)
- - ð ä¿®å€`header style`äžçæé®é¢[#30](https://github.com/vueComponent/ant-design-vue/pull/30)
-- `DatePicker`: ð ä¿®å€å±æ§`showTime`䞺`true`æ¶ïŒéå€è°çš`change`äºä»¶é®é¢[81ab82](https://github.com/vueComponent/ant-design-vue/commit/81ab829b1d0f67ee926b106de788fc5b41ec4f9c)
-- `InputNumber`: ð ä¿®å€`placeholder`äžçæé®é¢[ce39dc](https://github.com/vueComponent/ant-design-vue/commit/ce39dc3506474a4b31632e03c38b518cf4060cef#diff-c9d10303f22c684e66d71ab1f9dac5f9R50)
-
-## 0.5.4
-
-`2018-05-26`
-
-- ð ä¿®å€ dist ç®åœçŒºå° less æ件é®é¢[ca084b9](https://github.com/vueComponent/ant-design-vue/commit/ca084b9e6f0958c25a8278454c864ac8127cce95)
-
-## 0.5.3
-
-`2018-05-25`
-
-- ð ä¿®å€æ建`antd-with-locales.js`å
å«æµè¯æ件çé®é¢[90583a3](https://github.com/vueComponent/ant-design-vue/commit/90583a3c42e8b520747d6f6ac10cfd718d447030)
-
-## 0.5.2
-
-`2018-05-25`
-
-- ð `Timeline`: ä¿®å€éå€æŸç€º loading ç»ä»¶ bug[fa5141b](https://github.com/vueComponent/ant-design-vue/commit/fa5141bd0061385f251b9026a07066677426b319)
-- `Transfer`
- - ð ä¿®å€æ玢æ¡çæž
é€æé®äžèµ·äœçšé®é¢[4582da3](https://github.com/vueComponent/ant-design-vue/commit/4582da3725e65c47a542f164532ab75a5618c265)
- - ð éåäºå±æ§ååçå¬é»èŸïŒé¿å
äžå¿
èŠç[0920d23](https://github.com/vueComponent/ant-design-vue/commit/0920d23f12f6c133f667cd65316f1f0e6af27a33)
-- ð `Select`: äŒå`title`æŸç€ºé»èŸ[9314957](https://github.com/vueComponent/ant-design-vue/commit/931495768f8b573d12ce4e058e853c875f22bcd3)
-- `Form`
- - ð ä¿®å€ Form ç»ä»¶æ什æ¥éé®é¢[#20](https://github.com/vueComponent/ant-design-vue/issues/20)
- - ð äŒåè·å Form å
è£
ç»ä»¶å®äŸåèœ[c5e421c](https://github.com/vueComponent/ant-design-vue/commit/c5e421cdb2768e93288ce7b4654bee2114f8e5ba)
-- ð `DatePicker`: ä¿®å€æ¥åé®çäºä»¶äžèµ·äœçšé®é¢[e9b6914](https://github.com/vueComponent/ant-design-vue/commit/e9b6914282b1ac8d84b4262b8a6b33aa4e515831)
-- `Avatar`: ä¿®å€åäœå€§å°èªéåºé®é¢[#22](https://github.com/vueComponent/ant-design-vue/pull/22)
-- ð æ·»å äºéšåç»ä»¶çåæµ
-- ð æŽçäºç»ä»¶åºäŸèµ(dependenciesãdevDependencies)ïŒå é€äžå䜿çšçå
ïŒå¹¶æ·»å peerDependencies
-
-## 0.5.1
-
-`2018-05-10`
-
-- ð `Table`: ä¿®å€ `customRow` èªå®ä¹äºä»¶äžçæé®é¢[#16](https://github.com/vueComponent/ant-design-vue/issues/16)
-
-## 0.5.0
-
-`2018-05-08`
-
-- ð `Form`æ°å¢ Form è¡šåç»ä»¶
-- ð `Upload.Dragger`: ä¿®æ¹ç»ä»¶ name å称䞺`a-upload-dragger`
-- ð `Upload`: ä¿®å€ Upload name å±æ§å€±æé®é¢
-
-## 0.4.3
-
-`2018-05-02`
-
-- ð ä¿®å€ç»ä»¶æ ·åŒäž¢å€±é®é¢
-- ð ç«ç¹æ·»å babel-polyfill
-
-## 0.4.2
-
-`2018-04-24`
-
-- ð ä¿®å€ menu é inline æš¡åŒäžç click bug
-
-## 0.4.1
-
-#### bug
-
-- å° Vue äŸèµèœ¬ç§»å° devDependenciesïŒé¿å
äžäžå¡çæ¬äžäžèŽå¯ŒèŽçäžçš³å® bug
-
-## 0.4.0
-
-#### Layout
-
-- æ°å¢ Layout ç»ä»¶
-
-#### å
¶å®
-
-- æ¯æ富å
¥ææç»ä»¶[Vue.use(antd)](https://github.com/vueComponent/ant-design-vue/issues/3)
-
-## 0.3.1
-
-#### Features
-
-- 对å€ç¬¬äžäžªçæ¬ïŒæäŸåžžçš 45 䞪[ç»ä»¶](https://github.com/vueComponent/ant-design-vue/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
+å» [GitHub](https://github.com/vueComponent/ant-design-vue/blob/1.x/CHANGELOG.zh-CN.md) æ¥ç `0.x` å° `1.x` ç Change Logã
diff --git a/plugin/md/markdown/markdown.ts b/plugin/md/markdown/markdown.ts
index d8740e208..7bd863af2 100644
--- a/plugin/md/markdown/markdown.ts
+++ b/plugin/md/markdown/markdown.ts
@@ -69,7 +69,11 @@ export const createMarkdownRenderer = (options: MarkdownOptions = {}): MarkdownR
.use(emoji)
.use(anchor, {
slugify,
- permalink: false,
+ permalink: anchor.permalink.linkInsideHeader({
+ symbol: `
+ #
+ `,
+ }),
permalinkBefore: true,
permalinkSymbol: '#',
permalinkAttrs: () => ({ 'aria-hidden': true }),
diff --git a/site/src/hooks/useMenus.ts b/site/src/hooks/useMenus.ts
index caf74eb3c..d612d1809 100644
--- a/site/src/hooks/useMenus.ts
+++ b/site/src/hooks/useMenus.ts
@@ -47,17 +47,17 @@ const useMenus = (): {
}
})
.map(r => ({ ...r.meta, path: r.path.split(':lang')[0].replace('-cn', '') }));
- if (category === 'docs') {
- ms.push({
- enTitle: 'Change Log',
- title: 'æŽæ°æ¥å¿',
- category: 'docs',
- target: '_blank',
- path: globalConfig.isZhCN.value
- ? 'https://github.com/vueComponent/ant-design-vue/blob/next/CHANGELOG.zh-CN.md'
- : 'https://github.com/vueComponent/ant-design-vue/blob/next/CHANGELOG.en-US.md',
- } as any);
- }
+ // if (category === 'docs') {
+ // ms.push({
+ // enTitle: 'Change Log',
+ // title: 'æŽæ°æ¥å¿',
+ // category: 'docs',
+ // target: '_blank',
+ // path: globalConfig.isZhCN.value
+ // ? 'https://github.com/vueComponent/ant-design-vue/blob/next/CHANGELOG.zh-CN.md'
+ // : 'https://github.com/vueComponent/ant-design-vue/blob/next/CHANGELOG.en-US.md',
+ // } as any);
+ // }
return ms;
});
const activeMenuItem = computed(() => {
diff --git a/site/src/layouts/header/Navigation.vue b/site/src/layouts/header/Navigation.vue
index be6b4f784..896f9d5d4 100644
--- a/site/src/layouts/header/Navigation.vue
+++ b/site/src/layouts/header/Navigation.vue
@@ -67,9 +67,7 @@ export default defineComponent({
() => route.path,
pathname => {
const modules = pathname.split('/');
- if (pathname === 'changelog' || pathname === 'changelog-cn') {
- activeMenuItem.value = 'docs/vue';
- } else if (pathname === '/docs/resources' || pathname === '/docs/resources-cn') {
+ if (pathname === '/docs/resources' || pathname === '/docs/resources-cn') {
activeMenuItem.value = 'docs/resources';
} else if (modules[1] === 'components') {
activeMenuItem.value = 'components';
diff --git a/site/src/layouts/index.vue b/site/src/layouts/index.vue
index 16e7ce40b..b105b59c0 100644
--- a/site/src/layouts/index.vue
+++ b/site/src/layouts/index.vue
@@ -42,7 +42,7 @@
@@ -117,10 +117,11 @@ export default defineComponent({
}
});
- const themeMode = inject('themeMode', () => ({
+ const themeMode = inject('themeMode', {
theme: ref('default'),
- changeTheme: () => void 0,
- }));
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
+ changeTheme: (_key: any) => void 0,
+ });
watch(
() => route.path,
@@ -141,7 +142,7 @@ export default defineComponent({
const pageData = computed(() =>
isDemo.value
? matchCom.value[isZhCN.value ? 'CN' : 'US']?.pageData
- : matchCom.value?.pageData,
+ : (matchCom.value as any)?.pageData,
);
const headers = computed(() => {
if (isDemo.value) {
diff --git a/site/src/router/index.js b/site/src/router/index.js
index edde97b6a..15818d6b6 100644
--- a/site/src/router/index.js
+++ b/site/src/router/index.js
@@ -138,6 +138,16 @@ const routes = [
meta: { enTitle: 'Sponsor', title: 'æ¯ææ们', category: 'docs' },
component: () => import('../vueDocs/sponsor.en-US.md'),
},
+ {
+ path: 'vue/changelog-cn',
+ meta: { enTitle: 'Change Log', title: 'æŽæ°æ¥å¿', category: 'docs' },
+ component: () => import('../../../CHANGELOG.zh-CN.md'),
+ },
+ {
+ path: 'vue/changelog',
+ meta: { enTitle: 'Change Log', title: 'æŽæ°æ¥å¿', category: 'docs' },
+ component: () => import('../../../CHANGELOG.en-US.md'),
+ },
{ path: '', redirect: '/docs/vue/introduce/' },
],
},
diff --git a/site/src/views/ComponentOverview.vue b/site/src/views/ComponentOverview.vue
index d031722ee..58996d94f 100644
--- a/site/src/views/ComponentOverview.vue
+++ b/site/src/views/ComponentOverview.vue
@@ -56,7 +56,7 @@