Skip to content

Commit b6152f1

Browse files
committed
add changelog
1 parent 9340794 commit b6152f1

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

CHANGELOG.en-US.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
---
4+
## 0.4.0
5+
6+
#### Layout
7+
8+
- add `layout` component
9+
10+
#### Others
11+
12+
- support use [Vue.use(antd)](https://github.com/vueComponent/ant-design/issues/3)
13+
14+
15+
## 0.3.1
16+
17+
#### Features
18+
19+
- first version, provide 45 [components](https://github.com/vueComponent/ant-design/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)

CHANGELOG.zh-CN.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 更新日志
2+
3+
---
4+
## 0.4.0
5+
6+
#### Layout
7+
8+
- 新增 Layout 组件
9+
10+
#### 其它
11+
12+
- 支持导入所有组件[Vue.use(antd)](https://github.com/vueComponent/ant-design/issues/3)
13+
14+
15+
## 0.3.1
16+
17+
#### Features
18+
19+
- 对外第一个版本,提供常用45个[组件](https://github.com/vueComponent/ant-design/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
20+

0 commit comments

Comments
 (0)