27 KiB
27 KiB
Change Log
ant-design-vue strictly follows Semantic Versioning 2.0.0.
Release Schedule
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version for new features.
- Major version release is not included in this schedule for breaking change and new features.
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
Component features and styles are synchronized to antd version 3.11.6.
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
Synchronize with antd 3.10.x
- đĨđĨđĨ 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] (https://github.com/vueComponent/ant-design-vue/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