Skip to content

Releases: vueComponent/ant-design-vue

1.1.4

29 Sep 09:12
Compare
Choose a tag to compare

2018-9-29

  • 🛠 Refactor the tree component and add a directory tree component
  • 🐞 Fix tabs component property tabBarGutter does not work #205
  • 🐞 Fix table component data synchronization error #202

  • 🛠 重构tree组件,并新增目录树组件
  • 🐞 修复tabs组件属性tabBarGutter不生效问题 #205
  • 🐞 修复table组件数据同步出错问题 #202

1.1.3

22 Sep 13:46
Compare
Choose a tag to compare

2018-9-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

  • 🎉 优化组件注册方式,如Vue.use(Form) a6620c
  • 🐞 Select.Option 组件value属性支持0 #194
  • 🐞 修复 Layout.Sider 折叠按钮宽度不生效问题 #201
  • 🐞 修复 Menu 切换inlineCollapsed时,纵向无动画问题 #200
  • 🐞 修复 Steps dot模式下样式问题 #199

1.1.2

17 Sep 13:42
Compare
Choose a tag to compare

2018-9-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

  • 🎉 同步antd3.8.4样式
  • 🌟 Tag组件新增visible属性及wave效果
  • 🐞 修复Cascader组件,已选中项未展开问题 #195

1.1.1

13 Sep 14:21
Compare
Choose a tag to compare

2018-9-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

  • 🐞 修复窗口大小改变导致弹窗位置错位问题 #184
  • 🐞 tabs容器添加自定义事件监听 #189
  • 🐞 修复通过API形式调用Modal窗口时,centered不生效问题 #183
  • 🐞 Slider marks支持{number: function}形式 #171

1.1.0

11 Sep 13:46
Compare
Choose a tag to compare

2018-9-11

  • 🎉 Synchronize components from 3.4.0 to antd 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

  • 🎉 从3.4.0同步组件到antd 3.8.2
  • 🌟 新增Drawer 抽屉组件
  • 🐞 修复Spin内容闪烁问题 #174
  • 🐞 修复RangePicker选择项未禁用问题 #158
  • 🐞 修复Form值为 null时报错问题 #153
  • 🐞 修复Modal子组件重复mounted问题 #152
  • 🐞 修复Transfer搜索过滤后不能正确显示问题 #148
  • 🐞 修复多级Tabs组件嵌套导致size不生效问题 #144
  • 🐞 修复TreeSelectsearchPlaceholder 不生效 #125
  • 🛠 其它未出现在issue中的问题,详见antd changelog

1.1.0-beta.0

05 Sep 13:37
Compare
Choose a tag to compare

2018-9-5


1.0.3

11 Aug 05:03
Compare
Choose a tag to compare

2018-8-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] (#102)
  • 🐞 Fix grid.row gutter type error problem 4af03c4
  • 🐞 Fix CheckboxGroup to report defaultValue warning in Form #110

  • 🐞 修复Select子元素不更新问题 #106
  • 🐞 修复Badge offset属性X Y轴顺序错误问题,并新增支持number类型 #99
  • 🐞 修复Input在ie下中文placeholder触发input事件问题 #92
  • 🐞 修复Avatar不接受事件问题 #102
  • 🐞 修复grid.rowgutter类型错误问题 4af03c4
  • 🐞 修复CheckboxGroupForm中报defaultValue warning问题 #110

1.0.2

04 Aug 11:02
Compare
Choose a tag to compare

2018-8-4

  • 🎉 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

  • 🎉 修改组件库名称为ant-design-vue
  • 🌟 官方站点支持IE9访问a8a5f8
  • 🐞 修复导出未定义变量引起的提醒问题#87
  • 🐞 修复部分组件类名重复问题b48bbac
  • 🐞 修复Select组件label不更新问题da1b924
  • 🛠 更正了若干文档错误

1.0.1

27 Jul 13:34
Compare
Choose a tag to compare

2018-7-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

  • 🌟 针对Input组件优化中文输入(仅在v-model绑定时生效) 4a5154
  • 🐞 修复TreeSelect treeeData[i].childrennull时报错问题#81
  • 🐞 修复Calendar组件的 change 事件触发两次的问题#82
  • 🐞 修复Card组件的descriptiontitle属性slot不生效问题#83
  • 🐞 修复DataPicker组件的dropdownClassName属性不生效问题02ab242

1.0.0

21 Jul 07:55
Compare
Choose a tag to compare

2018-7-21

  • 🌟 Add Carousel component edddbd
  • modify some error document

  • 🌟 新增Carousel 走马灯组件edddbd
  • 更正了若干文档错误