Skip to content

Releases: vueComponent/ant-design-vue

1.4.4

30 Oct 09:19
Compare
Choose a tag to compare

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

  • 🌟 Progress format 支持 v-slot #1348
  • 🐞 修复 RangePicker 年份面板失效问题 #1321
  • 🐞 修复 Pagination simple 模式失效问题 #1333
  • 🐞 修复 AutoComplete 快速输入时闪动现象 #1327
  • 🐞 修复 Button loading 模式下不居中问题 #1337
  • 🐞 修复 Menu margin 间距重叠,以及导致的展开时卡顿问题 #873
  • 🐞 修复 Checkbox v-model 参数校验失败问题 #1356
  • 🐞 修复 Checkbox.Group 更新 value undefined 时报错问题 #1356

1.4.2

21 Oct 11:11
Compare
Choose a tag to compare

2019-10-21

  • 🐞 Fix Radio.Group triggers multiple change callback issues #1280
  • 🐞 Fix Pagination keyup enter not work #1316

  • 🐞 修复 Radio.Group 触发多次 change 回调问题 #1280
  • 🐞 修复 Pagination 输入框跳转无效问题 #1316

1.4.1

17 Oct 11:36
Compare
Choose a tag to compare

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

  • 🐞 修复 Input.Password 无法使用 v-model 的问题 #1306
  • 🌟 优化 Input 的清除按钮显示逻辑 #1296
  • 🌟 点击清除按钮后 Input 变为 focus 状态
  • 🐞 修复 ProgressstrokeWidth 属性失效问题 #1301
  • 🐞 修复 Radio.Group 触发多次 change 回调问题 #1280
  • 🐞 修复 Form initialValue 报错问题 #1291

1.4.0

14 Oct 09:09
Compare
Choose a tag to compare

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.

  • 🎉 新的组件 Empty,同时优化了各个组件的空数据状态样式!
  • 🎉 新增 Statistic 统计/倒计时组件。
  • 🎉 添加新的国际化资源北印度语(kn_IN)和坎那达语(kn_IN)。
  • 🌟 ConfigProvider 组件添加 prefixCls 属性。
  • Button
    • 🌟 Button 添加圆边形状。
  • Collapse
    • 🌟 新增 expandIcon 属性,允许用户自定义 Collapse 折叠图标。
  • ConfigProvider
    • 🌟 支持 Content Security Policy (CSP) 配置。
    • 🌟 提供 autoInsertSpaceInButton 属性以移除按钮中 2 个汉字时字间的空格。
  • DatePicker
    • 🌟 将会读取本地化格式配置作为默认日期格式。
  • Icon
    • 🌟 Icon 组件添加 aria-label 属性以提升无障碍体验。
    • 🌟 新增 rotate 属性,允许用户修改图标旋转角度。
    • 🌟 新增 Icon eye-invisible
  • Input
    • 🌟 添加 Input.Password 密码输入组件。
    • 🌟 支持 allowClear
  • Modal
    • 🌟 添加 forceRender 属性。
    • 🌟 添加 destroyAll 方法。
    • 🌟 Modal.confirm/info/warning/error 新增 icon 属性。原有的 iconType 废弃。
  • 🌟 Card 组件添加 small 类型。
  • Form
    • 🌟 添加 name 选项到 Form.create
    • 🌟 新增 selfUpdate 属性,用于提升表单性能 #1049
    • 🐞 修复当 FormItem 通过 slot 传递时浏览器卡死问题 #1271
  • 🌟 Tree 添加 switcherIcon 属性。
  • Dropdown
    • 🌟 Dropdown.Button 支持 href 属性。
    • 🌟 添加 openClassName 属性。
  • Table
    • 🌟 添加属性 sortDirections 到 Table 和 Table.Column。
    • 🐞 修复 Badge 组件遮盖 Table 固定列的问题。
    • 🐞 修复行选择器列的 columnWidth 设置不生效的问题。
  • DatePicker
    • 🌟 DatePicker component 添加 renderFooter 属性。
    • 🐞 修复 WeekPicker 不支持 dateRender 的问题。
    • 🐞 修复禁用按钮在 DatePicker 面板中的样式问题。
    • 🌟 在所有模式中支持 renderExtraFooter 属性。
    • 🐞 修复月份选择器在开始年份和结束年份相等时的显示问题。
  • TimePicker
    • 🌟 TimePicker 添加新的属性 popupStyle 和事件 amPmChange
    • 🐞 修复 TimePicker 在跟 Input.Group 一起使用时图标会消失的问题。
    • 🌟 废弃 allowEmpty 属性,改用 allowClear 替代。并与 DatePicker 统一样式。
  • 🌟 组件 Rate 支持 tooltips
  • Upload
    • 💄 添加新的 Less 变量 upload-picture-card-border-style 并修复 upload-picture-card-size 的拼写错误。
    • 🐞 修复在 Upload 组件中无法识别 dpg 后缀文件为图片的问题。
  • Modal
    • 🌟 Modal 函数组件新增 mask 属性支持。
    • 🌟 Modal 函数组件新增 transitionNamemaskTransitionName 属性支持。
    • 🐞 修复鼠标移动到遮罩层自动关闭的问题 #842
  • Spin
    • 🐞 修复 Table 在低版本 IE 中 spinning 会遮挡操作的问题。
  • Progress
    • 🌟 所有类型都支持 successPercent 属性。
  • Pagination
    • 🐞 修复省略号不居中的样式问题。
  • 🐞 修复 Radio 组件在 Chrome 下的样式问题。
  • 🐞 修复 Steps 组件在 IE9 下的样式问题。
  • 🐞 修复嵌套的 TimeLine 最后一条线丢失的问题。
  • 🐞 修复 Spin 组件初始设置 delay 属性后不显示的问题。
  • 🐞 修复水波纹在 Edge 下的样式问题。

