From c4fb7c2aeb6e2a5dda3f62f46d0105125562cfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Sat, 24 Jul 2021 16:09:28 +0800 Subject: [PATCH] release(12.0.1): release 12.0.1 (#1293) --- CHANGELOG.md | 12 ++++++++++++ docs/changelog.en-US.md | 10 ++++++++++ docs/changelog.zh-CN.md | 10 ++++++++++ package.json | 2 +- packages/theme/src/config.ts | 4 ++++ 5 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1192d90..b4dc0a622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [12.0.1](https://github.com/ng-alain/delon/compare/12.0.0...12.0.1) (2021-07-24) + + +### Bug Fixes + +* **abc:st:** fix optimize when specified new data in call `export` ([#1288](https://github.com/ng-alain/delon/issues/1288)) ([9416fe1](https://github.com/ng-alain/delon/commit/9416fe16360e7e9def0a6b9150bd5e8bbc166386)) +* **cli:** fix `UserLoginComponent` is declared by more than on NgModule ([#1289](https://github.com/ng-alain/delon/issues/1289)) ([1042aea](https://github.com/ng-alain/delon/commit/1042aeae16b6f06022bf6cc0a52727a5458b8bc1)) +* **cli:** fix duplicate alias of `t` ([#1291](https://github.com/ng-alain/delon/issues/1291)) ([c4e1943](https://github.com/ng-alain/delon/commit/c4e1943475d46f94683345cc94fc8c5eb83e1267)) +* **theme:http:** fix missing `HttpContext` ([#1292](https://github.com/ng-alain/delon/issues/1292)) ([a394400](https://github.com/ng-alain/delon/commit/a394400c003e1e73c42789aa43baadbc590af080)) + + + # [12.0.0](https://github.com/ng-alain/delon/compare/11.10.4...12.0.0) (2021-07-16) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 81d4f09d0..b5e0eb57b 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,16 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [12.0.1](https://github.com/ng-alain/delon/compare/12.0.0...12.0.1) (2021-07-24) + +### Bug Fixes + +* **abc:st:** fix optimize when specified new data in call `export` ([#1288](https://github.com/ng-alain/delon/issues/1288)) ([9416fe1](https://github.com/ng-alain/delon/commit/9416fe16360e7e9def0a6b9150bd5e8bbc166386)) +* **cli:** fix `UserLoginComponent` is declared by more than on NgModule ([#1289](https://github.com/ng-alain/delon/issues/1289)) ([1042aea](https://github.com/ng-alain/delon/commit/1042aeae16b6f06022bf6cc0a52727a5458b8bc1)) +* **cli:** fix duplicate alias of `t` ([#1291](https://github.com/ng-alain/delon/issues/1291)) ([c4e1943](https://github.com/ng-alain/delon/commit/c4e1943475d46f94683345cc94fc8c5eb83e1267)) +* **theme:http:** fix missing `HttpContext` ([#1292](https://github.com/ng-alain/delon/issues/1292)) ([a394400](https://github.com/ng-alain/delon/commit/a394400c003e1e73c42789aa43baadbc590af080)) + + # [12.0.0](https://github.com/ng-alain/delon/compare/11.10.4...12.0.0) (2021-07-16) ### Features diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 9ed66597c..98d26f542 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,16 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [12.0.1](https://github.com/ng-alain/delon/compare/12.0.0...12.0.1) (2021-07-24) + +### Bug Fixes + +* **abc:st:** 修复调用 `export` 在指定数据下应调用优化函数 ([#1288](https://github.com/ng-alain/delon/issues/1288)) ([9416fe1](https://github.com/ng-alain/delon/commit/9416fe16360e7e9def0a6b9150bd5e8bbc166386)) +* **cli:** 修复重复多余定义 `UserLoginComponent` ([#1289](https://github.com/ng-alain/delon/issues/1289)) ([1042aea](https://github.com/ng-alain/delon/commit/1042aeae16b6f06022bf6cc0a52727a5458b8bc1)) +* **cli:** 修复命令行重复别名 `t` ([#1291](https://github.com/ng-alain/delon/issues/1291)) ([c4e1943](https://github.com/ng-alain/delon/commit/c4e1943475d46f94683345cc94fc8c5eb83e1267)) +* **theme:http:** 修复丢失 `HttpContext` ([#1292](https://github.com/ng-alain/delon/issues/1292)) ([a394400](https://github.com/ng-alain/delon/commit/a394400c003e1e73c42789aa43baadbc590af080)) + + # [12.0.0](https://github.com/ng-alain/delon/compare/11.10.4...12.0.0) (2021-07-16) ### Features diff --git a/package.json b/package.json index f531cc4a2..b9f789492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "12.0.0", + "version": "12.0.1", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", diff --git a/packages/theme/src/config.ts b/packages/theme/src/config.ts index 8ce0db5f6..69b639882 100644 --- a/packages/theme/src/config.ts +++ b/packages/theme/src/config.ts @@ -3,6 +3,8 @@ import { ModuleWithProviders, Type } from '@angular/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; export interface Environment { + [key: string]: NzSafeAny; + /** * Whether production environment * @@ -30,6 +32,8 @@ export interface Environment { } export interface ApiConfig { + [key: string]: NzSafeAny; + /** * Specify API prefix *