96 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.
2.2.6
2021-08-12
- đ Fix
Tableexpanded list rendering problem #4507 - đ Fix
Ratecustomcharacterslot not taking effect #4509 - đ Add resize-observer-polyfill to fix the problem of reporting errors in low versions of Chrome #4508
2.2.5
2021-08-11
- đ
Selectsupports customizing nodes through option slots 68c1f4 - đ Fix the problem that the pop-up window component in the development environment does not display in the lower version of chrome, and avoid the pop-up window flashing #4409
- đ Fix the problem of not scrolling to the active position when
Selectis opened ccb240
2.2.4
2021-08-10
- đ Support Vue@3.2 #4490
- đ Automatically hide the horizontal scroll bar of
Table#4484 - đ Fix the issue of
ProgresstrailColor not taking effect #4483
2.2.3
2021-08-07
- đ Use
position: stickyfor the fixed column ofTableto improve performance and solve the problem of misalignment in some scenes 38569c - đ
Collapsesupports number type key #4405 - đ Optimize the flickering problem of
Tabswhen selected under windows #4241 - đ
InputPasswordsupports global setting prefixCls #4430 - đ Fix
Selectcannot scroll issue #4396 - đ Fix
Badgeerror reporting under ssr #4384 - đ Fix the issue of invalid data fields in
Form#4435 - đ Fix an error when the child element of
FormItemis a native label #4383 - đ Fix the error when
TreeSelectcustomize title through slot #4459
2.2.2
2021-07-11
- đ Switch added checkedValue and unCheckedValue attributes to customize checked binding value #4329
- đ Fix the issue of missing SubMenu animation #4325
- đ Fix that there is no red box problem when TimePicker validates the error under Form #4331
- đ Fix UploadDragger does not support vite-plugin-components on-demand loading problem #4334
- đ Fix the error when TreeSelect customize title through slot 1152e8
- đ Fix the dropdown submenu style loss issue #4351
- TS
2.2.1
2021-07-06
- đ Fix the issue that the Space component does not take effect in browsers that do not support flex
- đ Fix the issue of DatePicker triggering scrolling under safari #4323
2.2.0
2021-07-06
- đ Refactor the Button component, remove type="danger", and add the
dangerattribute #4291 - đ Fix Rate component not updating issue #4294
- đ Fix Tree replaceFields error report #4298
- đ Fix Modal missing parentContext type problem #4305
2.2.0-rc.1
2021-06-29
- đ Change babel configuration, smaller build package size
- đ Form provides the useForm function natively, and we will deprecate the @ant-design-vue/use library
- đ Fix the issue that the Form validateFirst property does not trigger reject when there are multiple validation rules #4273
- đ Fix List circular references causing errors in Vite #4263
- đ Fix the missing item attribute problem in Menu event callback #4290
2.2.0-beta.6
2021-06-26
- đ Menu performance optimization e8b957
- đ Fix
LayoutRangePickerWeekPickerTextareaon-demand loading failure
2.2.0-beta.5
2021-06-24
- đ Support vite-plugin-components to be loaded on demand
- đ Refactor the List component
- đ Select adds responsive folding option 656d14
- đ Fix the problem that the virtual list cannot be scrolled when the Select dynamic update option b2aa49d
- đ Fix the incorrect location of Select keyboard events 604372
- đ Fix the issue that AutoComplete does not support options slot #4012
2.2.0-beta.4
2021-06-21
- đ Refactor Descriptions component #4219
- đ Fix the issue that Countdown does not trigger the finish event #4222
- đ Fix ConfigProvider reporting errors under vue 3.1 #4225
- đ Fix the problem of using SubMenu under Dropdown to report an error #4205
- đ Fix Col type error #4226
- đ Fix the problem that onEnd is not triggered when Typography is out of focus #4227
- đ Fix ImagePreview style loss problem #4231
2.2.0-beta.3
2021-06-11
- đ Refactor Breadcrumb, Statistic, Tag components
- đ Statistic supports loading attribute
- đ Fix the problem of Menu rendering multiple sub-components to improve performance 6ae707
- đ Fix FormItem custom class invalidation 617e53
- đ Fix MenuDivider class error #4195
- đ Fix Tag and Image type errors
- đ Fix the issue of missing component animations such as Modal #4191
- đ Fix the issue that Select class cannot be dynamically updated #4194
- đ Fix the problem that the Dropdown mail expands and cannot be collapsed by clicking #4198
- đ Fix the issue of missing some export methods of FormItem #4183
2.2.0-beta.2
2021-06-08
- đ Fix PageHeader display extension problem 4de73
- đ Fix the problem that some components cannot be rendered normally under Vue3.1#4173
- đ Fix Menu.Divider name error problem 6c5c84
2.2.0-beta.1
2021-06-17
-
đĨđĨđĨ Virtual Table independent library released https://www.npmjs.com/package/@surely-vue/table, this component is an independent library, the document example is not yet complete, it is a completely ts-developed component , There are good type hints, there are API documents on npm, those who are in a hurry can explore and use it, here is an online experience example, https://store.antdv.com/pro/preview/list/big-table-list
-
đĨđĨđĨ Refactored a large number of components, the source code is more readable, the performance is better, and the ts type is more comprehensive -Refactored components in this version Anchor, Alert, Avatar, Badge, BackTop, Col, Form, Layout, Menu, Space, Spin, Switch, Row, Result, Rate
-
đ Menu
-
Skeleton
- đ Support Skeleton.Avatar placeholder component.
- đ Support Skeleton.Button placeholder component.
- đ Support Skeleton.Input placeholder component.
-
đ Destructive update
- The
a-menu-itemanda-sub-menuicons need to be passed through the slot, and the icon is not automatically obtained through the sub-node - row gutter supports row-wrap, no need to use multiple rows to divide col
MenuremovesdefaultOpenKeysanddefaultSelectedKeys;SwitchremovesdefaultChecked;RateremovesdefaultValue; Please be cautious to use the defaultXxx-named attributes of other unrefactored components, and they will be removed in future versions.
- The
-
đ Added Avatar.Group component
-
đ Fix AutoComplete filterOptions not taking effect #4170
-
đ Fix Select automatic width invalidation problem #4118
-
đ Fix the lack of internationalized files in dist #3684
2.1.6
2021-05-13
- đ Use vue@3.0.10 to rebuild to avoid console warning #3998
2.1.5
2021-05-12
- đ Fix SSR time reporting error #3983
2.1.4
2021-05-09
- đ Fix
Tablescrolling misalignment issue #4045 - đ Fix
Typographyeditable mode triggering link jump issue #4105 - đ Fix the issue that
CarouselvariableWidth does not take effect #3977 - đ Fix the problem that
TreeSelectcannot delete parent and child nodes at the same time through the keyboard #3508 - đ Fix some types of errors
2.1.3
2021-04-25
- đđđ remove ads during npm installation
- đ
Select - đ Fix the issue that
Checkboxtriggers twiceupdate:checked#3838 - đ
Tablecolumn group supports fixed #3882 - đ
Tablecolumn supports v-for #3934 - đ Fix the problem that
Tabledisplays horizontal scroll bar on windows 6d33d6 - đ
FormscrollToFirstError supports option parameter passing #3918 - đ Fix the issue of
Calendarmonth selector displaying wrong characters #3915 - đ Refactor the
Switchcomponent and remove the defaultChecked attribute #3885 - đ Fix the process exception when using Vite #3930
- đ Fix
Radioshadow occlusion problem #3955 - đ Fix the issue that span does not take effect in
Forminline mode #3862 - đ Fix the issue that
Cascaderkeydown selection does not take effect #958 - đ Fix
Imagepreview function failure problem #3701 - đ Fix some TS type issues
2.1.2
2021-03-28
- đ Recompile with Vue 3.0.9, compatible with 3.0.7 and below
2.1.1
2021-03-27
- đ Compatible with Vue 3.0.8, note: Due to the destructive update of 3.0.8, 2.1.1 is not compatible with versions below 3.0.7 [vue#3493](https://github.com/vuejs/vue-next/issues /3493)
- đ Fix Modal.confirm missing closable ts type #3684
- đ Fix upload custom method not working issue #3843
2.1.0
2021-03-20
- đđđ Added
Typographycomponent #3807 - đ Modal method adds close icon customization #3753
- đ Fix missing build files containing internationalization #3684
- đ Fix Drawer error after destruction #848d64
- đ Fix BackTop incorrect position when KeepAlive is activated #3803
- đ Fix the problem that the TreeNode class does not take effect #3822
- đ Fix Table tags being an array error issue #3812
- đ Fix the sorting issue when Table custom filterIcon is triggered #3819
- đ Fix Select style misalignment under Form #3781
2.0.1
2021-02-27
- đ
BadgeaddsRibbon#3681 - đ Adjust the trigger order of
SearchInputsearch event #3725 - đ Fix the stuck problem when
Tableis destroyed #3531 - đ Fix the issue of less file introduced in
Menucss #3678 - đ Fix the problem of
Alertcustom icon misalignment #3712
2.0.0
2021-02-06
- đđđ 2.0 official version released
- đđđ support dark theme #3410
- đđđ The new version of the document is online, use the Composition API to completely reconstruct the document example, and provide the TS and JS dual version source code
- đ Refactor the
Alertcomponent using Composition API #3654 - đ
Tooltipsupports custom colors #3603 - đ Fix the problem that
TimePickerdoes not automatically scroll to the selected position #ab7537
2.0.0-rc.9
2021-01-24
- đ
@ant-design/icons-vueupgrade to 6.0, use es module by default - đ
Tabsaddscenteredcentered mode #3501 - đ
ProgressAdd opacity animation #3505 - đ Fix an error when installing npm #3515
- đ Fix the problem of
Breadcrumnsplit line not displaying #3522 - đ Fix
Radiouncontrolled issue #3517 - đ Fix
FormItemnot wrapping issue #3538 - đ Fix
CarouselpauseOnDotsHovernot working problem #3519 - đ Fix
Input.Searchclassnot working issue #3541 - đ Fix the issue that
InputNumbertriggers the change event multiple times under Microsoft input method #3550 - đ Fix the problem that the keyboard can still be switched in the disabled state of
Tabs#3575 - đ Fix the issue that
Switchdoes not take effect in the table #3512
2.0.0-rc.8
2021-01-07
- đ Support Vite 2 #3490
- đ Use Composition API to refactor Affix component #3447
- đ Fix Image component type definition error #3488
- đ Upgrade icons-vue Fix IconFont component type error #3474
- đ Fix Tooltip arrow style error in less 4 #3477
- đ Fix DatePicker type definition parsing error under Vue 3.0.5 #bf7c62
2.0.0-rc.7
2020-12-28
- đ Fix Switch
changeãclicknot work #3453
2.0.0-rc.6
2020-12-27
- đ Support Less 4 #3449
- đ Added Image component #3235
- đ Functional component, add displayName attribute #3445
- đ Message adds custom class style function #3443
- đ Fix the initial disabled state of the Tabs component does not take effect #3366
- đ Fix Slider accuracy issue #3346
- đ Fix the incorrect scroll height of Select #3419
- đ Fix the problem that Input small is too small and the height is 2px #3396
- đ Fix the problem that TreeSelect triggers two change events
- đ Fix the endless loop problem of TreeSelect defining title through slot
- đ Fix the problem that Drawer handle slot triggers two click events
- đ Added Checkbox and Switch event declaration
2.0.0-rc.5
2020-12-13
- đ Fix the undefined warning problem of this.dom output in the Drawer component console
- đ Fix Menu in Vue 3.0.3 and above versions, display confusion problem #3354
2.0.0-rc.4
2020-12-10
- đ Input.Password supports custom icons #3320
- đ Fix the issue that the Select Option click event does not trigger #4ea00d
- đ Fix the problem that the dark theme does not work after the Menu exceeds the width #10f35a
- đ Fix Menu console vue key some waring #520d6a
- đ Remove console passive prompt log #8d1669
2.0.0-rc.3
2020-12-05
- đ Fix the problem of functional components reporting type errors in Vue 3.0.3 #f5cf7e
- đ Fix Menu display error after detecting width #3262
- đ Fix Menu subMenuOpenDelay subMenuCloseDelay not working problem #3291
- đ Fix TreeSelect stack overflow problem #28aeea
- đ Fix Input custom style class being overwritten #3273
- đ Fix InputNumber parse error in production environment #3249
2.0.0-rc.2
2020-11-24
- đ Optimize Menu performance, enable lazy loading by default #3243
- đ Tag supports defining icon via slot #3185
- đ Small type table changed to borderless #3221
- đ @ant-design/icons-vue upgraded to 5.1.6, support SSR, support spin attribute shorthand
- đ Fix the style problem of Alert's close button in Safari #3184
- đ Fix the problem of Notification top attribute type error #3187
- đ Fix DirectoryTree custom icon does not take effect #3183
- đ Fix Button loading delay not taking effect #3194
- đ Select optionFilterProp no longer supports filtering by children #3204
- đ Fix Select labelInValue error when reporting #3216
- đ Fix ConfigProvider transformCellText missing issue #3206
- đ Fix the style disorder problem when Dropdown Button is mixed together #3244
- đ Fix RangePicker custom width invalidation issue #3244
- đ Fix multiple errors or missing Ts types
2.0.0-rc.1
2020-11-14
- đđđ
- đ Menu cancel the default lazy loading, improve the first animation effect, optimize the Bezier curve function, and make it smoother #3177
- đ Fix Select search function failure problem #3144
- đ Fix the Drawer component does not have automatic focus, which can not be closed directly by the ESC button #3148
- đ Fix the incorrect position of popover elements in Popover #3147
- đ Fix CountDown not updating problem #3170
- đ Fix multiple errors or missing Ts types
2.0.0-beta.15
2020-11-08
- đ Optimize the Menu animation to make it smoother #3095
- đ Optimize VirtualList to avoid invalid render #2e61e9
- đ Fix Menu overflowedIndicator not taking effect #689113
- đ Select
- đ Fix DatePicker default formatting invalid problem #3091
- đ Fix Table customRow configuration event not taking effect #3121
- đ Fix the style of TreeSelect search box [
ee4cd3c](https://github.com/vueComponent/ant-design-vue/commit/ee4cd3c35a) - đ Fix Ts type error or missing problem
2.0.0-beta.13
2020-11-02
- đ Fix npm install error report #3080
- đ Fix Select maxPlaceHolder display error problem #3085
- đ Fix the pop-up component, the pop-up position is not updated #3085
- đ Fix the warning problem when Table data is empty #3082
- đ Fix Input display multiple borders in Form #3084
2.0.0-beta.12
2020-11-01
- đ Fix dist/antd.css missing component style issue #3069
- đ Fix Input style issue #3074
- đ Fix Form layout="vertical" style issue #3075
- đ Fix Select cannot open popup problem #3070
2.0.0-beta.11
2020-10-30
- đđđ Refactored Select and AutoComplete components, supports virtual lists, and greatly improves performance
- đĨđĨđĨ Use Typescript to refactor all components, type support is more friendly
- đĨ Optimize the underlying animation components, with better performance and smoother
- đ Textarea component added showCount to support word count function
- đ 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 Table component filter not supporting number type problem #3052
- đ Fix Table fixed column ellipsis not working issue #2916
- đ Fix Table custom expandIcon not taking effect #3013
- đ Fix the problem that TreeSelect cannot customize slot #2827
- đ Change Avatar's srcSet to srcset
2.0.0-beta.10
2020-09-24
- đ Update Vue dependency to release version
- đ Fix the problem that Menu does not collapse in Layout #2819
- đ Fix a warning issue when switching Tabs #2865
- đ Fix the problem that the input box does not trigger the change event when compositionend
- đ Fix the problem that the Upload button does not disappear #2884
- đ Fix upload custom method not working issue #2837
- đ Fix some ts type errors
2.0.0-beta.8
- đ Fix ts types error
2.0.0-beta.7
- đ Fix the problem that Descriptions Item does not support v-for #2793
- đ Fix Modal button loading effect not working problem 9257c1
- đ Fix the problem that the Steps component cannot be clicked when using v-model ec7309
- đ Checkbox, Radio add event declaration
- đ Fix ts type error 802446
2.0.0-beta.6
- đ Fix the problem that TreeSelectNode subcomponent TreeSelectNode is not registered
2.0.0-beta.5
- đĨ Support Vite.
2.0.0-beta.4
- đ Remove polyfills that are no longer used
- đ Fix the problem of calling
ModalafterClose twice - đ Supplement the declaration that ts type files lack native attributes
2.0.0-beta.3
- đĨ Support Typescript.
- đĨ Added
Spacecomponent. - đ Fix the problem that some components cannot use css scope 4bdb24.
- đ Fix
List.Metaregistration failure problem 03a42a - đ Fix the problem of misalignment in the fixed column of Table #1493
- đ Fix the problem that the
Buttonis not vertically centered bd71e3 - đ Fix
Tabsmultiple departurechangeevent issue 8ed937
2.0.0-beta.2
Design specification adjustment
- Adjust the row height from
1.5(21px) to1.5715(22px). - Basic round corner adjustment, changed from
4pxto2px. - The color brightness of the dividing line is reduced, from
#E8E8E8to#F0F0F0. - The default background color of Table is changed from transparent to white.
Compatibility adjustment
- The minimum supported version of Vue is Vue 3.0.
Adjusted API
-
Removed LocaleProvider, please use
ConfigProviderinstead. -
Removed the afterClose property of Tag.
-
Merged FormModel and Form, see the Form refactoring part below for details.
-
tabIndex,maxLength,readOnly,autoComplete,autoFocusare changed to all lowercase. -
In order to use the slot more friendly in template syntax, all related to xxxRender, renderXxxx are changed to single parameter, involving
itemRender,renderItem,customRender,dropdownRender,dateCellRender,dateFullCellRender,monthCellRender,monthFullCellRender,renderTabBar. -
All the places where scopedSlots are configured are changed to slots.
-
{ on, props, attrs, ... }configuration is flattened, such as{ props: {type:'xxx'}, on: {click: this.handleClick}}changed to{ type: 'xxx', onClick: this.handleClick }, related fields:okButtonProps,cancelButtonProps. -
Change xxx.sync to v-model:xxx
-
v-model is changed to v-model:xxx, which specifically involves components:
- The components changed from v-model to v-model:checked are: CheckableTag, Checkbox, Switch
- The components changed from v-model to v-model:value are: Radio, Mentions, CheckboxGroup, Rate, DatePicker
- The components changed from v-model to v-model:visible are: Tag, Popconfirm, Popove, Tooltip, Moda, Dropdown
- The components changed from v-model to v-model:activeKey are: Collaps, Tabs
- The components changed from v-model to v-model:current are: Steps
- The components changed from v-model to v-model:selectedKeys are: Menu
Icon Upgrade
In ant-design-vue@1.2.0, we introduced the svg icon (Why use the svg icon?). The icon API that uses string naming cannot be loaded on demand, so the svg icon file is fully introduced, which greatly increases the size of the packaged product. In 2.0, we adjusted the icon usage API to support tree shaking, reducing the default package size by approximately 150 KB (Gzipped).
The old way of using Icon will be obsolete:
<a-icon type="smile" /> <a-button icon="smile" />
In 2.0, an on-demand introduction method will be adopted:
<template>
<smile-outlined />
<a-button>
<template v-slot:icon><smile-outlined /></template>
</a-buttom>
</template>
<script>
import SmileOutlined from'@ant-design/icons-vue/SmileOutlined';
export default {
components: {
SmileOutlined
}
}
</script>
Component refactoring
In 1.x, we provide two form components, Form and FormModel. The original Form component uses v-decorator for data binding. In Vue2, we use context to force update components. However, in Vue3, due to the introduction of patchFlag, etc. Optimization method, forced refresh will destroy the performance advantage brought by patchFlag. So in version 2.0, we merged Form and FormModel, retained the use of FormModel, enriched related functions, and renamed it to Form.
Involving changes:
- Added
scrollToFirstError,name,validateTriggerproperties for Form, addedfinish,finishFailedevents, and addedscrollToFieldmethod. - Form.Item adds
validateFirst,validateTrigger, and discards thepropattribute, and replaces it withname. - The nested field path uses an array. In the past version, we used. To represent the nested path (such as user.name to represent {user: {name:''} }). However, in some back-end systems, the variable name will also carry .. This causes users to need additional codes for conversion. Therefore, in the new version, nested paths are represented by arrays to avoid wrong handling behaviors (such as ['user','name']).
- validateFields no longer supports callback. validateFields will return a Promise object, so you can perform corresponding error handling through async/await or then/catch. It is no longer necessary to determine whether errors is empty:
// v1
// eslint-disable-next-line no-undef,no-unused-vars
validateFields((err, value) => {
if (!err) {
// Do something with value
}
});
Change to
// v2
// eslint-disable-next-line no-undef,no-unused-vars
validateFields().then(values ââ=> {
// Do something with value
});
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