Skip to content

Commit 3d1c8b6

Browse files
authored
chore(release): release 16.0.0 (#7969)
* chore(release): release 16.0.0 * chore(release): release 16.0.0
1 parent 0bacd89 commit 3d1c8b6

File tree

12 files changed

+93
-55
lines changed

12 files changed

+93
-55
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [16.0.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/15.1.0...16.0.0) (2023-05-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **date-picker:** ng-untouched when loose focus ([#7922](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7922)) ([9ebcf72](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ebcf72bde75b735c0798bc66bb62226b7f29536))
7+
* **date-picker:** week number error when cross years ([#7923](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7923)) ([e7f9538](https://github.com/NG-ZORRO/ng-zorro-antd/commit/e7f953822133ce31d2523a48766dfe6572f95430))
8+
* **datepicker:** ngModel not update ([#7948](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7948)) ([100796c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/100796c74cd75de9cebbf89cb58f4bf3cc58b746))
9+
* **slider:** the first disable is invalid ([#7947](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7947)) ([ad2faf4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/ad2faf4c67cb6e7bc1b12646d0ceb9153a59d75c)), closes [#7943](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7943)
10+
11+
12+
113
# [15.1.0](https://github.com/NG-ZORRO/ng-zorro-antd/compare/15.0.2...15.1.0) (2023-04-02)
214

315

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"@angular/platform-browser": "^16.0.0",
4040
"@angular/router": "^16.0.0"
4141
}
42-
}
42+
}

components/version/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
import { Version } from '@angular/core';
77

8-
export const VERSION = new Version('15.1.0');
8+
export const VERSION = new Version('16.0.0');

docs/changelog.en-US.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ timeline: true
1313
* Major version release is not included in this schedule for breaking change and new features.
1414

1515
---
16+
## 16.0.0
17+
18+
`2023-05-31`
19+
20+
### Install ng-zorro-antd
21+
22+
```bash
23+
$ cd PROJECT-NAME
24+
25+
```
26+
27+
### Bug Fixes
28+
29+
* **date-picker:** ng-untouched when loose focus ([#7922](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7922)) ([9ebcf72](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ebcf72bde75b735c0798bc66bb62226b7f29536))
30+
* **date-picker:** week number error when cross years ([#7923](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7923)) ([e7f9538](https://github.com/NG-ZORRO/ng-zorro-antd/commit/e7f953822133ce31d2523a48766dfe6572f95430))
31+
* **datepicker:** ngModel not update ([#7948](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7948)) ([100796c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/100796c74cd75de9cebbf89cb58f4bf3cc58b746))
32+
* **slider:** the first disable is invalid ([#7947](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7947)) ([ad2faf4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/ad2faf4c67cb6e7bc1b12646d0ceb9153a59d75c)), closes [#7943](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7943)
33+
34+
1635
## 15.1.0
1736

1837
`2023-04-02`

docs/changelog.zh-CN.md

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

1515
---
16+
## 16.0.0
17+
18+
`2023-05-31`
19+
20+
### 安装 ng-zorro-antd
21+
22+
> 对于 `standalone` 模式请手动参考文档添加
23+
24+
```bash
25+
$ cd PROJECT-NAME
26+
27+
```
28+
29+
### Bug Fixes
30+
31+
* **date-picker:** 修复 `ng-untouched` 问题 ([#7922](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7922)) ([9ebcf72](https://github.com/NG-ZORRO/ng-zorro-antd/commit/9ebcf72bde75b735c0798bc66bb62226b7f29536))
32+
* **date-picker:** 修复跨年选择周期显示不正确问题 ([#7923](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7923)) ([e7f9538](https://github.com/NG-ZORRO/ng-zorro-antd/commit/e7f953822133ce31d2523a48766dfe6572f95430))
33+
* **datepicker:** 修复 `ngModel` 未更新问题 ([#7948](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7948)) ([100796c](https://github.com/NG-ZORRO/ng-zorro-antd/commit/100796c74cd75de9cebbf89cb58f4bf3cc58b746))
34+
* **slider:** 修复首个禁用失效问题 ([#7947](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7947)) ([ad2faf4](https://github.com/NG-ZORRO/ng-zorro-antd/commit/ad2faf4c67cb6e7bc1b12646d0ceb9153a59d75c)), closes [#7943](https://github.com/NG-ZORRO/ng-zorro-antd/issues/7943)
35+
36+
1637
## 15.1.0
1738

1839
`2023-04-02`

docs/join.zh-CN.md

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
11
---
22
order: 16
3-
title: 加入我们
3+
title: 社区招募
44
---
55

6-
阿里云开源大数据平台前端团队是阿里巴巴大数据技术体系的核心团队,以 Apache Flink 为核心打造的大数据实时计算平台,我们的技术团队围绕开源技术体系构建,包括来自 Apache Flink / Hadoop / HBase / Kafka / Hive / Zeppelin 等顶级开源项目的十几位 PMC / Committer 成员。
6+
NG-ZORRO 经过多年发展,受到的许多开发者的青睐帮助,目前已成为年下载量超 **300+** 万的组件库。
7+
在此感谢每一位参与社区推广与开发的同学,以及每一位 NG-ZORRO 用户!
78

8-
## 高级前端工程师/前端开发专家(P6/P7)
9+
## 求贤若渴
10+
为了更好地提升 NG-ZORRO 的用户体验,我们也期望更多的同学能够参与到组件库的日常开发与社区答疑,
11+
来帮助 NG-ZORRO 快速支持更多用户期待的功能开发与问题修复。
12+
<br>
13+
对于有意愿长期参与社区工作的同学,我们也会将各位加入到社区 Member 中来,共同管理 PR 及 Issue 答疑。
914

10-
#### 工作职责
11-
- 深度参与 Ant Design / NG-ZORRO 等 Github 顶级前端开源项目
12-
- 支持阿里巴巴开源大数据平台多个商业化产品的前端开发工作,负责模块编写及架构设计
13-
- 基于业务优化前端开发方式及协作流程,优化提升工作效率的前端开发工具或者基础设施建设
14-
- 关注前端前沿技术研究,通过新技术服务团队和业务,提升产品的用户体验
15-
16-
#### 岗位要求
17-
- 3 年以上前端开发经验,能熟练使用常见类库或框架,具备一定的团队辅导能力
18-
- 熟练掌握 React 、Angular 、Vue 任一前端框架,并具备商业化项目开发经验
19-
- 熟练掌握 CSS3 、HTML5 、ES6 、Gulp 、Webpack 等规范和技术
20-
- 具备较好的英文阅读和听写能力,对前端技术有持续的热情,个性乐观开朗,逻辑性强,善于和各种背景的人合作
21-
22-
## 前端开发实习(2024届毕业生)
23-
24-
#### 工作职责
25-
- 深度参与 Ant Design / NG-ZORRO 等 Github 顶级前端开源项目
26-
- 参与 Apache Flink 顶级项目开发与建设
27-
- 与国际化团队协作建设实时计算平台
28-
29-
#### 岗位要求
30-
- 计算机、通信、数学等相关专业, 有较好的数据结构及算法功底
31-
- 熟悉 CSS3、HTML5、ES6、Webpack 等规范和技术
32-
- 熟悉 Angular / Vue / React 等任意一种前端框架
33-
- 良好的英文能力
34-
35-
36-
工作地点:杭州<br>
37-
简历投递:simplejason.coder#gmail.com
15+
## 欢迎咨询
16+
任何疑问可咨询:simplejason.coder#gmail.com
17+
<br>
18+
也可进钉钉群进行咨询,再次感谢每一位同学的努力与付出。
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
---
22
order: 15
3-
title: v15 Migration Guide
3+
title: v16 Migration Guide
44
toc: false
55
---
66

7-
This document will help you upgrade from `ng-zorro-antd` 14.x version to 15.x version.
7+
This document will help you upgrade from `ng-zorro-antd` 15.x version to 16.x version.
88

99
## Before upgrade
1010

11-
1. Make sure `Node.js` >= `14.20.0` or >= `16.13.0` or >= `18.10.0`.
11+
1. Make sure `Node.js` >= `16.13.0` or >= `18.10.0`.
1212
2. Create a new branch, or use other methods to back up the current project.
1313
3. Delete the package-lock.json file.
1414

1515
### 1.Upgrade dependencies
1616

17-
- Upgrade Angular to 15.x version, ref [https://update.angular.io/](https://update.angular.io/).
17+
- Upgrade Angular to 16.x version, ref [https://update.angular.io/](https://update.angular.io/).
1818
- Run `ng update @angular/cdk`, if you have used `@angular/cdk`.
1919

2020
### 2.Upgrade NG-ZORRO
2121

22+
> For projects built in `standalone`, you need to update `ng-zorro-antd` manually
23+
2224
- Run `ng update ng-zorro-antd`.
2325
- If any warning messages appear in the console, follow the prompts to modify the corresponding code.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
order: 15
3-
title: v15 升级指南
3+
title: v16 升级指南
44
toc: false
55
---
66

7-
本文档将帮助你从 `ng-zorro-antd` 14.x 版本升级到 15.x 版本。
7+
本文档将帮助你从 `ng-zorro-antd` 15.x 版本升级到 16.x 版本。
88

99
## 开始之前
1010

11-
1. 首先确保你 `Node.js` >= `14.20.0` 或 >= `16.13.0` 或 >= `18.10.0`
11+
1. 首先确保你 `Node.js` >= `16.13.0` 或 >= `18.10.0`
1212
2. 创建新的分支,或者使用其他方式备份当前项目
1313
3. 删除项目下 package-lock.json 文件
1414

1515
## 升级步骤
1616

1717
### 1. 升级相关依赖
1818

19-
- 前往 [https://update.angular.io/](https://update.angular.io/) 将项目升级到 Angular 15
19+
- 前往 [https://update.angular.io/](https://update.angular.io/) 将项目升级到 Angular 16
2020
- 如果你有单独使用 `@angular/cdk` 请执行 `ng update @angular/cdk`
2121

2222
### 升级 NG-ZORRO
2323

24+
> 注意:对于 `standalone` 模式的项目可能无法通过命令添加,请手动升级 `ng-zorro-antd` 版本
25+
2426
- 运行 `ng update ng-zorro-antd`
2527
- 如果控制台出现警告消息请按提示修改对应代码

schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schematics": {
44
"migration-v16": {
55
"version": "16.0.0-0",
6-
"description": "Updates NG-ZORRO to v16 [https://github.com/NG-ZORRO/ng-zorro-antd/issues/7726]",
6+
"description": "Updates NG-ZORRO to v16 [https://github.com/NG-ZORRO/ng-zorro-antd/issues/7929]",
77
"factory": "./ng-update/index#updateToV16"
88
},
99
"ng-post-update": {

scripts/prerender/route-paths.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
/docs/introduce/zh
152152
/docs/join/en
153153
/docs/join/zh
154-
/docs/migration-v15/en
155-
/docs/migration-v15/zh
154+
/docs/migration-v16/en
155+
/docs/migration-v16/zh
156156
/docs/recommendation/en
157157
/docs/recommendation/zh
158158
/docs/schematics/en

0 commit comments

Comments
 (0)