Skip to content

Releases: vueComponent/ant-design-vue

1.1.7

27 Oct 09:46
Compare
Choose a tag to compare

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

  • 🐞 修复Cascader组件类型错误问题 #219
  • 🐞 修复Tree组件自定义Icon时回调参数顺序错误问题 #223
  • 🐞 修复Table组件多次触发翻页回调问题 #228
  • 🌟 优化Tabs组件新增tab默认滚动到可视区域 #215
  • 🐞 修复RadioGroup组件不支持数字0问题 #226
  • 🐞 修复Slider组件当设置zoom不为1时,位置错误问题,部分浏览器需要visualViewport Polyfill #227

1.1.6

10 Oct 07:23
Compare
Choose a tag to compare

2018-10-10

  • 🐞 Fix Select component keyboard event error #217
  • 🐞 Fix the Drawer component children update issue #209

  • 🐞 修复Select组件键盘事件报错问题 #217
  • 🐞 修复Drawer组件children更新问题 #209

1.1.5

10 Oct 06:37
Compare
Choose a tag to compare
1.1.5 Pre-release
Pre-release
bump 1.1.5

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