Skip to content

Commit e78ca51

Browse files
committed
docs: add 1.2.1 changelog
1 parent 9d35d80 commit e78ca51

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.en-US.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
## 1.2.1
6+
`2018-12-17`
7+
8+
- 🐞 Fix `Menu` flashing problem when scaling under `Layout`
9+
- 🐞 Fix `Icon` report Warning problem
10+
511
## 1.2.0
612
`2018-12-16`
713
### Synchronize with antd 3.10.x

CHANGELOG.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
## 1.2.1
6+
`2018-12-17`
7+
8+
- 🐞 修复`Menu``Layout`下伸缩时闪动问题
9+
- 🐞 修复`Icon`报Warning问题
10+
511
## 1.2.0
612
`2018-12-16`
713
### 与antd 3.10.x同步

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"dependencies": {
159159
"@ant-design/icons": "^1.1.15",
160-
"@ant-design/icons-vue": "^1.0.0",
160+
"@ant-design/icons-vue": "^1.0.1",
161161
"add-dom-event-listener": "^1.0.2",
162162
"array-tree-filter": "^2.1.0",
163163
"async-validator": "^1.8.2",
@@ -183,4 +183,4 @@
183183
"vue-ref": "^1.0.3",
184184
"warning": "^3.0.0"
185185
}
186-
}
186+
}

0 commit comments

Comments
 (0)