68 KiB
Change Log (The following content is translated by Google)
ant-design-vue strictly follows Semantic Versioning 2.0.0.
Release Schedule
- Weekly release: patch version for routine bugfix.
- Monthly release: minor version for new features.
- Major version release is not included in this schedule for breaking change and new features.
1.7.8
2021-08-27
- đ Fix
AutoCompleteusing configProvider global configuration prefixCls does not take effect #4566 - đ Remove Transfer custom key warning issue #4574
- đ Fix
Iconreporting error under webpack 5 #4579
1.7.7
2021-08-07
- đ
Treesupports global setting of title via slot #4299 - đ
InputPasswordsupports global setting prefixCls #4280 - đ
TreeSelectsupports showArrow #4360 - đ Optimize the flickering problem of
Tabswhen selected under windows #4241 - đ
Tablesupports slot customization expandIcon #4448 - đ Fix the problem that the global prefixCls of the
Emptycomponent is not responsive #4446
1.7.6
2021-06-26
- đ Fix the problem that the height of the table is misplaced and the expansion does not take effect when the alias is not set #4223
1.7.5
2021-05-09
- đ
Cardadds tab property configuration #3762 - đ
Table - đ
Modaladds dialogStyle property configuration #3794 - đ Fix the problem that
Draweresccannot close the drawer #3790 - đ Fix
BackTopdisplay problem under keepAlive #3802 - đ Fix the issue that
Inputtriggers two change events under Microsoft input method #3825 - đ Fix the issue that the
Uploadcustom method does not take effect #3843 - đ Fix the problem of selecting the disabled option in
Select#3867 - đ Fix
Menuflickering problem #3951 - đ Fix
InputNumberreadonlynot valid issue #2971 - đ Fix the issue that disabledDate does not take effect when
DatePickeris in mode="month" #3988
1.7.4
2021-02-28
- đ Optimize the performance of
Table#3531
1.7.3
2021-02-16
- đ
Modalapi method call supports defining close icon #3642 - đ
Formmessage support function #3163 - đ Optimize the animation effect of
Progress#3510 - đ Fix the background color problem when
AutoCompleteis disabled #3143 - đ Fix the issue that the
Alertclose button is displayed abnormally under safari #3184 - đ Fix the problem that
Dropdownshows the wrong position underButtonGroup#2995 - đ Fix the issue that the change event will no longer be triggered after
RadioGroupis blocked from being selected #3047 - đ Fix the problem that
Tablecannot be sorted #3327 - đ Fix missing
Spacecomponent type file issue #3340 - đ Fix
Slider's position calculation error under decimal precision #3386 - đ Fix
DatePickermode="decade" invalidation issue #3536 - đ Fix the problem that the keyboard can still be switched in the diabled state of
Tabs#3575 - đ Fix the issue that
MenuforceSubMenuRenderdoes not take effect #3615 - đ Fix
UploadtransformFilenot executing issue #3636
1.7.2
2020-11-06
- đ Fix the problem of incorrect height of Textarea component #2974
- đ Roll back Menu component to version 1.6.5 to be consistent #3112
- đ Fix TreeSelect throw error #3126
1.7.1
2020-10-28
- đ Fix Menu component, wrong display Tooltip prompt problem
1.7.0
2020-10-28
- đ Recursive Menu component, supports arbitrary nesting of other elements #1452
- đŽđĒ Add Irish language internationalization support
- đ Fix webpack 5 compatibility issues.
- đ Fix the problem that the Upload method attribute does not take effect #2837
- đ Fix the problem that Space does not declare properties and does not mount the root node #2902
- đ Fix the problem that Table component filter does not support number type #3052
- đ Fix Table fixed column ellipsis not working issue #2916
- đ Fix AutoComplete component, need two tab keys to focus issue #1438
- đ Fix the problem that TreeSelect cannot customize slot #2827
1.6.5
2020-08-25
- đĨđĨđĨ Vue 3 compatible 2.0.0-beta.3
- đĨ Add Space component #2669
- đ Optimize zh_TW language pack #2679
- đ Fix breadcrumb
Breadcrumbrepeated key problem #2505 - đ Fix the problem of misalignment in the fixed column of Table #1493
- đ Fix the problem that the Enter key will report an error when the Mentions component is empty #2662
1.6.4
2020-07-21
- đ Fix breadcrumb
Breadcrumbduplicate key problem #2505 - đ Fix the Tooltip issue when MenuItem title is empty #2526
- đ Fix the problem that Input textarea cannot be dragged up when allow-clear is activated. #2563
- đ Add less variables @select-item-selected-color #2458
- đ Add flex attribute to Col in Grid #2558
1.6.3
2020-07-05
- đ Fix Input.Password focus position shift issue #2420
- đ Fix Drawer maskstyle not working #2407
- đ Fix Drawer maskstyle not working #2407
- đ Button supports custom Icon #2245
- đ DatePicker supports custom format #2276
- đ Fix DatePicker year and time is incorrect #2488
- đ Optimize the Menu component, the animation is smoother
- đ Fix Dropdown pop-up position error #2359
- đ Fix the problem of duplicate key when
Breadcrumbhas the same name #2505
1.6.2
2020-06-02
1.6.1
2020-05-25
- đ Fix the problem of filling the current time when DatePicker blur #2246
- đ Fix Drawer error when destroying #2254
- đ Fix Tabs cannot remove tabs with 0 as key 55bbf9
- đ Fix Menu trigger twice click event #2266
- đ Fix Menu active class name is not added ffc002
- đ TreeSelect add custom data field function #2253
- đ Modal added dialogStyle and dialogClass instead of style and class before refactoring #2285
- đ Fix Table sorting trigger infinite update issue #2270
1.6.0
2020-05-15
- đ Tootip supports custom components 741897
- đ Refactor Modal's underlying Portal components to solve the problem of delayed content update in Modal #2244
- đ Fix Select option focus border style in Input.Group #2224
- đ Fix Cascader option icon color when disabled #2223
- đ Fix DatePicker color when separator is disabled #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 - đ Fix the failure of Table
column.filtered. - đ Fix the style problem of Input in Safari browser in Select
multiplemode. #22586 - đ Fix the problem that Descriptions can not adapt in small size. #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
Tabsnot showing issue under safari 13 #2199 - đ Fix the first input failure of
Inputunder FireFox #2151 - đ Fix
Inputcursor shift issue in Modal component #2207
1.5.4
2020-04-30
- đ
DatePickersupports the align attribute and sets the popup position #1112f2 - đ
DatePickersupports inputReadOnly attribute #138eae - đ
DatePickerTimePickerCalendarsupports string-type binding values ââ#718 - đ
TableConfigProvideraddstransformCellTextfor transforming table rendering values, such as processing of empty data #2109 - đ
FormModeladded validateMessages attribute #2130 - đ Optimize pop-up window animation effect #bf52f73
- đ Fix the
tabBarGutterattribute of theTabscomponent does not take effect #2083 - đ Fix renderTabBar of
Tabscomponent not working #2157 - đ
Tabscomponent supports number 0 as key #2167 - đ Fix the style of the Input.Search component is misaligned #2077
- đ Fix the style misalignment of
Slidercomponent #2097 - đ Fix
Tree.TreeNodecustomTitle scope slot can not get selected status issue #2006 - đ Fix
SelectTreeshowSearch error when reporting #2082 - đ Fix the inconsistent position of original dots in
Badgedot state #2121
1.5.3
2020-04-13
- đ Fix the problem that the content does not respond to updates when
Dropdownvisible is unchanged #81eb40
1.5.2
2020-04-09
- đ Fix ts type of
FormModelnot introduced #1996 - đ Fix
DatePicker.WeekPickertype file error #2044 - đ Fix "Tabs" tabClick event does not take effect #2030
- đ Fix
Tableresize error issue #2033
1.5.1
2020-04-02
- đ Fix
PageHeadercannot hide backIcon #1987 - đ Fix
Paginationdoesn't update when total changes #1989 - đ Fix placeholder does not disappear when inputting
TreeSelectin Chinese #1994 - đ Fix
TablecustomRender cannot customize class style #2004 - đ Fix
Formmissing slot content when using Form.create #1998 - đ Fix
Textareascroll bar flickering problem #1964 - đ Add ts type file of
FormModel#1996 - đ Add
modaldestroyAll type declaration #1993
1.5.0
2020-03-29
- Four new components have been added:
- đĨđĨđĨ Mentions Added mentioned components and discarded the original Mention components.
- đĨđĨđĨ Descriptions Display multiple read-only fields in groups.
- đĨđĨđĨ PageHeader 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 is used to feedback the processing results of a series of operation tasks.
- đĨđĨđĨ FormModel 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
overlayproperty to define drop-down menus. - đ Added
Breadcrumb.Separatorcomponent, you can customizeseparator.
- đ Breadcrumb.Item supports the
- đ TreeSelect's
showSearchsupports multiple selection mode. - đ Timeline.Item adds
graycolor type, which can be used in incomplete or invalid state. - đ Modal supports
closeIconproperty for customizing the close icon. - Upload
- đ Upload provides
previewFileproperty to customize the preview logic. - đ Upload adds
transformFileto support converting files before uploading. - đ Upload supports previewing pictures in jfif format.
- đ Added
showDownloadIconproperty for displaying download icons.
- đ Upload provides
- đ Input.Search adds
loadingproperty, which is used to display the loading status. - đ Grid's
gutterproperty adds support for vertical spacing. Now you can set an array forgutter, 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
iconproperty to customize the icon. - Drawer
- đ Support
afterVisibleChangeproperty, which is triggered after the drawer animation is completed. - đ Support
ESCshutdown. - đ Added
keyboard, which allows the response to keyboard events to be turned on and off.
- đ Support
- đ TreeNode supports
checkableproperty. - đ Transfer supports
childrencustom rendering list. - đ Pagination supports
disabledproperty. - đ Steps support click to switch function.
- Slider
- đ Support
tooltipPlacementto define the location of the tip. - đ Support
getTooltipPopupContainerto allow custom container for the prompt. - đ Flip
triggerdirection when Sider is on the right.
- đ Support
- đ Calendar supports
headerRenderto customize header. - đ Carousel supports custom panel pointing point locations.
- đ Collapse supports
expandIconPositionproperty. - đ Popconfirm adds
disabledprops, which are used to control whether clicking child elements pop up. - đ Select supports
showArrowin multi-select mode. - đ Collapse.Panel added
extra. - Card
- đ Card component added
tabBarExtraContentproperty. - đ Card.Grid added a hoverable property to allow floating effects to be disabled.
- đ Card component added
- đ Anchor.Link adds
targetattribute. - đ TimePicker added
clearIconprop for custom clear icon. - Form
- đ Support to configure the
colonproperty directly on the Form. - đ Support
labelAlignproperty.
- đ Support to configure the
- Table
- đ Table adds
getPopupContainerproperty for setting various floating layer rendering nodes in the table. - đ Adjust the style of the Table expand button.
- đ Added
tableLayoutproperty, supports setting the table'stable-layoutlayout, and enablestableLayout =" fixed "by default under fixed headers / columns, to solve the column alignment problem caused by the table layout automatically based on content . - đ Added
column.ellipsisto support automatic omission of cell contents. - đ Added
scroll.scrollToFirstRowOnChangeproperty, which is used to set whether to scroll to the top of the table after page turning. Â Â -FilterfilterDropdownAddedvisibleparameter to get the display status of the drop-down box. - đ The
titlemethod adds asortColumnparameter to get the currently sorted column. Â Â -Sort When sorting, thesorterparameter ofonChangewill always containcolumninformation.
- đ Table adds
- đ Tree component supports
blockNodeproperty. - đ RangePicker adds
separatordefinition. - Empty
- đ Empty supports the
imageStyleproperty. - đ Empty
descriptionsupportsfalse. - đ Empty Supports access to preset pictures via
Empty.PRESENTED_IMAGE_DEFAULTandEmpty.PRESENTED_IMAGE_SIMPLE
- đ Empty supports the
- đ Badge supports custom colors.
- đ Fix the problem that the label of Steps is not centered.
- đ Fix cursor style problem of DatePicker and TimePicker.
- đ Fix
TreeSelectcustom icon is invalid #1901 - đ Fix
Tabskeyboard left / right switching error #1947
1.4.12
2020-03-03
- đ Fix ts type error of
Modalcomponent #1809
1.4.11
2020-02-12
- đ DirectoryTree adds custom switcherIcon function #1743
- đ Add draggable table column width example
- đ Replace
this.$listenersof all components to avoid repeated rendering of components #1705 - đ Fix ConfigProvider component error report error 7a4003
- đ Fix placeholder does not disappear when custom input box of AutoComplete component #1761
- đ Fix Statistic.Countdown does not trigger finish event #1731
- đ Fix upload component preview image not refreshing f74469
- đ Fix TimePicker id is not unique #1566
- đ Fix Pagination pagination without animation #1540
- đ Fix drop-down list does not show empty elements when Cascader's option is empty array #1701
- đ Fix spellcheck rendering incorrect for Input component #1707
- đ Fix Tree component cannot customize icon #1712
- đ Fix SubMenu forceSubMenuRender property is invalid #1668
- đ Fix style of upload button is misaligned #1742
1.4.10
2019-12-11
- đ Fixed the left and right arrows of MonthPicker cannot be worked #1543
1.4.9
2019-12-10
- đ Fix body scrolling issue when
Modalis opened #1472 - đ Fix
DrawerwrapStyle not working #1481 - đ Fix
InputNumberid mount position is incorrect #1477 - đ Fix
TabsnextClick event does not fire #1489 - đ Fix
MonthPickercannot be changed in open state #1510 - đ Fix the issue that
AutoCompletedoes not disappear when entering Chinese #1506 - đ Fix the problem that the content cannot pop up when referencing different Vue variables 6362bf
- đ
TablecustomRenderAdd a third column parameter #1513 - đ
InputPasswordadds focus and blur methods #1485 - đ Fix
Tooltipreport error when using native html element #1519 - đ Fix
Menureport error in edge browser #1492 - đ Fix empty centering of
Select#1445 - đ Fix popup window component memory leak problem #1483
1.4.8
2019-11-28
1.4.7
2019-11-27
- đ
getPopupContainerofConfigProviderAdded popup context as the second parameter for uniform configuration ofgetPopupContainerinModal[7a3c88](https://github.com/vueComponent/ant-design -vue / commit /7a3c881075) - đ Fix
ConfigProviderreporting error in Vue 2.5 309baa - đ Fix
Menuclick event is triggered twice #1450 - đ Fix incorrect width of input box in
Select#1458 - đ Fix
Selectthe problem thatplaceholderdoes not disappear when inputting Chinese #1458 - đ Add the TS type declaration for the
Commentcomponent #1453
1.4.6
2019-11-20
- đ Fix
Cascadercan't enter a space question #1427 - đ Fix
AutoCompletecan't delete the last character #1429 - đ Update
dbclickinTree'sexpandActiontodblclick#1437 - đ Update
dbclickin theTabledocument todblclick#1437 - đ Add the TS type declaration for the
Emptycomponent #1439
1.4.5
2019-11-16
-
đ
FormsupportlabelColwrapperColfor setting layout #1365 -
đ
InputSelectDatePickertrigger change event after input Chinese, reducing unnecessary performance consumption #1281 -
đ Fixed when the placeholder of
InputSelectis Chinese, the change event is automatically triggered under ie #1387 -
Tree
-
đ Fix
InputDelete content under ie9 does not trigger change event #1421 -
đ Fix
Dropdowndisabledinvalid problem #1400 -
đ Fix Select type error when
lableInValue#1393 -
đ Fix Comment style question #1389
-
đ Fix
StatisticPasswordTypeScript type definition.
1.4.4
2019-10-30
- đ Progress format support v-slot #1348
- đ Fix RangePicker Year Panel not work #1321
- đ Fix Pagination simple mode not work #1333
- đ Fix AutoComplete flashing on fast input #1327
- đ Fix Button loading mode is not centered #1337
- đ Fix Menu menu collapsed in Chrome #873
- đ Fix Checkbox v-model parameter validation failure #1356
- đ Fix Checkbox.Group error when update value to undefined #1356
1.4.3
2019-10-22
- đ Fix Cascader component style issues caused by Input #1293
- đ Fix some component can not use
<template slot="xxx" />041839
1.4.2
2019-10-21
- đ Fix
Radio.Grouptriggers multiple change callback issues #1280 - đ Fix
Paginationkeyup enter not work #1316
1.4.1
2019-10-17
- đ fix
Input.Passwordcannot usev-model#1306 - đ Optimize the clear button of
Inputto display the logic. #1296 - đ After click clear button,
Inputbecomes thefocusstate. - đ fix progress strokeWidth not work #1301
- đ Fix Radio.Group triggers multiple change callback issues #1280
- đ Fix Form initialValue error #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
expandIconto allow customization of Collapse icon.
- đ Add
- ConfigProvider
- đ Support Content Security Policy (CSP) config.
- đ Support
autoInsertSpaceInButtonto remove space between 2 Chinese characters on Button.
- Icon
- đ Icon component add
aria-labelprop to enhance accessibility. - đ Add
rotateto allow icon rotate as specified degrees. - đ Add
eye-invisibleicon.
- đ Icon component add
- Input
- đ Add Input.Password.
- đ support
allowClearã
- Modal
- đ Add
forceRendersupport. - đ Add
destroyAllmethod. - đ Add
iconto Modal.confirm/info/warning/error,iconTypeis deprecated. - đ Add
maskproperty support for Modal method. - đ Add
transitionNameandmaskTransitionNameproperty support for Modal method. - đ Fix the problem that the mouse moves to the mask layer to close automatically #842
- đ Add
- đ Add
smalltype Card component. - Form
- đ Add switcherIcon prop to Tree.
- Dropdown
- đ Dropdown.Button support
href. - đ Add
openClassName.
- đ Dropdown.Button support
- Table
- đ Add prop
sortDirectionsfor Table and Table.Column. - đ Fixed Badge component display over the fixed table column.
- đ Fixed rowSelection columnWidth doesn't work.
- đ Add prop
- DatePicker
- đ Will read format as default format in locale if provided.
- đ Add new
renderFooterAPI for DatePicker. - đ Fixed
dateRendernot supported at WeekPicker. - đ Fixed disabled button style in DatePicker panel.
- đ support prop
renderExtraFooterin all mode. - đ Fixed month range display when start year equals end year.
- TimePicker
- đ TimePicker support new prop
popupStyleand new eventamPmChange. - đ Fixed TimePicker Icon disappear when used with Input.Group.
- đ Deprecated
allowEmptyprop and useallowClearinstead. Sync style with DatePicker.
- đ TimePicker support new prop
- đ Rate component support
tooltips. - Upload
- đ Add new less var
upload-picture-card-border-styleand Fixedupload-picture-card-sizetypo. - đ Fixed
dpgfile type is not recognizable as image in Upload component.
- đ Add new less var
- Spin
- đ Fix Spin style issue in IE 10.
- Progress
- đ All types support
successPercentprop.
- đ All types support
- 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
- đ
Formadds theselfUpdateattribute to improve form performance #1049 Select- đ Fixed an issue with 'TimePicker` input error #1176
- đ Fix
defaultVisibleattribute invalidation problem forTooltipcomponent #1232 - đ Fix
CommentConfigProviderTypeScript type definition problem.
1.3.16
2019-08-25
- đ Fix
Selectcomponent to uninstall component error when there is no input #1091 - đ Fix
Collapseerror when no child element #1116 - đ Fix TypeScript type definitions.
1.3.15
2019-08-17
- đ Fix
Selectcomponent cannot scroll under IE #999 - đ Fix
ForminitialValuewarning #1076 - đ Fix
Formerror when verifyingNumbertype #1090
1.3.14
2019-08-12
- đ Fix
MenuItemparsing arrayclassincorrect question #1009 - đ Fix an error when npm install #997
- đ Fix
Selectcomponent cannot scroll under IE #999 - đ Fix
Selectcomponent does not trigger focus event problem #999 - đ Fix
DropdownButtonsizeattribute does not work #71b7c9 - đ Fix
Tablecomponent does not support vue 2.6 v-slot syntax problem #1058 - đ
PopoveraddbuiltinPlacementsattribute #1073 - đ
Buttonsupportlinktype #1077 - đ
Modal.confirmtitleandcontentsupport function #824
1.3.13
2019-07-22
- đ Fix
distmissingantd.lessfile problem #995
1.3.12
2019-07-22
- đ
package.jsonfilesaddscripts
1.3.11
2019-07-22
- Dropdown
- đ
AutoCompleteCascaderDatePickerDropDownSelectTimePickeradd an instance of the popup referencepopupReff9373e - đ Fix
DatePickercan not open when placeholder is chinese at ie 10 and 11 #865 - đ
DatePickeradd custom render trigger #957 - đ
@ant-design/icons-vueupdate to^2.0.0 - đ
Iconaddfocusable="false"#924 - đ Fix custom
Formprompts for custom components.warningproblem #915 - đ Fix
FormItemv-decoratorerror #930 - đ Fixed an issue where the
Uploadcomponent reported an error inform.resetFields()#929 - đ Fix
Selectshows bounce problem #970 - đ Fix TypeScript type definitions.
1.3.10
2019-06-11
- đ Remove useless
module.exportof package. #850
1.3.9
2019-05-26
- đ Fix
TreeSelectwithoutdataRef#712 - đ
TooltipadddestroyTooltipOnHideto identify whether to destroy tooltip after hiding #727 - đ Fix
Avatardoes not update the problem when settingsrcdynamically #731 - đ Fix
LocaleProviderchangemomentlanguage does not work 28b7a6 - đ
Modal.confirmaddclosableconfiguration #798 - đ Fixed a problem when
SelectcustomdropdownRenderwas not automatically closed #644 - đ Fix the problem of removing Dom error under ie9, no need to introduce polyfill separately #705
- đ Fix
Input.Searchrepeat mount id problem #726 - đ Fix
Tabledoes not work when customizing expandIcon using function form #751 - đ Fix
IconextraCommonPropsproperty does not work #737 - đ Fix
DirectoryTreeexpandAction="doubleclick" does not work #745
1.3.8
2019-04-04
- đ Fix
Tableunclickable problem under IE #504 - đ Fix
TableHeader is not aligned under Firefox #579 - đ Drawer
Draweradd customhandel - đ Fix TypeScript type definitions.
1.3.7
2019-03-18
- đ Fix
SelectselectedKeystype validation error #597
1.3.6
2019-03-17
- đ Fix
Selecttitle attribute to display confusion #588 - đ Fix
InputSearchdoes not support slot mode customization addonAfter and addonBefore issues #581 - đ Fix
Inputrepeat class question #faf9ba - đ Fix
MessageCustomize content by function does not work #554 - đ
Cascaderoption.valuesupportsStringNumbertype #595 - đ Fix some TypeScript definitions.
1.3.5
2019-02-23
- đ Optimize the
PopoverPopconfirmcomponent 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 - Tree
- đ Fix
Modal.confirmclassdoes not work.#475 - đ Fix some TypeScript definitions.
1.3.4
2019-01-31
đ đ đ Happy New Year!
- đ fix: AutoComplete placeholder not display when disabled. #402ã
- đ Add the
BreadcrmbItemts type file.#452ã - đ Fixed an issue where the FormItem was not updated when it was in a subcomponent. #446ã
- đ Fix some component TypeScript definitions.
1.3.3
2019-01-26
- đ Fix
messagenot close When you configure maxcount.#428ã - đ Fix some component TypeScript definitions.#422ã
- đ The Anchor component add
warpperClasswrapperStyleproperty.1aa42d - đ Update the document: form adds the
preservedescription, and theiconmodifies the custom component reference document description.
1.3.2
2019-01-17
- đ Fix Form reports an error when using the obsolete API
autoCreateForm.#413ã - đ Fix Slider error when clicking mark. #407ã
1.3.1
2019-01-15
- đ Fixed the
Tablecomponent could not be scrolled under ie.ã#390ã - đ Fix
Formdoes not clear that does not need to check the field.#367ã
1.3.0
2019-01-12
-
đ đ đ Publish the vscode plugin 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ã
-
đĨ dded a new component ConfigProvider for user to customize some global setting.
Component Fixes / Enhancements:
- đ Avatar Added
srcSetprop that is a list of sources to use for different screen resolutions. - đ Notification Added
onClickprop that is called when the notification is clicked. - Transfer
- đ Added
searchevent that is executed when search field are changed and deprecatedsearchChangeevent. - đ Added
disabledprop that whether disable transfer.
- đ Added
- đ Refactor Badge, support
countas custom component. - Slider
- đ Added
tooltipVisibleprop 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.
- đ Added
- Calendar
- đ Support multiple date format.
- đ showSearch added
limitprop that support limit filtered item count.
- Table
- đ Added
expandIconprop that custom the default expand icon. - đ customCell added
indexprop.
- đ Added
- Select
- đ Added
removeIconãclearIconãmenuItemSelectedIconpropīŧallow settingremoveãclearãmenuItemSelectedcustom icons. - đ Added
dropdownRenderprop that custom dropdown content. - đ Added
loadingprop that indicate loading state.
- đ Added
- đ Optimize the display of the Button when it contains an Icon.
- âĄī¸ Refactor Tag component with less code and better performance.
- đ Added
titleprop 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
- đ Fix some component TypeScript definitions.
1.2.5
2019-01-06
- đ Add
Typescripttype file#250 - đ Fix
Iconcomponent can't support static class and dynamic class problems at the same time#371
1.2.4
2018-12-29
- đ Fix
Selectcomponent does not triggerpopupScrollevent#350 - đ Fixing the custom
Iconcomponent does not supportclassstyleissues.#351 - đ
TreeTreeSelectsupportskeyofnumbertype. #343 - đ
TreecomponentsselectedKeys,expandedKeyssupport the.syncmodifier.6373ce TreeSelect- đ Remove the expansion animation when the
Menucomponent is initialized.#338
1.2.3
2018-12-25
- đ Remove Christmas egg.
- đ Fix some components do not support array type
classproblem#322 - đ
TreeSelectadds thetreeExpandedKeysprops andtreeExpandevent to control the expansion of the tree. - đ Fix the
Treecomponent warning duplicatekeyquestion when usingTreeNodeã
1.2.2
2018-12-19
- đ
Datepickerrender footer twice question. #315 Menu- đ Fix form validateStatus icon not work #321
- đ
Uploadthumbnail icon broken styles f1e130 - đ
Iconsupport native event cffef3
1.2.1
2018-12-17
- đ Fix
Menuflashing problem when scaling underLayout - đ Fix
Iconreport 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.
- đ Add the
themeattribute to set the theme style of the icon. - đ Added
componentattribute, you can externally pass a component to customize the control rendering result. - đ The
twoToneColorproperty is added to control the theme color of the two-color icon. - đ Added static methods
Icon.getTowToneColor()andIcon.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 oniconfont.cn.
- đĨ Added a new component
Skeleton. - đĨ Menu will automatically close up to fit width in
horizontalmode. - đĨ The
placementof the drawer supportstopandbottomto accommodate more scenes. - đ The following components add a
suffixIconprop, 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
onClickproperty. - đ The Tab component adds the
renderTabBarproperty. - đ The Input component adds the
selectmethod. - đ Steps adds the
initialattribute. - đ Upload adds
openFileDialogOnClickprop to allow setting whether to open the upload dialog when the component is clicked. - đ InputNumber adds
decimalSeparatorprop 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
Formcomponent 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.
<template>
<a-form :form="form">
<a-form-item>
<a-input v-decorator="[id, options]">
</a-form-item>
</a-form>
</template>
<script>
export default {
beforeCreate () {
this.form = this.$form.createForm(this, options)
},
}
</script>
- đ Fix
StepscomponentlabelPlacementdoes not work #281 - đ Fix the
Timelinecomponent style problem, addreversemodeprops #8e37cd Tree
1.1.9
2018-11-26
- đ Fix the
TreeSelectcomponent getPopupContainer does not work #265 - đ Fix
Carouselcomponent on-demand loading does not work #271 - đ Fix
Uploadcomponent remove event no return value problem #259
1.1.8
2018-11-11
Progress- đ Fix
Cascadercomponent does not supportgetPopupContainerproblem #257 - đ
Tooltipsupport align #252
1.1.7
2018-10-27
- đ Fix
Cascadercomponent type error problem #219 - đ Fix
Treecomponent custom Icon the callback parameter order error #223 - đ Fix
Tablepagination trigger multiple change events whenshowSizeChange=true#228 - đ Optimize the
Tabscomponent to add tabs to the visible area by default #215 - đ Fix
RadioGroupcomponent does not support number 0 problem #226 - đ Fix
Slidercomponent When setting zoom is not 1, the position error problem, some browsers need visualViewport Polyfill #227
1.1.6
2018-10-10
- đ Fix
Selectcomponent keyboard event error #217 - đ Fix the
Drawercomponent children update issue #209
1.1.4
2018-09-29
- đ Refactor the
vc-treecomponent and add a directory tree component - đ Fix
tabscomponent propertytabBarGutterdoes not work #205 - đ Fix
tablecomponent data synchronization error #202
1.1.3
2018-09-22
- đ Optimize component registration methods, such as Vue.use(Form) a6620c
- đ
Select.Optioncomponentvalueproperty supports0#194 - đ Fix
Layout.Sidertrigger button width does not work #201 - đ Fix
MenuWhen switching inlineCollapsed, there is no animation problem #200 - đ Fix style problem in
Stepsdotmode #199
1.1.2
2018-09-17
- đ Synchronize antd3.8.4 style
- đ Tag component adds
visibleattribute and wave effect - đ Fix the 'Cascader` component, the selected item is not expanded #195
1.1.1
2018-09-13
- đ dropdown position incorrect caused by window size change #184
- đ tabs container add custom event listeners #189
- đ Fixing 'centered` does not work when calling Modal window via API form #183
- đ Slider marks support {number: function}åŊĸåŧ #171
1.1.0
2018-09-11
- đ Synchronize components from 3.4.0 to antd [3.8.2](https://github.com/ Ant-design/ant-design/releases/tag/3.8.2)
- đ Add the
Drawercomponent - đ Fix
Spincontent flicker problem #174 - đ Fix
RangePickerselection is not disabled #158 - đ Fixed throw error when
Formvalue wasnull#153 - đ Fix the
Modalsubcomponent to repeat themountedquestion #152 - đ Fixed donot
renderafter 'Transfer` search filter #148 - đ Fixed multi-level
Tabscomponent nesting causingsizenot to work #144 - đ Fix
TreeSelectsearchPlaceholder does not work #125 - đ Other issues that do not appear in the issue, see antd changelog
1.0.3
2018-08-11
- đ Fix
Selectchildren not to update the problem #106 - đ Fix
Badgeoffset x y axis order error and support number type #99 - đ Fix
Inputtrigger input event problem when placeholder is Chinese in IE#92 - đ Fix
Avatardoes not accept event issues #102 - đ Fix
grid.rowgutter type error problem 4af03c4 - đ Fix
CheckboxGroupto report defaultValue warning inForm#110
1.0.2
2018-08-04
- đ Modify the component library name to
ant-design-vue - đ The official site supports IE9 accessa8a5f8
- đ Fix reminder issues caused by exporting undefined variables#87
- đ Fix some component classname duplicatesb48bbac
- đ Fix
Selectcomponent label does not update the problemda1b924 - đ Corrected some documentation errors
1.0.1
2018-07-27
- đ Optimize Chinese input for
Inputcomponents(just support v-model) 4a5154 - đ Fix
treeSelecttreeData[i].childrenthrow error when null#81 - đ Fix
Calendarchange event call twice#82 - đ Fix the
descriptionandtitleslot attribute of theCardcomponent does not work#83 - đ Fix
dropdownClassNameattribute ofDataPickercomponent does not working02ab242
1.0.0
2018-07-21
- đ Add
Carouselcomponent edddbd - modify some error document
0.7.1
2018-07-17
- đ fix
Tooltipcontaining disabled button does not show and style#73 - đ add
Tablepanagation deep watch#b464c6
0.7.0
2018-07-11
- đ Add
TreeSelectcomponent - đ
Selectaddoptions, Easy to generate a selection list directly#37 - đ Fix
blurevent error when usingSelectcomponent inTooltip#67 - đ Modify the
Uploadcomponentactionattribute to optional#66
0.6.8
2018-07-05
0.6.7
2018-07-03
- đ Fix
Formcomponent cannot be updated when using template syntax#62
0.6.6
2018-07-03
- đ Fix
Uploadtype validation error issue and update related demo#61 - đ Fix
Uploadimage preview does not jump correctly1584b3
0.6.5
2018-07-01
- đ Fix
SelectgetPopupContainernot working #56 - đ Fix
Selectpopup position is not updated8254f7
0.6.4
2018-06-28
- đ Fix
InputSearchv-modelreturn wrong value#53
0.6.3
2018-06-26
- đ Fix
Popoverv-modelnot working#49
0.6.2
2018-06-24
- đ
Formcomponent data auto-checking support fortemplatesyntax7c9232 Select: đ addfocusblurmethods52f6f5RadioTimePicker: đ FixautoFoucsfocusblurnot working28d009
0.6.1
2018-06-17
- đ Add
ListComponent TableTooltip: đ update events APIchangetovisibleChangeTextarea: đ FixautoFoucsnot working787927InputSearch: đ Addfocusblurmethods3cff62InputNumber: đ FixautoFoucsnot working88f165DatePicker: đ FixautoFoucsnot working264abfCascader: đ FixautoFoucsnot workingbe69bdRate: đ FixautoFoucsnot workingīŧandblurerrorc2c984RangePicker: đ Fix value type check error problem228f44
0.6.0
2018-06-04
- đ Add
AnchorComponent Table- đ
DatePicker: Fix the issue ofchangeevent repeatedly call whenshowTimeistrue81ab82 - đ
InputNumber: Fixplaceholdernot working ce39dc
0.5.4
2018-05-26
- đ Fix missing
lessfile problem in dist directoryca084b9
0.5.3
2018-05-25
- đ Fixed issue with building
antd-with-locales.jscontaining test files90583a3
0.5.2
2018-05-25
- đ
Timeline: Fix duplicated loading component bug fa5141b Transfer- đ
Select: Optimizingtitledisplay logic 9314957 Form- đ
DatePicker: Fix calendar keyboard event does not work e9b6914 Avatar: Fixing font size adaptation issues #22- đ Added single test for some components
- đ sorted component library
dependenciesanddevDependencies, deleted unused packages, and addedpeerDependencies
0.5.1
2018-05-10
- đ
Table: FixcustomRowevents not working#16
0.5.0
2018-05-08
- đ
Form: add Form component - đ
Upload.Dragger: Modifynamename toa-upload-dragger - đ
Upload: Fixnameprop 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
layoutcomponent
Others
- support use Vue.use(antd)
0.3.1
Features
- first version, provide 45 components