doc: update changelog

This commit is contained in:
tangjinzhou 2019-10-09 22:27:11 +08:00
parent 850daec6ea
commit ef16772a80

View File

@ -67,6 +67,7 @@
- Modal
- 🌟 Modal 函数组件新增 `mask` 属性支持。
- 🌟 Modal 函数组件新增 `transitionName``maskTransitionName` 属性支持。
- 🐞 修复鼠标移动到遮罩层自动关闭的问题 [#842](https://github.com/vueComponent/ant-design-vue/issues/842)
- Spin
- 🐞 修复 Table 在低版本 IE 中 spinning 会遮挡操作的问题。
- Progress