Skip to content

Commit

Permalink
releases: 1.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed May 13, 2018
1 parent e2bf223 commit e9b864a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/changelog-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ type: Other

Angular6(后面简称:v6)受限于 Angular Cli 的 BUG,需要额外的操作才能使 zorro 在 v6 中使用;且升级的核心在于 `.angular-cli.json``rxjs` 两部分。

**注意:** 所有 `v6` 相关版本将统一以 `1.0.1-beta.*` 发布,以防止类库在 v5 之前由于 bug 修复导致版本混乱控制。同时,未来第一个 `1.0` 版本也将从 `1.0.1` 开始;当然 `master` 分支下将保持最新。
**注意:注意:注意:**

**注意:注意:注意:** 在你升级之前请先 **务必** 再三确认引用的第三方类库是否已经支持 v6,再考虑升级。
- 所有 `v6` 相关版本将统一以 `1.0.1-beta.*` 发布,以防止类库在 v5 之前由于 bug 修复导致版本混乱控制。同时,未来第一个 `1.0` 版本也将从 `1.0.1` 开始;当然 `master` 分支下将保持最新。
- 在你升级之前请先 **务必** 再三确认引用的第三方类库是否已经支持 v6,再考虑升级。
- `@delon/cli` 不支持 v6,后续会有 `ng add` 支持
- v6 相关变更分为两个 Commit,可以根据他们了解具体的变更内容
- 主要结构:[7927d4](https://github.com/cipchk/ng-alain/commit/6713c4)
- 示例页:[47a458](https://github.com/cipchk/ng-alain/commit/47a458)

## 移除的部分

Expand Down Expand Up @@ -68,6 +73,10 @@ v6 的文件结构有点小调整,虽然不影响,但你依然需要知道

`angular.json` 是由 `.angular-cli.json` 转换而来的,实质的内容依然还是 `.angular-cli.json`,只是换了另一种写法,且更啰嗦,有关细节我不细说,一般通过 `ng update` 得到的是可用的。

一些细节:

- 移除 `@delon/cli` 相关的 `schematics` 节点

### 6、less 的修复

antd 的 less 文件有点反人类,而 Angular cli 目前又有一个小BUG导致,无法编译 ng-zorro-antd 样式,你可以在 `package.json``scripts` 节点增加:
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ title:
type: Other
---

### 1.0.1-beta.1@next

`2018-5-14`

- 支持 Angular6,见[升级指引](/docs/changelog-v6)

### 1.0.0-beta.10@next

`2018-5-11`
Expand Down
2 changes: 1 addition & 1 deletion scaffold

0 comments on commit e9b864a

Please sign in to comment.