ant-design-vue/CHANGELOG.en-US.md

59 KiB
Raw Blame History

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.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 multiple mode. #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 Tabs not showing issue under safari 13 #2199
  • ๐Ÿž Fix the first input failure of Input under FireFox #2151
  • ๐Ÿž Fix Input cursor shift issue in Modal component #2207

1.5.4

2020-04-30

  • ๐ŸŒŸ DatePicker supports the align attribute and sets the popup position #1112f2
  • ๐ŸŒŸ DatePicker supports inputReadOnly attribute #138eae
  • ๐ŸŒŸ DatePicker TimePicker Calendar supports string-type binding values โ€‹โ€‹#718
  • ๐ŸŒŸ Table ConfigProvider adds transformCellText for transforming table rendering values, such as processing of empty data #2109
  • ๐ŸŒŸ FormModel added validateMessages attribute #2130
  • ๐ŸŒŸ Optimize pop-up window animation effect #bf52f73
  • ๐Ÿž Fix the tabBarGutter attribute of the Tabs component does not take effect #2083
  • ๐Ÿž Fix renderTabBar of Tabs component not working #2157
  • ๐ŸŒŸ Tabs component supports number 0 as key #2167
  • ๐Ÿž Fix the style of the Input.Search component is misaligned #2077
  • ๐Ÿž Fix the style misalignment of Slider component #2097
  • ๐Ÿž Fix Tree.TreeNode customTitle scope slot can not get selected status issue #2006
  • ๐Ÿž Fix SelectTree showSearch error when reporting #2082
  • ๐Ÿž Fix the inconsistent position of original dots in Badge dot state #2121

1.5.3

2020-04-13

  • ๐Ÿž Fix the problem that the content does not respond to updates when Dropdown visible is unchanged #81eb40

1.5.2

2020-04-09

  • ๐Ÿž Fix ts type of FormModel not introduced #1996
  • ๐Ÿž Fix DatePicker.WeekPicker type file error #2044
  • ๐Ÿž Fix "Tabs" tabClick event does not take effect #2030
  • ๐Ÿž Fix Table resize error issue #2033

1.5.1

