docs: add 1.1.7 changelog
parent
9481958119
commit
d0dda4838e
|
@ -2,6 +2,16 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.1.7
|
||||
|
||||
`2018-10-27`
|
||||
- 🐞 Fix `Cascader` component type error problem [#219](https://github.com/vueComponent/ant-design-vue/issues/219)
|
||||
- 🐞 Fix `Tree` component custom Icon the callback parameter order error [#223](https://github.com/vueComponent/ant-design-vue/issues/223)
|
||||
- 🐞 Fix `Table` pagination trigger multiple change events when `showSizeChange=true` [#228](https://github.com/vueComponent/ant-design-vue/issues/228)
|
||||
- 🌟 Optimize the `Tabs` component to add tabs to the visible area by default [#215](https://github.com/vueComponent/ant-design-vue/issues/215)
|
||||
- 🐞 Fix `RadioGroup` component does not support number 0 problem [#226](https://github.com/vueComponent/ant-design-vue/issues/226)
|
||||
- 🐞 Fix `Slider` component When setting zoom is not 1, the position error problem, some browsers need visualViewport Polyfill [#227](https://github.com/vueComponent/ant-design-vue/issues/227)
|
||||
|
||||
## 1.1.6
|
||||
|
||||
`2018-10-10`
|
||||
|
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.1.7
|
||||
|
||||
`2018-10-27`
|
||||
- 🐞 修复`Cascader`组件类型错误问题 [#219](https://github.com/vueComponent/ant-design-vue/issues/219)
|
||||
- 🐞 修复`Tree`组件自定义Icon时回调参数顺序错误问题 [#223](https://github.com/vueComponent/ant-design-vue/issues/223)
|
||||
- 🐞 修复`Table`组件多次触发翻页回调问题 [#228](https://github.com/vueComponent/ant-design-vue/issues/228)
|
||||
- 🌟 优化`Tabs`组件新增tab默认滚动到可视区域 [#215](https://github.com/vueComponent/ant-design-vue/issues/215)
|
||||
- 🐞 修复`RadioGroup`组件不支持数字0问题 [#226](https://github.com/vueComponent/ant-design-vue/issues/226)
|
||||
- 🐞 修复`Slider`组件当设置zoom不为1时,位置错误问题,部分浏览器需要visualViewport Polyfill [#227](https://github.com/vueComponent/ant-design-vue/issues/227)
|
||||
|
||||
## 1.1.6
|
||||
|
||||
`2018-10-10`
|
||||
|
|
Loading…
Reference in New Issue