docs: add 1.2.1 changelog

pull/329/head
tangjinzhou 2018-12-17 21:18:54 +08:00
parent 9d35d80ca0
commit e78ca51604
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,12 @@
---
## 1.2.1
`2018-12-17`
- 🐞 Fix `Menu` flashing problem when scaling under `Layout`
- 🐞 Fix `Icon` report Warning problem
## 1.2.0
`2018-12-16`
### Synchronize with antd 3.10.x

View File

@ -2,6 +2,12 @@
---
## 1.2.1
`2018-12-17`
- 🐞 修复`Menu`在`Layout`下伸缩时闪动问题
- 🐞 修复`Icon`报Warning问题
## 1.2.0
`2018-12-16`
### 与antd 3.10.x同步

View File

@ -157,7 +157,7 @@
},
"dependencies": {
"@ant-design/icons": "^1.1.15",
"@ant-design/icons-vue": "^1.0.0",
"@ant-design/icons-vue": "^1.0.1",
"add-dom-event-listener": "^1.0.2",
"array-tree-filter": "^2.1.0",
"async-validator": "^1.8.2",
@ -183,4 +183,4 @@
"vue-ref": "^1.0.3",
"warning": "^3.0.0"
}
}
}