Skip to content

Commit

Permalink
feat: support 14
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomo.ajhd committed Nov 7, 2022
1 parent 2bba379 commit 0a67edc
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## Angular 支持

现在支持 Angular `^13.0.0`.
现在支持 Angular `^14.0.0`.

## 安装

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s

## Angular Support

Now Supports Angular `^13.0.0`.
Now Supports Angular `^14.0.0`.

## Installation

Expand Down
28 changes: 14 additions & 14 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"url": "https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues"
},
"dependencies": {
"@angular/animations": "^13.1.1",
"@angular/cdk": "^13.1.1",
"@angular/common": "^13.1.1",
"@angular/compiler": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/forms": "^13.1.1",
"@angular/platform-browser": "^13.1.1",
"@angular/platform-browser-dynamic": "^13.1.1",
"@angular/router": "^13.1.1",
"@angular/animations": "^14.2.8",
"@angular/cdk": "^14.2.6",
"@angular/common": "^14.2.8",
"@angular/compiler": "^14.2.8",
"@angular/core": "^14.2.8",
"@angular/forms": "^14.2.8",
"@angular/platform-browser": "^14.2.8",
"@angular/platform-browser-dynamic": "^14.2.8",
"@angular/router": "^14.2.8",
"@ant-design/icons-angular": "^13.0.1"
},
"devDependencies": {
"@angular/upgrade": "^13.1.1",
"@angular-devkit/build-angular": "^13.1.2",
"@angular/cli": "^13.1.2",
"@angular/compiler-cli": "^13.1.1",
"@angular/platform-server": "^13.1.1",
"@angular/upgrade": "^14.2.8",
"@angular-devkit/build-angular": "^14.2.7",
"@angular/cli": "^14.2.7",
"@angular/compiler-cli": "^14.2.8",
"@angular/platform-server": "^14.2.8",
"tslib": "^2.3.0",
"tslint": "~6.1.3",
"typescript": "~4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion components/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es5",
"target": "es2015",
"module": "es2015",
"sourceMap": true,
"moduleResolution": "node",
Expand Down
2 changes: 1 addition & 1 deletion components/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"target": "es5",
"target": "es2015",
"types": [
"jasmine",
"node"
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ timeline: true
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breadking change and new features.

## 7.0.0(2022-11-07)

### Features

- **all:** support Angular 14 ([#854](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pull/854)) ()

## 6.0.0(2022-01-10)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ timeline: true
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。

## 7.0.0(2022-11-07)

### Features

- **all:** 升级支持 Angular 14 ([#854](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pull/854)) ()

## 6.0.0(2022-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2015",
"types":[
"jasmine",
"node"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
Expand Down

0 comments on commit 0a67edc

Please sign in to comment.