From 274e21d627ff257776c9403eced7a8e89231d5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B0=29=29=29=29=E5=BD=A1?= Date: Mon, 20 Jul 2020 16:03:45 +0800 Subject: [PATCH] release(2.0.7): release 2.0.7 (#736) --- CHANGELOG.md | 17 +++++++++++++++++ components/package.json | 2 +- docs/changelog.en-US.md | 14 ++++++++++++++ docs/changelog.zh-CN.md | 14 ++++++++++++++ scripts/site/_site/src/app/app.component.ts | 7 ++++--- .../share/nz-codebox/nz-codebox.component.ts | 2 +- 6 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28885512..e14a6b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/components/package.json b/components/package.json index 6f556256..1cc5e36e 100644 --- a/components/package.json +++ b/components/package.json @@ -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": [ diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index b25bc6da..9a776d01 100755 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -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 diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 13e8997f..71c7ad9e 100755 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -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 diff --git a/scripts/site/_site/src/app/app.component.ts b/scripts/site/_site/src/app/app.component.ts index 56e712ab..1a4b20c8 100644 --- a/scripts/site/_site/src/app/app.component.ts +++ b/scripts/site/_site/src/app/app.component.ts @@ -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', @@ -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 = ''; diff --git a/scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts b/scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts index 9d600f29..af41547a 100644 --- a/scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts +++ b/scripts/site/_site/src/app/share/nz-codebox/nz-codebox.component.ts @@ -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'] });