Add CHANGELOG, prepare for 0.7.0

This commit is contained in:
afc163 2015-07-21 10:44:43 +08:00
parent cbd61bb087
commit 2192c05e62
3 changed files with 6 additions and 1 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
## 0.7.0 (2015-07-21)
* 第一个公开版本,发布 `layout`、`iconfont`、`button`、`form`、`checkbox`、`radio`、`switch`、`slider`、`input-number`、`datepicker`、`select`、`tabs`、`steps`、`breadcrumb`、`collapse`、`pagination`、`modal`、`message`、`dropdown`、`popover`、`popconfirm`、`tooltip`、`progress`、`table` 等组件。
* 发布 [Ant Design 首页](http://ant.design/) 和入门文档。

View File

@ -32,6 +32,7 @@ React.render(<Datepicker />, mountNode);
- [组件](http://ant.design/components/)
- [构建调试工具](https://github.com/ant-design/antd-bin)
- [开发计划](https://github.com/ant-design/ant-design/issues/9)
- [修改记录](CHANGELOG.md)
- [React 模块](http://react-component.github.io/)
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "0.7.0-beta4",
"version": "0.7.0",
"title": "Ant Design",
"description": "一个设计&前端框架",
"homepage": "http://ant.design/",