1.3.17

30 Sep 09:42
Compare
Choose a tag to compare

2019-9-30

  • 🌟 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.

  • 🌟 Form 新增 selfUpdate 属性,用于提升表单性能 #1049
  • Select
    • 🐞 修复 keydown 键盘事件失效问题
    • 🐞 修复箭头图标无法关闭弹出框问题 #1067
    • 🐞 修复 IE 浏览器自动收起问题 #1223
    • 🌟 添加 maxTagTextLength 属性 #1217
  • 🐞 修复 TimePicker 输入时报错的问题 #1176
  • 🐞 修复 Tooltip 组件的 defaultVisible 属性失效问题 #1232
  • 🐞 修复 Comment ConfigProvider TypeScript 类型定义问题。

1.4.0-beta.0

23 Sep 13:01
Compare
Choose a tag to compare

2019-9-23


1.3.16

25 Aug 14:04
Compare
Choose a tag to compare

2019-8-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.

  • 🐞 修复 Select 组件在没有 input 时,卸载组件报错问题 #1091
  • 🐞 修复 Collapse 无子元素时报错问题 #1116
  • 🐞 修复 TypeScript 类型定义。

1.3.15

17 Aug 09:48
Compare
Choose a tag to compare

2019-8-17

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

  • 🐞 修复 Select 组件在 IE 下无法滚动问题 #999
  • 🐞 修复 Form initialValue 为空时报 warning 问题 #1076
  • 🐞 修复 Form 校验 Number 类型时错误问题 #1090

1.3.14

13 Aug 04:56
Compare
Choose a tag to compare

2019-8-13

  • 🐞 Fix MenuItem parsing array class incorrect question #1009
  • 🐞 Fix an error when npm install #997
  • 🐞 Fix Select component cannot scroll under IE [#999] (#999)
  • 🐞 Fix Select component does not trigger focus event problem [#999] (#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

  • 🐞 修复 MenuItem 解析数组 class 不正确问题 #1009
  • 🐞 修复 npm install 时报错问题 #997
  • 🐞 修复 Select 组件在 IE 下无法滚动问题 #999
  • 🐞 修复 Select 组件不触发 focus 事件问题 #999
  • 🐞 修复 DropdownButton size 属性不生效问题 #71b7c9
  • 🐞 修复 Table 组件不支持 vue 2.6 v-slot 语法问题 #1058
  • 🌟 Popover 添加 builtinPlacements 属性 #1073
  • 🌟 Button 支持 link 类型 #1077
  • 🌟 Modal.confirm title and content 支持 function

1.3.10

11 Jun 14:01
Compare
Choose a tag to compare

2019-6-11

  • 🐞 Remove useless module.export of package. #850

  • 🐞 移除打包后多余的 module.export #850