Skip to content

Commit

Permalink
release(6.0.0): release 6.0.0 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
xcLtw authored Jan 10, 2022
1 parent 13b7df6 commit b675932
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [6.0.0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/5.0.1...6.0.0) (2022-01-10)


### Bug Fixes

* **inputitem:** type allows text ([#818](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/818)) ([c0695e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c0695e7d184ddf494b2ead47ad86257caac5da5c))
* **showcase:** fix missing older documents ([#822](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/822)) ([e461731](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/e4617311efe0c56f85142af2697068587edc954f))
* **showcase:** fix the problem that the pop-up code is not displayed ([#814](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/814)) ([887b438](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/887b438cdbd79c63af4ec00dc7644f8159c07707))


### Features

* **all:** support angular 13 ([#829](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/829)) ([7e213e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7e213e768e33c5919440772f212012e3197f8d36))
* **dependencies:** downgrade karma version to avoid shield color bug ([#830](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/830)) ([13b7df6](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/13b7df6432ecf57f50ae26fcffa5386401045fe7))



## [5.0.1](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/5.0.0...5.0.1) (2021-11-26)


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": "5.0.1",
"version": "6.0.0",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
18 changes: 15 additions & 3 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,28 @@ 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.

## 5.0.1(2021-11-26)
## 6.0.0(2022-01-10)

### Bug Fixes

* **all:** fix ios style exception ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))
- **inputitem:** type allows text ([#818](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/818)) ([c0695e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c0695e7d184ddf494b2ead47ad86257caac5da5c))
- **showcase:** fix missing older documents ([#822](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/822)) ([e461731](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/e4617311efe0c56f85142af2697068587edc954f))
- **showcase:** fix the problem that the pop-up code is not displayed ([#814](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/814)) ([887b438](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/887b438cdbd79c63af4ec00dc7644f8159c07707))

### Features

- **all:** support angular 13 ([#829](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/829)) ([7e213e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7e213e768e33c5919440772f212012e3197f8d36))
- **dependencies:** downgrade karma version to avoid shield color bug ([#830](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/830)) ([13b7df6](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/13b7df6432ecf57f50ae26fcffa5386401045fe7))

## 5.0.1(2021-11-26)

### Bug Fixes

- **all:** fix ios style exception ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))

### Features

* **modal:** Modal.operation support maskClosable params ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))
- **modal:** Modal.operation support maskClosable params ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))

## 5.0.0(2021-08-06)

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

## 5.0.1(2021-11-26)
## 6.0.0(2022-01-10)

### Bug Fixes

* **all:** 修复 ios 异常样式 ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))
- **inputitem:** 修复 inputItem 无法回到 text 类型 ([#818](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/818)) ([c0695e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c0695e7d184ddf494b2ead47ad86257caac5da5c))
- **showcase:** 修复旧版本文档无法访问异常 ([#822](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/822)) ([e461731](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/e4617311efe0c56f85142af2697068587edc954f))
- **showcase:** 修复官网示例弹窗代码不展示异常 ([#814](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/814)) ([887b438](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/887b438cdbd79c63af4ec00dc7644f8159c07707))

### Features

- **all:** 升级支持 Angular 13 ([#829](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/829)) ([7e213e7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/7e213e768e33c5919440772f212012e3197f8d36))
- **dependencies:** 降低 karma 版本到 5.0.0 避免 colors 的异常 ([#830](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/830)) ([13b7df6](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/13b7df6432ecf57f50ae26fcffa5386401045fe7))

## 5.0.1(2021-11-26)

### Bug Fixes

- **all:** 修复 ios 异常样式 ([#810](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/810)) ([99c8e52](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/99c8e52f8906c89cf17ba5a325b99a4815620e99))

### Features

* **modal:** Modal.operation 支持 maskClosable 参数 ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))
- **modal:** Modal.operation 支持 maskClosable 参数 ([#804](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/804)) ([00b9e69](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/00b9e693682038f5e4452e1b4d85b44215679b5d))

## 5.0.0(2021-08-06)

Expand Down
7 changes: 4 additions & 3 deletions scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ 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.6', '2.0.7', '3.0.3', '4.0.0', '5.0.1'];
versionList = ['0.12.x', '1.0.6', '2.0.7', '3.0.3', '4.0.0', '5.0.1', '6.0.0'];
versionMap = {
'0.12.x': '0.12.5',
'1.0.6': '2001.0.6',
'2.0.7': '2012.0.7',
'3.0.3': '2013.0.3',
'4.0.0': '2014.0.0',
'5.0.1': '2015.0.3'
'5.0.1': '2015.0.3',
'6.0.0': '2016.0.0'
};
currentVersion = '5.0.1';
currentVersion = '6.0.0';
isHomeURL = true;
isKitchenURL = false;
demoTitle = '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export class AppModule { }
'@ant-design/icons-angular': '^13.0.1',
rxjs: '~6.6.2',
'zone.js': '~0.11.4',
'ng-zorro-antd-mobile': '5.0.1'
'ng-zorro-antd-mobile': '6.0.0'
},
tags: ['stackblitz', 'sdk']
});
Expand Down

0 comments on commit b675932

Please sign in to comment.