Skip to content

Commit

Permalink
release(4.0.0): release 4.0.0 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Jan 4, 2021
1 parent d2d3cf5 commit ae75221
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 25 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/3.0.3...4.0.0) (2020-12-31)


### Bug Fixes

* **carousel:** fix when resize active slider error show ([#767](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/767)) ([a6ae246](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a6ae24679362b70e1f3dc4f5b6516c5b8cbeb46e))
* **pagination:** add disabled support ([#772](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/772)) ([d798cc9](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d798cc9c7c1ca508d9fdf3165825577451e1b814))
* **radio:** fix listitem can't click when not using list wraper ([#756](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/756)) ([9089a24](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/9089a247eebb631b48c24290f65febbbcf860ac8))
* **steps:** add current support ([#762](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/762)) ([60d6b54](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/60d6b54860b857c12fe08eea9c3aea4d9b84ed81))


### Features

* **all:** support Angular 11 ([#773](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/773)) ([7917100](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7917100cfc2d5c81ca18ddc47cbccd748e06de95))



## [3.0.3](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/3.0.2...3.0.3) (2020-10-21)


Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd-mobile",
"version": "3.0.3",
"version": "4.0.0",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ 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.

## 4.0.0(2020-12-31)

### Features

* **all:** support Angular 11 ([#773](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/773)) ([7917100](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7917100cfc2d5c81ca18ddc47cbccd748e06de95))

### Bug Fixes

* **carousel:** fix when resize active slider error show ([#767](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/767)) ([a6ae246](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a6ae24679362b70e1f3dc4f5b6516c5b8cbeb46e))
* **pagination:** add disabled support ([#772](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/772)) ([d798cc9](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d798cc9c7c1ca508d9fdf3165825577451e1b814))
* **radio:** fix listitem can't click when not using list wraper ([#756](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/756)) ([9089a24](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/9089a247eebb631b48c24290f65febbbcf860ac8))
* **steps:** add current support ([#762](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/762)) ([60d6b54](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/60d6b54860b857c12fe08eea9c3aea4d9b84ed81))

## 3.0.3(2020-10-21)

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

## 4.0.0(2020-12-31)

### Features

* **all:** 升级至 Angular 11 ([#773](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/773)) ([7917100](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7917100cfc2d5c81ca18ddc47cbccd748e06de95))

### Bug Fixes

* **carousel:** 修复激活slider尺寸自适应引发的错误 ([#767](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/767)) ([a6ae246](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/a6ae24679362b70e1f3dc4f5b6516c5b8cbeb46e))
* **pagination:** 增加 disabled 支持 ([#772](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/772)) ([d798cc9](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d798cc9c7c1ca508d9fdf3165825577451e1b814))
* **radio:** 修复不使用list wrapper时listitem无法点击的问题 ([#756](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/756)) ([9089a24](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/9089a247eebb631b48c24290f65febbbcf860ac8))
* **steps:** 增加 current 支持 ([#762](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/762)) ([60d6b54](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/60d6b54860b857c12fe08eea9c3aea4d9b84ed81))

## 3.0.3(2020-10-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"classlist.js": "^1.1.20150312",
"codecov": "^3.0.0",
"codelyzer": "^6.0.1",
"conventional-changelog-cli": "^2.0.1",
"conventional-changelog-cli": "^2.1.1",
"core-js": "^2.5.4",
"fs-extra": "~7.0.1",
"husky": "^2.1.0",
Expand Down
18 changes: 6 additions & 12 deletions scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ export class AppComponent implements OnInit, AfterViewInit {
docsearch = null;
kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN';
language = 'zh';
versionList = ['0.12.x', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '2.0.1', '2.0.3', '2.0.7', '3.0.3'];
versionList = ['0.12.x', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '2.0.1', '2.0.3', '2.0.7', '3.0.3', '4.0.0'];
versionMap = {
'0.12.x': '0.12.5',
'1.0.1': '1.0.11',
'1.0.2': '1.0.2',
'1.0.3': '1.0.3',
'1.0.4': '1.0.4',
'1.0.5': '1.0.51',
'1.0.6': '2001.0.6',
'2.0.1': '2.0.100',
'2.0.3': '2012.0.3',
'2.0.7': '2012.0.7',
'3.0.3': '2013.0.3'
'1.x': '2001.0.6',
'2.x': '2012.0.7',
'3.0.3': '2013.0.3',
'4.0.0': '2014.0.0'
};
currentVersion = '3.0.3';
currentVersion = '4.0.0';
isHomeURL = true;
isKitchenURL = false;
demoTitle = '';
Expand Down
22 changes: 11 additions & 11 deletions scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,19 +340,19 @@ export class AppModule { }
description: 'Created with <3 by the StackBlitz SDK!',
template: 'angular-cli',
dependencies: {
'@angular/animations': '^10.0.14',
'@angular/cdk': '^10.1.3',
'@angular/common': '^10.0.14',
'@angular/compiler': '^10.0.14',
'@angular/core': '^10.0.14',
'@angular/forms': '^10.0.14',
'@angular/platform-browser': '^10.0.14',
'@angular/platform-browser-dynamic': '^10.0.14',
'@angular/router': '^10.0.14',
'@ant-design/icons-angular': '^10.0.1',
'@angular/animations': '^11.0.5',
'@angular/cdk': '^11.0.3',
'@angular/common': '^11.0.5',
'@angular/compiler': '^11.0.5',
'@angular/core': '^11.0.5',
'@angular/forms': '^11.0.5',
'@angular/platform-browser': '^11.0.5',
'@angular/platform-browser-dynamic': '^11.0.5',
'@angular/router': '^11.0.5',
'@ant-design/icons-angular': '^11.0.1',
'rxjs': '~6.6.2',
'zone.js': '~0.10.2',
'ng-zorro-antd-mobile': '3.0.3'
'ng-zorro-antd-mobile': '4.0.0'
},
tags: ['stackblitz', 'sdk']
});
Expand Down

0 comments on commit ae75221

Please sign in to comment.