2020-04-02

  • ๐Ÿž Fix PageHeader cannot hide backIcon #1987
  • ๐Ÿž Fix Pagination doesn't update when total changes #1989
  • ๐Ÿž Fix placeholder does not disappear when inputting TreeSelect in Chinese #1994
  • ๐Ÿž Fix Table customRender cannot customize class style #2004
  • ๐Ÿž Fix Form missing slot content when using Form.create #1998
  • ๐Ÿž Fix Textarea scroll bar flickering problem #1964
  • ๐ŸŒŸ Add ts type file of FormModel #1996
  • ๐ŸŒŸ Add modal destroyAll 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 overlay property to define drop-down menus.
    • ๐ŸŒŸ Added Breadcrumb.Separator component, you can customizeseparator.
  • ๐ŸŒŸ TreeSelect's showSearch supports multiple selection mode.
  • ๐ŸŒŸ Timeline.Item adds gray color type, which can be used in incomplete or invalid state.
  • ๐ŸŒŸ Modal supports closeIcon property for customizing the close icon.
  • Upload
    • ๐ŸŒŸ Upload provides previewFile property to customize the preview logic.
    • ๐ŸŒŸ Upload adds transformFile to support converting files before uploading.
    • ๐ŸŒŸ Upload supports previewing pictures in jfif format.
    • ๐ŸŒŸ Added showDownloadIcon property for displaying download icons.
  • ๐ŸŒŸ Input.Search adds loading property, which is used to display the loading status.
  • ๐ŸŒŸ Grid's gutter property adds support for vertical spacing. Now you can set an array 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 icon property to customize the icon.
  • Drawer
    • ๐ŸŒŸ Support afterVisibleChange property, which is triggered after the drawer animation is completed.
    • ๐ŸŒŸ Support ESC shutdown.
    • ๐ŸŒŸ Added keyboard, which allows the response to keyboard events to be turned on and off.
  • ๐ŸŒŸ TreeNode supports checkable property.
  • ๐ŸŒŸ Transfer supports children custom rendering list.
  • ๐ŸŒŸ Pagination supports disabled property.
  • ๐ŸŒŸ Steps support click to switch function.
  • Slider
    • ๐ŸŒŸ Support tooltipPlacement to define the location of the tip.
    • ๐ŸŒŸ Support getTooltipPopupContainer to allow custom container for the prompt.
    • ๐ŸŒŸ Flip trigger direction when Sider is on the right.
  • ๐ŸŒŸ Calendar supports headerRender to customize header.
  • ๐ŸŒŸ Carousel supports custom panel pointing point locations.
  • ๐ŸŒŸ Collapse supports expandIconPosition property.
  • ๐ŸŒŸ Popconfirm adds disabled props, which are used to control whether clicking child elements pop up.
  • ๐ŸŒŸ Select supports showArrow in multi-select mode.
  • ๐ŸŒŸ Collapse.Panel added extra.
  • Card
    • ๐ŸŒŸ Card component added tabBarExtraContent property.
    • ๐ŸŒŸ Card.Grid added a hoverable property to allow floating effects to be disabled.
  • ๐ŸŒŸ Anchor.Link adds target attribute.
  • ๐ŸŒŸ TimePicker added clearIcon prop for custom clear icon.
  • Form
    • ๐ŸŒŸ Support to configure the colon property directly on the Form.
    • ๐ŸŒŸ Support labelAlign property.
  • Table
    • ๐ŸŒŸ Table adds getPopupContainer property for setting various floating layer rendering nodes in the table.
    • ๐Ÿ’„ Adjust the style of the Table expand button.
    • ๐ŸŒŸ Added tableLayout property, supports setting the table'stable-layout layout, and enables tableLayout =" fixed " by default under fixed headers / columns, to solve the column alignment problem caused by the table layout automatically based on content .
    • ๐ŸŒŸ Added column.ellipsis to support automatic omission of cell contents.
    • ๐ŸŒŸ Added scroll.scrollToFirstRowOnChange property, which is used to set whether to scroll to the top of the table after page turning. ย ย -Filter filterDropdown Addedvisible parameter to get the display status of the drop-down box.
    • ๐ŸŒŸ The title method adds asortColumn parameter to get the currently sorted column. ย ย -Sort When sorting, the sorter parameter ofonChange will always contain column information.
  • ๐ŸŒŸ Tree component supports blockNode property.
  • ๐ŸŒŸ RangePicker adds separator definition.
  • Empty
    • ๐ŸŒŸ Empty supports the imageStyle property.
    • ๐ŸŒŸ Empty description supportsfalse.
    • ๐ŸŒŸ Empty Supports access to preset pictures via Empty.PRESENTED_IMAGE_DEFAULT andEmpty.PRESENTED_IMAGE_SIMPLE
  • ๐ŸŒŸ Badge supports custom colors.
  • ๐Ÿž Fix the problem that the label of Steps is not centered.
  • ๐Ÿž Fix cursor style problem of DatePicker and TimePicker.
  • ๐Ÿž Fix TreeSelect custom icon is invalid #1901
  • ๐Ÿž Fix Tabs keyboard left / right switching error #1947

1.4.12

2020-03-03

  • ๐Ÿž Fix ts type error of Modal component #1809

1.4.11

2020-02-12

  • ๐ŸŒŸ DirectoryTree adds custom switcherIcon function #1743
  • ๐ŸŒŸ Add draggable table column width example
  • ๐ŸŒŸ Replace this.$listeners of 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 Modal is opened #1472
  • ๐Ÿž Fix Drawer wrapStyle not working #1481
  • ๐Ÿž Fix InputNumber id mount position is incorrect #1477
  • ๐Ÿž Fix Tabs nextClick event does not fire #1489
  • ๐Ÿž Fix MonthPicker cannot be changed in open state #1510
  • ๐Ÿž Fix the issue that AutoComplete does not disappear when entering Chinese #1506
  • ๐Ÿž Fix the problem that the content cannot pop up when referencing different Vue variables 6362bf
  • ๐ŸŒŸ Table customRender Add a third column parameter #1513
  • ๐ŸŒŸ InputPassword adds focus and blur methods #1485
  • ๐Ÿž Fix Tooltip report error when using native html element #1519
  • ๐Ÿž Fix Menu report 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

  • ๐Ÿž Fix Menu not trigger click event #1470
  • ๐Ÿž Fix Tooltip not hide in keep-alive 16ec40

1.4.7

