Skip to content

Commit

Permalink
release(2.0.7): release 2.0.7 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Jul 20, 2020
1 parent 1d73f30 commit 274e21d
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.0.7](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/2.0.3...2.0.7) (2020-07-20)


### Bug Fixes

* **date-picker-view:** add async data input support ([#718](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/718)) ([f2748f0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/f2748f0f5ea5624dfa87816a28d91e9bee0f67a8))
* **drawer:** fix drawer flash back with tabs ([#724](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/724)) ([c4b56e0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c4b56e02af4f03ecd1f2dfbf921d78feef8503b4))
* **image-picker:** fix rotate not work ([#717](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/717)) ([364d368](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/364d368e7cbb2f54cf8feab83f51f9ad8f023e55))
* **modal:** fix `maskClosable` not work ([#722](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/722)) ([8aae09b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/8aae09b5fb315d9c539f82ae2f6b77f9891b6aa1))


### Features

* add [compositionFilter] to InputItem ([#735](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/735)) ([1d73f30](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/1d73f30ca52454f25ae14e89fb368b80914211d6))



## [2.0.3](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/2.0.1...2.0.3) (2020-06-15)


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

## 2.0.7(2020-07-20)

### Bug Fixes

* **date-picker-view:** add async data input support ([#718](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/718)) ([f2748f0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/f2748f0f5ea5624dfa87816a28d91e9bee0f67a8))
* **drawer:** fix drawer flash back with tabs ([#724](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/724)) ([c4b56e0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c4b56e02af4f03ecd1f2dfbf921d78feef8503b4))
* **image-picker:** fix rotate not work ([#717](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/717)) ([364d368](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/364d368e7cbb2f54cf8feab83f51f9ad8f023e55))
* **modal:** fix `maskClosable` not work ([#722](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/722)) ([8aae09b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/8aae09b5fb315d9c539f82ae2f6b77f9891b6aa1))


### Features

* **input-item:** add [compositionFilter] to InputItem ([#735](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/735)) ([1d73f30](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/1d73f30ca52454f25ae14e89fb368b80914211d6))

## 2.0.3(2020-06-15)

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

## 2.0.7(2020-07-20)

### Bug Fixes

* **date-picker-view:** 增加异步数据输入支持 ([#718](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/718)) ([f2748f0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/f2748f0f5ea5624dfa87816a28d91e9bee0f67a8))
* **drawer:** 修复 drawer 在 tabs 中闪现的问题你 ([#724](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/724)) ([c4b56e0](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/c4b56e02af4f03ecd1f2dfbf921d78feef8503b4))
* **image-picker:** 修复旋转不生效的问题 ([#717](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/717)) ([364d368](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/364d368e7cbb2f54cf8feab83f51f9ad8f023e55))
* **modal:** 修复 `maskClosable` 不生效的问题([#722](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/722)) ([8aae09b](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/8aae09b5fb315d9c539f82ae2f6b77f9891b6aa1))


### Features

* **input-item:** 增加 [compositionFilter] 输入 ([#735](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/735)) ([1d73f30](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/1d73f30ca52454f25ae14e89fb368b80914211d6))

## 2.0.3(2020-06-15)

### Bug Fixes
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 @@ -19,7 +19,7 @@ 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'];
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'];
versionMap = {
'0.12.x': '0.12.5',
'1.0.1': '1.0.11',
Expand All @@ -29,9 +29,10 @@ export class AppComponent implements OnInit, AfterViewInit {
'1.0.5': '1.0.51',
'1.0.6': '2001.0.6',
'2.0.1': '2.0.100',
'2.0.3': '2.0.3'
'2.0.3': '2012.0.3',
'2.0.7': '2012.0.7'
};
currentVersion = '2.0.3';
currentVersion = '2.0.7';
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': '~9.0.1',
'rxjs': '~6.5.4',
'zone.js': '~0.10.2',
'ng-zorro-antd-mobile': '2.0.3'
'ng-zorro-antd-mobile': '2.0.7'
},
tags: ['stackblitz', 'sdk']
});
Expand Down

0 comments on commit 274e21d

Please sign in to comment.