Skip to content

Commit e37cd25

Browse files
authored
release(0.7.0-beta.5): release (#1389)
1 parent 1ca1490 commit e37cd25

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

docs/changelog.zh-CN.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,40 @@ timeline: true
1212
* 主版本号:含有破坏性更新和新特性,不在发布周期内。
1313

1414
---
15+
## 0.7.0-beta.5
16+
17+
`2018.05.01`
18+
19+
`DatePicker` 主体工作已经完成,由于同时包含 `RangePicker``WeekPicker` 目前还剩余一些测试工作,大家可以追踪[PR](https://github.com/NG-ZORRO/ng-zorro-antd/pull/1254) 追踪进度
20+
21+
### TimePicker
22+
23+
- 新增 `TimePicker` 组件
24+
25+
### Tree
26+
27+
- 增加了更多的快捷使用方法及样例
28+
29+
### InputNumber
30+
31+
- 支持 `nzFormatter` 动态变更生效
32+
33+
### Mention
34+
35+
- 增加更多的例子
36+
37+
### Upload
38+
39+
- 修复 `Uplaod` 上传进度条展示
40+
41+
### 其他
42+
43+
- 修复文档及测试的部分问题
44+
1545
## 0.7.0-beta.4
1646

47+
`2018.04.12`
48+
1749
#### Mention
1850

1951
- 新增 Mention 组件
@@ -73,6 +105,8 @@ timeline: true
73105

74106
## 0.7.0-beta.3
75107

108+
`2018-03-26`
109+
76110
#### Tree
77111

78112
- 支持拖拽文件夹前 `beforeDrop` 进行确认的API

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-zorro-antd",
3-
"version": "0.7.0-beta.4",
3+
"version": "0.7.0-beta.5",
44
"license": "MIT",
55
"description": "An enterprise-class UI components based on Ant Design and Angular",
66
"scripts": {

0 commit comments

Comments
 (0)