2019-11-27

  • ๐ŸŒŸ getPopupContainer ofConfigProvider Added popup context as the second parameter for uniform configuration of getPopupContainer inModal [7a3c88](https://github.com/vueComponent/ant-design -vue / commit / 7a3c881075)
  • ๐Ÿž Fix ConfigProvider reporting error in Vue 2.5 309baa
  • ๐Ÿž Fix Menu click event is triggered twice #1450
  • ๐Ÿž Fix incorrect width of input box in Select #1458
  • ๐Ÿž Fix Select the problem that placeholder does not disappear when inputting Chinese #1458
  • ๐ŸŒŸ Add the TS type declaration for the Comment component #1453

1.4.6

2019-11-20

  • ๐Ÿž Fix Cascader can't enter a space question #1427
  • ๐Ÿž Fix AutoComplete can't delete the last character #1429
  • ๐Ÿž Update dbclick in Tree's expandAction to dblclick #1437
  • ๐Ÿž Update dbclick in the Table document to dblclick #1437
  • ๐ŸŒŸ Add the TS type declaration for the Empty component #1439

1.4.5

2019-11-16

  • ๐ŸŒŸ Form support labelCol wrapperCol for setting layout #1365

  • ๐ŸŒŸ Input Select DatePicker trigger change event after input Chinese, reducing unnecessary performance consumption #1281

  • ๐Ÿž Fixed when the placeholder of Input Select is Chinese, the change event is automatically triggered under ie #1387

  • Tree

    • ๐ŸŒŸ Add the replaceFields field to customize the title children #1395
    • ๐ŸŒŸ update event doubleclick to dbclick 5e27ff
  • ๐Ÿž Fix Input Delete content under ie9 does not trigger change event #1421

  • ๐Ÿž Fix Dropdown disabled invalid problem #1400

  • ๐Ÿž Fix Select type error when lableInValue #1393

  • ๐Ÿž Fix Comment style question #1389

  • ๐Ÿž Fix Statistic Password TypeScript 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.Group triggers multiple change callback issues #1280
  • ๐Ÿž Fix Pagination keyup enter not work #1316

1.4.1

2019-10-17

  • ๐Ÿž fix Input.Password cannot use v-model #1306
  • ๐ŸŒŸ Optimize the clear button of Input to display the logic. #1296
  • ๐ŸŒŸ After click clear button, Input becomes the focus state.
  • ๐Ÿž 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 expandIcon to allow customization of Collapse icon.
  • ConfigProvider
    • ๐ŸŒŸ Support Content Security Policy (CSP) config.
    • ๐ŸŒŸ Support autoInsertSpaceInButton to remove space between 2 Chinese characters on Button.
  • Icon
    • ๐ŸŒŸ Icon component add aria-label prop to enhance accessibility.
    • ๐ŸŒŸ Add rotate to allow icon rotate as specified degrees.
    • ๐ŸŒŸ Add eye-invisible icon.
  • Input
    • ๐ŸŒŸ Add Input.Password.
    • ๐ŸŒŸ support allowClearใ€‚
  • Modal
    • ๐ŸŒŸ Add forceRender support.
    • ๐ŸŒŸ Add destroyAll method.
    • ๐ŸŒŸ Add icon to Modal.confirm/info/warning/error, iconType is deprecated.
    • ๐ŸŒŸ Add mask property support for Modal method.
    • ๐ŸŒŸ Add transitionName and maskTransitionName property support for Modal method.
    • ๐Ÿž Fix the problem that the mouse moves to the mask layer to close automatically #842
  • ๐ŸŒŸ Add small type Card component.
  • Form
    • ๐ŸŒŸ Add name option to Form.createใ€‚
    • ๐ŸŒŸ Add selfUpdate to improve performance #1049
    • ๐Ÿž Fix browser stuck when FormItem is passed through slot #1271
  • ๐ŸŒŸ Add switcherIcon prop to Tree.
  • Dropdown
    • ๐ŸŒŸ Dropdown.Button support href.
    • ๐ŸŒŸ Add openClassName.
  • Table
    • ๐ŸŒŸ Add prop sortDirections for Table and Table.Column.
    • ๐Ÿž Fixed Badge component display over the fixed table column.
    • ๐Ÿž Fixed rowSelection columnWidth doesn't work.
  • DatePicker
    • ๐ŸŒŸ Will read format as default format in locale if provided.
    • ๐ŸŒŸ Add new renderFooter API for DatePicker.
    • ๐Ÿž Fixed dateRender not supported at WeekPicker.
    • ๐Ÿž Fixed disabled button style in DatePicker panel.
    • ๐ŸŒŸ support prop renderExtraFooter in all mode.
    • ๐Ÿž Fixed month range display when start year equals end year.
  • TimePicker
    • ๐ŸŒŸ TimePicker support new prop popupStyle and new event amPmChange.
    • ๐Ÿž Fixed TimePicker Icon disappear when used with Input.Group.
    • ๐ŸŒŸ Deprecated allowEmpty prop and use allowClear instead. Sync style with DatePicker.
  • ๐ŸŒŸ Rate component support tooltips.
  • Upload
    • ๐Ÿ’„ Add new less var upload-picture-card-border-style and Fixed upload-picture-card-size typo.
    • ๐Ÿž Fixed dpg file type is not recognizable as image in Upload component.
  • Spin
    • ๐Ÿž Fix Spin style issue in IE 10.
  • Progress
    • ๐ŸŒŸ All types support successPercent prop.
  • Pagination
    • ๐Ÿž Fix ellipsis misalignment.
  • ๐Ÿž Fixed Radio style bug in Chrome.
  • ๐Ÿž Fixed Steps style issue on IE9.
  • ๐Ÿž Fixed nested Timeline last item missing line.
  • ๐Ÿž Fixed spin never shows up when delay got initially set.
  • ๐Ÿž Fix wave style issue in Edge.

1.3.17

2019-09-29

  • ๐ŸŒŸ Form adds the selfUpdate attribute to improve form performance #1049
  • Select
    • ๐Ÿž Fix keydown keyboard event invalidation
    • ๐Ÿž Fix arrow icon can't close pop-up question #1067
    • ๐Ÿž Fix IE browser to automatically close the problem #1223
    • ๐ŸŒŸ Add maxTagTextLength attribute #1217
  • ๐Ÿž Fixed an issue with 'TimePicker` input error #1176
  • ๐Ÿž Fix defaultVisible attribute invalidation problem for Tooltip component #1232
  • ๐Ÿž Fix Comment ConfigProvider TypeScript type definition problem.

1.3.16

2019-08-25

  • ๐Ÿž Fix Select component to uninstall component error when there is no input #1091
  • ๐Ÿž Fix Collapse error when no child element #1116
  • ๐Ÿž Fix TypeScript type definitions.

1.3.15

2019-08-17

  • ๐Ÿž Fix Select component cannot scroll under IE #999
  • ๐Ÿž Fix Form initialValue warning #1076
  • ๐Ÿž Fix Form error when verifying Number type #1090

1.3.14

2019-08-12

  • ๐Ÿž Fix MenuItem parsing array class incorrect question #1009
  • ๐Ÿž Fix an error when npm install #997
  • ๐Ÿž Fix Select component cannot scroll under IE #999
  • ๐Ÿž Fix Select component does not trigger focus event problem #999
  • ๐Ÿž Fix DropdownButton size attribute does not work #71b7c9
  • ๐Ÿž Fix Table component does not support vue 2.6 v-slot syntax problem #1058
  • ๐ŸŒŸ Popover add builtinPlacements attribute #1073
  • ๐ŸŒŸ Button support link type #1077
  • ๐ŸŒŸ Modal.confirm title and content support function #824

1.3.13

2019-07-22

  • ๐Ÿž Fix dist missing antd.less file problem #995

1.3.12

2019-07-22

  • ๐Ÿž package.json files add scripts

1.3.11

2019-07-22

  • Dropdown
    • ๐Ÿž Uodate disable style #912 #921
    • ๐Ÿž Fix SubMenu flashing problem #975
  • ๐ŸŒŸ AutoComplete Cascader DatePicker DropDown Select TimePicker add an instance of the popup reference popupRef f9373e
  • ๐Ÿž Fix DatePicker can not open when placeholder is chinese at ie 10 and 11 #865
  • ๐ŸŒŸ DatePicker add custom render trigger #957
  • ๐ŸŒŸ @ant-design/icons-vue update to ^2.0.0
  • ๐ŸŒŸ Icon add focusable="false" #924
  • ๐Ÿž Fix custom Form prompts for custom components. warning problem #915
  • ๐Ÿž Fix FormItem v-decorator error #930
  • ๐Ÿž Fixed an issue where the Upload component reported an error in form.resetFields() #929
  • ๐Ÿž Fix Select shows bounce problem #970
  • ๐Ÿž Fix TypeScript type definitions.

1.3.10

2019-06-11

  • ๐Ÿž Remove useless module.export of package. #850

1.3.9

2019-05-26

  • ๐Ÿž Fix TreeSelect without dataRef #712
  • ๐ŸŒŸ Tooltip add destroyTooltipOnHide to identify whether to destroy tooltip after hiding #727
  • ๐Ÿž Fix Avatar does not update the problem when setting src dynamically #731
  • ๐Ÿž Fix LocaleProvider change moment language does not work 28b7a6
  • ๐ŸŒŸ Modal.confirm add closable configuration #798
  • ๐Ÿž Fixed a problem when Select custom dropdownRender was not automatically closed #644
  • ๐Ÿž Fix the problem of removing Dom error under ie9, no need to introduce polyfill separately #705
  • ๐Ÿž Fix Input.Search repeat mount id problem #726
  • ๐Ÿž Fix Table does not work when customizing expandIcon using function form #751
  • ๐Ÿž Fix Icon extraCommonProps property does not work #737
  • ๐Ÿž Fix DirectoryTree expandAction="doubleclick" does not work #745

1.3.8

2019-04-04

  • ๐Ÿž Fix Table unclickable problem under IE #504
  • ๐Ÿž Fix Table Header is not aligned under Firefox #579
  • ๐ŸŒŸ Drawer Drawer add custom handel
  • ๐Ÿž Fix TypeScript type definitions.

1.3.7

2019-03-18

  • ๐Ÿž Fix Select selectedKeys type validation error #597

1.3.6

2019-03-17

  • ๐Ÿž Fix Select title attribute to display confusion #588
  • ๐Ÿž Fix InputSearch does not support slot mode customization addonAfter and addonBefore issues #581
  • ๐Ÿž Fix Input repeat class question #faf9ba
  • ๐Ÿž Fix Message Customize content by function does not work #554
  • ๐ŸŒŸ Cascader option.value supports String Number type #595
  • ๐Ÿž Fix some TypeScript definitions.

1.3.5

2019-02-23

  • ๐ŸŒŸ Optimize the Popover Popconfirm component arrow style.
  • ๐Ÿž Fix using autoprefixer 9.4.5 in postcss (vue-cli) will throw an error Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed. #471
  • Tree
    • ๐Ÿž Fixed growing space of Tree nodes.#502
    • ๐Ÿž Fixing the Tree node can't drag and drop the target node problem.#469
    • ๐Ÿ“ Update the document: Tree component dragxxx event changed to all lowercase.#467
  • ๐Ÿž Fix Modal.confirm class does 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 BreadcrmbItem ts 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 message not close When you configure maxcount.#428ใ€‚
  • ๐Ÿž Fix some component TypeScript definitions.#422ใ€‚
  • ๐ŸŒŸ The Anchor component add warpperClass wrapperStyle property.1aa42d
  • ๐Ÿ“ Update the document: form adds the preserve description, and the icon modifies the custom component reference document description.

1.3.2

2019-01-17

  • ๐Ÿž Fix Form reports an error when using the obsolete API autoCreateForm.#413ใ€‚
  • ๐Ÿž Fix Slider error when clicking mark. #407ใ€‚

1.3.1

2019-01-15

  • ๐Ÿž Fixed the Table component could not be scrolled under ie.ใ€‚#390ใ€‚
  • ๐Ÿž Fix Form does 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 srcSet prop that is a list of sources to use for different screen resolutions.
  • ๐ŸŒŸ Notification Added onClick prop that is called when the notification is clicked.
  • Transfer
    • ๐ŸŒŸ Added search event that is executed when search field are changed and deprecated searchChange event.
    • ๐ŸŒŸ Added disabled prop that whether disable transfer.
  • ๐ŸŒŸ Refactor Badge, support count as custom component.
  • Slider
    • ๐ŸŒŸ Added tooltipVisible prop that whether Tooltip will always show.
    • ๐ŸŒŸ Optimize the focus effect
    • ๐Ÿž Fix tooltip does not display the problem when focus through the keyboard tab.
    • ๐Ÿž Fix the hidden switch problem of Tooltip while dragging.
  • Calendar
    • ๐ŸŒŸ Support multiple date format.
    • ๐ŸŒŸ showSearch added limit prop that support limit filtered item count.
  • Table
    • ๐ŸŒŸ Added expandIcon prop that custom the default expand icon.
    • ๐ŸŒŸ customCell added index prop.
  • Select
    • ๐ŸŒŸ Added removeIconใ€clearIconใ€menuItemSelectedIcon prop๏ผŒallow setting removeใ€clearใ€menuItemSelected custom icons.
    • ๐ŸŒŸ Added dropdownRender prop that custom dropdown content.
    • ๐ŸŒŸ Added loading prop that indicate loading state.
  • ๐ŸŒŸ Optimize the display of the Button when it contains an Icon.
  • โšก๏ธ Refactor Tag component with less code and better performance.
  • ๐Ÿ’„ Added title prop that Menu.Item support tooltip title when collapsed.
  • ๐Ÿ’„ Chore Card header and loading UI.
  • ๐Ÿ’„ Optimized Spin wrapper styles and improve performance slightly.
  • ๐Ÿž Fix TextArea use resize observer to check textarea size.
  • ๐Ÿž Fix Tooltip in the disabled state, the style error problem.#389
  • ๐Ÿž Fix some component TypeScript definitions.

1.2.5

2019-01-06

  • ๐ŸŒŸ Add Typescript type file#250
  • ๐Ÿž Fix Icon component can't support static class and dynamic class problems at the same time#371

1.2.4

2018-12-29

  • ๐Ÿž Fix Select component does not trigger popupScroll event#350
  • ๐Ÿž Fixing the custom Icon component does not support class style issues.#351
  • ๐ŸŒŸ Tree TreeSelect supports key of number type. #343
  • ๐ŸŒŸ Tree components selectedKeys, expandedKeys support the .sync modifier.6373ce
  • TreeSelect
    • ๐ŸŒŸ treeExpandedKeys supports the .sync modifier.983318
    • ๐Ÿž Fix page scrolling issue when the first focus.139356
  • ๐Ÿž Remove the expansion animation when the Menu component is initialized.#338

1.2.3

2018-12-25

  • ๐Ÿ“ Remove Christmas egg.
  • ๐Ÿž Fix some components do not support array type class problem#322
  • ๐ŸŒŸ TreeSelect adds the treeExpandedKeys props and treeExpand event to control the expansion of the tree.
  • ๐Ÿž Fix the Tree component warning duplicate key question when using TreeNodeใ€‚

1.2.2

2018-12-19

  • ๐Ÿž Datepicker render footer twice question. #315
  • Menu
    • ๐Ÿž menu automatically close up to fit width in horizontal mode.aa1b24ใ€‚
    • ๐Ÿž menu first expand not animation in inline mode. d63935
    • ๐Ÿž flashing problem when change collapse = true and change openKeys=[]3393f0
  • ๐Ÿž Fix form validateStatus icon not work #321
  • ๐Ÿž Upload thumbnail icon broken styles f1e130
  • ๐Ÿž Icon support native event cffef3

1.2.1

2018-12-17

  • ๐Ÿž Fix Menu flashing problem when scaling under Layout
  • ๐Ÿž Fix Icon report Warning problem

1.2.0

2018-12-16

  • ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ replaced font icons with svg icons which bring benefits below:๏ผš
    • Complete offline usage of icon, no dependency of alipay cdn font icon file and no more empty square during downloading than no need to deploy icon font files locally either.
    • Much more display accuracy in lower-level screens.
    • Support multiple colors for icon.
    • No need to change built-in icons with overriding styles by providing more props in component.
    • ๐Ÿ˜“ But at the same time bring the problem that the bundle file is too big, related solutions and discussions can check the React version of ant-design issue.
    • ๐ŸŒŸ Add the theme attribute to set the theme style of the icon.
    • ๐ŸŒŸ Added component attribute, you can externally pass a component to customize the control rendering result.
    • ๐ŸŒŸ The twoToneColor property is added to control the theme color of the two-color icon.
    • ๐ŸŒŸ Added static methods Icon.getTowToneColor() and Icon.setTwoToneColor(...) to globally get and set the theme color of all two-color icons.
    • ๐ŸŒŸ The new static method Icon.createFromIconfontCN({...}) is added to make it easier to use icons hosted on iconfont.cn.
  • ๐Ÿ”ฅ Added a new component Skeleton.
  • ๐Ÿ”ฅ Menu will automatically close up to fit width in horizontal mode.
  • ๐Ÿ”ฅ The placement of the drawer supports top and bottom to accommodate more scenes.
  • ๐ŸŒŸ The following components add a suffixIcon prop, which is used to set the icon behind the input box. For details, please refer to the documentation.
    • Cascader
    • DatePicker
    • Select
    • TreeSelect
    • TimePicker
  • ๐ŸŒŸ Added Modal.open for optional icon dialog.
  • ๐ŸŒŸ Modal.info adds the configuration of getContainer.
  • ๐ŸŒŸ Improve RangePicker footer UI by merging them.
  • ๐ŸŒŸ The Anchor component adds onClick property.
  • ๐ŸŒŸ The Tab component adds the renderTabBar property.
  • ๐ŸŒŸ The Input component adds the select method.
  • ๐ŸŒŸ Steps adds the initial attribute.
  • ๐ŸŒŸ Upload adds openFileDialogOnClick prop to allow setting whether to open the upload dialog when the component is clicked.
  • ๐ŸŒŸ InputNumber adds decimalSeparator prop to allow setting a custom decimal.
  • ๐Ÿž Fix a lot of hidden bugs that have not yet been issued, and then not list them one by one.

1.1.10

2018-12-7

  • ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ In the 1.1.10 version, the Form component better supports the single-file tempalte syntax. In previous versions, complex component requirements were required to be implemented using JSX. In order to better use the automatic collection and validation of Form forms in the template, we have optimized the way components are used. All Demo files are refactored using the latest syntax. However, for the previous API, continue to support, you can not worry about the API changes, resulting in problems in the existing system.
<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 Steps component labelPlacement does not work #281
  • ๐Ÿž Fix the Timeline component style problem, add reverse mode props #8e37cd
  • Tree
    • ๐Ÿž Fix treeDefaultExpandedKeys does not work #284
    • ๐Ÿž Fixes the component not update when other array attributes such as expandedKeys selectedKeys changed by arrayโ€™s mutation methods. #239

1.1.9

2018-11-26

  • ๐Ÿž Fix the TreeSelect component getPopupContainer does not work #265
  • ๐Ÿž Fix Carousel component on-demand loading does not work #271
  • ๐Ÿž Fix Upload component remove event no return value problem #259

1.1.8

2018-11-11

  • Progress
    • ๐Ÿž Fix circle type does not support strokeColor problem #238
    • ๐Ÿž Add normal type #257
  • ๐Ÿž Fix Cascader component does not support getPopupContainer problem #257
  • ๐ŸŒŸ Tooltip support align #252

1.1.7

2018-10-27

  • ๐Ÿž Fix Cascader component type error problem #219
  • ๐Ÿž Fix Tree component custom Icon the callback parameter order error #223
  • ๐Ÿž Fix Table pagination trigger multiple change events when showSizeChange=true #228
  • ๐ŸŒŸ Optimize the Tabs component to add tabs to the visible area by default #215
  • ๐Ÿž Fix RadioGroup component does not support number 0 problem #226
  • ๐Ÿž Fix Slider component When setting zoom is not 1, the position error problem, some browsers need visualViewport Polyfill #227

1.1.6

2018-10-10

  • ๐Ÿž Fix Select component keyboard event error #217
  • ๐Ÿž Fix the Drawer component children update issue #209

1.1.4

2018-09-29

  • ๐Ÿ›  Refactor the vc-tree component and add a directory tree component
  • ๐Ÿž Fix tabs component property tabBarGutter does not work #205
  • ๐Ÿž Fix table component data synchronization error #202

1.1.3

2018-09-22

  • ๐ŸŽ‰ Optimize component registration methods, such as Vue.use(Form) a6620c
  • ๐Ÿž Select.Option component value property supports 0 #194
  • ๐Ÿž Fix Layout.Sider trigger button width does not work #201
  • ๐Ÿž Fix Menu When switching inlineCollapsed, there is no animation problem #200
  • ๐Ÿž Fix style problem in Steps dot mode #199

1.1.2

2018-09-17

  • ๐ŸŽ‰ Synchronize antd3.8.4 style
  • ๐ŸŒŸ Tag component adds visible attribute and wave effect
  • ๐Ÿž Fix the 'Cascader` component, the selected item is not expanded #195

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 Drawer component
  • ๐Ÿž Fix Spin content flicker problem #174
  • ๐Ÿž Fix RangePicker selection is not disabled #158
  • ๐Ÿž Fixed throw error when Form value was null #153
  • ๐Ÿž Fix the Modal subcomponent to repeat the mounted question #152
  • ๐Ÿž Fixed donot render after 'Transfer` search filter #148
  • ๐Ÿž Fixed multi-level Tabs component nesting causing size not 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 Select children not to update the problem #106
  • ๐Ÿž Fix Badge offset x y axis order error and support number type #99
  • ๐Ÿž Fix Input trigger input event problem when placeholder is Chinese in IE#92
  • ๐Ÿž Fix Avatar does not accept event issues #102
  • ๐Ÿž Fix grid.row gutter type error problem 4af03c4
  • ๐Ÿž Fix CheckboxGroup to report defaultValue warning in Form #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 Select component label does not update the problemda1b924
  • ๐Ÿ›  Corrected some documentation errors

1.0.1

2018-07-27

  • ๐ŸŒŸ Optimize Chinese input for Input components(just support v-model) 4a5154
  • ๐Ÿž Fix treeSelect treeData[i].children throw error when null#81
  • ๐Ÿž Fix Calendar change event call twice#82
  • ๐Ÿž Fix the description and title slot attribute of the Card component does not work#83
  • ๐Ÿž Fix dropdownClassName attribute of DataPicker component does not working02ab242

1.0.0

2018-07-21

  • ๐ŸŒŸ Add Carousel component edddbd
  • modify some error document

0.7.1

2018-07-17

  • ๐Ÿž fix Tooltip containing disabled button does not show and style#73
  • ๐Ÿž add Table panagation deep watch#b464c6

0.7.0

2018-07-11

  • ๐ŸŒŸ Add TreeSelect component
  • ๐ŸŒŸ Select add options, Easy to generate a selection list directly#37
  • ๐Ÿž Fix blur event error when using Select component in Tooltip#67
  • ๐Ÿž Modify the Upload component action attribute to optional#66

0.6.8

2018-07-05

  • ๐Ÿž Fix notification h is not defined#63
  • ๐Ÿž Fix Transfer local-provider miss titles#64

0.6.7

2018-07-03

  • ๐Ÿž Fix Form component cannot be updated when using template syntax#62

0.6.6

2018-07-03

  • ๐Ÿž Fix Upload type validation error issue and update related demo#61
  • ๐Ÿž Fix Upload image preview does not jump correctly1584b3

0.6.5

2018-07-01

  • ๐Ÿž Fix Select getPopupContainer not working #56
  • ๐Ÿž Fix Select popup position is not updated8254f7

0.6.4

2018-06-28

  • ๐Ÿž Fix InputSearch v-model return wrong value#53

0.6.3

2018-06-26

  • ๐Ÿž Fix Popover v-model not working#49

0.6.2

2018-06-24

  • ๐ŸŒŸ Form component data auto-checking support for template syntax7c9232
  • Select: ๐Ÿž add focus blur methods52f6f5
  • Radio
    • ๐Ÿž Fix Radiogroup disabled className9df74b
    • ๐Ÿž Fix autoFoucs focus blur mouseenter mouseleave not workingf7886c
  • TimePicker: ๐Ÿž Fix autoFoucs focus blur not working28d009

0.6.1

2018-06-17

  • ๐ŸŒŸ Add List Component
  • Table
    • ๐Ÿž Fix 'querySelectorAll error when updating height#33
    • ๐Ÿž fix defaultChecked not workingec1999
    • columns key support number type9b7f5c
  • Tooltip: ๐Ÿ›  update events API change to visibleChange
  • Textarea: ๐Ÿž Fix autoFoucs not working787927
  • InputSearch: ๐Ÿž Add focus blur methods3cff62
  • InputNumber: ๐Ÿž Fix autoFoucs not working88f165
  • DatePicker: ๐Ÿž Fix autoFoucs not working264abf
  • Cascader: ๐Ÿž Fix autoFoucs not workingbe69bd
  • Rate: ๐Ÿž Fix autoFoucs not working๏ผŒand blur errorc2c984
  • RangePicker: ๐Ÿž Fix value type check error problem228f44

0.6.0

2018-06-04

  • ๐ŸŒŸ Add Anchor Component
  • Table
    • ๐Ÿž Fix show emptyText problem when loading.spinning 17b9dc
    • ๐Ÿž Fixed header style not working #30
  • ๐Ÿž DatePicker: Fix the issue of change event repeatedly call when showTime is true 81ab82
  • ๐Ÿž InputNumber: Fix placeholder not working ce39dc

0.5.4

2018-05-26

  • ๐Ÿž Fix missing less file problem in dist directoryca084b9

0.5.3

2018-05-25

  • ๐Ÿž Fixed issue with building antd-with-locales.js containing test files90583a3

0.5.2

2018-05-25

  • ๐Ÿž Timeline: Fix duplicated loading component bug fa5141b
  • Transfer
    • ๐Ÿž Fix search box clear button does not work Problem 4582da3
    • ๐Ÿ’„ Override property change listener logic to avoid unnecessary 0920d23
  • ๐Ÿ’„ Select: Optimizing title display logic 9314957
  • Form
    • ๐Ÿž Fixed Form component directive error #20
    • ๐ŸŒŸ Maintain an ref for wrapped component instance, use wrappedComponentRef c5e421c
  • ๐Ÿž 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 dependencies and devDependencies, deleted unused packages, and added peerDependencies

0.5.1

2018-05-10

  • ๐Ÿž Table: Fix customRow events not working#16

0.5.0

2018-05-08

  • ๐ŸŒŸ Form: add Form component
  • ๐Ÿ’„ Upload.Dragger: Modify name name to a-upload-dragger
  • ๐Ÿž Upload: Fix name prop not working

0.4.3

2018-05-02

  • ๐Ÿž Fix component style loss problem
  • ๐ŸŒŸ site add babel-polyfill

0.4.2

2018-04-24

  • ๐Ÿž fix menu click bug

0.4.1

bug

  • Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions

0.4.0

Layout

  • add layout component

Others

0.3.1

Features