From 61b86c2db60c9a289d4b885d2b4c122d6147ec74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Wed, 22 Apr 2020 04:11:43 +0800 Subject: [PATCH] release(9.0.0-rc.3): release 9.0.0-rc.3 (#836) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 2 +- docs/changelog.en-US.md | 25 +++++++++++++++++++++++++ docs/changelog.zh-CN.md | 25 +++++++++++++++++++++++++ package.json | 2 +- packages/abc/README.md | 2 +- packages/acl/README.md | 2 +- packages/auth/README.md | 2 +- packages/cache/README.md | 2 +- packages/chart/README.md | 2 +- packages/form/README.md | 2 +- packages/mock/README.md | 2 +- packages/schematics/README.md | 2 +- packages/theme/README.md | 2 +- packages/util/README.md | 2 +- 15 files changed, 88 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f6433a9..1eddf1aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [9.0.0-rc.3](https://github.com/ng-alain/delon/compare/9.0.0-rc.2...9.0.0-rc.3) (2020-04-21) + + +### Bug Fixes + +* **cli:** add `widget` of `st` ([#828](https://github.com/ng-alain/delon/issues/828)) ([abc541a](https://github.com/ng-alain/delon/commit/abc541ad63e2397d0abc7ffe1a1c90a8e71d1c29)) +* **cli:** fix Invalid "extends" configuration value ([#824](https://github.com/ng-alain/delon/issues/824)) ([68b56c4](https://github.com/ng-alain/delon/commit/68b56c4226d6016ece6d0de00696f263af85294e)) +* **form:** fix update value and validity when removing the last… ([#829](https://github.com/ng-alain/delon/issues/829)) ([6ff3db5](https://github.com/ng-alain/delon/commit/6ff3db5fdb24fa4da08ff672d5d3c553fd654186)) +* **form:** fix width is not aligned in fixed label width ([#825](https://github.com/ng-alain/delon/issues/825)) ([c4682fa](https://github.com/ng-alain/delon/commit/c4682faea59c726b5c82b99254b2157f5fec72d6)) +* **form:widget:date:** fix format default value ([#833](https://github.com/ng-alain/delon/issues/833)) ([92821b0](https://github.com/ng-alain/delon/commit/92821b047c96cff5a67365a1a32300bad7c76e05)) +* **form:widget:date:** fix invalid end date when clean date ([#831](https://github.com/ng-alain/delon/issues/831)) ([04e6983](https://github.com/ng-alain/delon/commit/04e698350d8b190f8578821927e5edd796df7050)) +* **module:all:** fix enableIvy:false ([#826](https://github.com/ng-alain/delon/issues/826)) ([f0a9443](https://github.com/ng-alain/delon/commit/f0a9443c8191a69b334a7f6ae935ef1092b69326)) + + +### Features + +* **abc:st:** add `widget` type ([#827](https://github.com/ng-alain/delon/issues/827)) ([4d5a767](https://github.com/ng-alain/delon/commit/4d5a767d94a248908465e59a6af9eae110205b68)) +* **mock:** add `copy` property ([#821](https://github.com/ng-alain/delon/issues/821)) ([16d0146](https://github.com/ng-alain/delon/commit/16d0146234be9031889e70b6d67fa030c7511b03)) + + +### Performance Improvements + +* performance depreation ([#823](https://github.com/ng-alain/delon/issues/823)) ([4bac6d2](https://github.com/ng-alain/delon/commit/4bac6d2c9914cccaa6937d7d7b62504629207d80)) + + + # [9.0.0-rc.2](https://github.com/ng-alain/delon/compare/9.0.0-rc.1...9.0.0-rc.2) (2020-04-19) diff --git a/README.md b/README.md index ee15e495a..9b6531b59 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Delon + [Document](https://ng-alain.com) ([Surge Mirror](https://ng-alain-doc.surge.sh)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 89062d73a..f2baf291b 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,31 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +# [9.0.0-rc.3](https://github.com/ng-alain/delon/compare/9.0.0-rc.2...9.0.0-rc.3) (2020-04-21) + +### Scaffold + +* **feat(abc:st):** add ` widget` configuration of `st` ([#1579](https://github.com/ng-alain/ng-alain/pull/1579)) + +### Bug Fixes + +* **cli:** fix Invalid "extends" configuration value ([#824](https://github.com/ng-alain/delon/issues/824)) ([68b56c4](https://github.com/ng-alain/delon/commit/68b56c4226d6016ece6d0de00696f263af85294e)) +* **form:** fix width is not aligned in fixed label width ([#825](https://github.com/ng-alain/delon/issues/825)) ([c4682fa](https://github.com/ng-alain/delon/commit/c4682faea59c726b5c82b99254b2157f5fec72d6)) +* **form:widget:array** fix update value and validity when removing the last… ([#829](https://github.com/ng-alain/delon/issues/829)) ([6ff3db5](https://github.com/ng-alain/delon/commit/6ff3db5fdb24fa4da08ff672d5d3c553fd654186)) +* **form:widget:date:** fix format default value ([#833](https://github.com/ng-alain/delon/issues/833)) ([92821b0](https://github.com/ng-alain/delon/commit/92821b047c96cff5a67365a1a32300bad7c76e05)) +* **form:widget:date:** fix invalid end date when clean date ([#831](https://github.com/ng-alain/delon/issues/831)) ([04e6983](https://github.com/ng-alain/delon/commit/04e698350d8b190f8578821927e5edd796df7050)) +* **module:all:** fix enableIvy:false ([#826](https://github.com/ng-alain/delon/issues/826)) ([f0a9443](https://github.com/ng-alain/delon/commit/f0a9443c8191a69b334a7f6ae935ef1092b69326)) + +### Features + +* **abc:st:** add `widget` type ([#827](https://github.com/ng-alain/delon/issues/827)) ([4d5a767](https://github.com/ng-alain/delon/commit/4d5a767d94a248908465e59a6af9eae110205b68)) +* **mock:** add `copy` property ([#821](https://github.com/ng-alain/delon/issues/821)) ([16d0146](https://github.com/ng-alain/delon/commit/16d0146234be9031889e70b6d67fa030c7511b03)) + +### Performance Improvements + +* performance depreation ([#823](https://github.com/ng-alain/delon/issues/823)) ([4bac6d2](https://github.com/ng-alain/delon/commit/4bac6d2c9914cccaa6937d7d7b62504629207d80)) + + # [9.0.0-rc.2](https://github.com/ng-alain/delon/compare/9.0.0-rc.1...9.0.0-rc.2) (2020-04-19) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 04994e5e5..f742c99cc 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,31 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +# [9.0.0-rc.3](https://github.com/ng-alain/delon/compare/9.0.0-rc.2...9.0.0-rc.3) (2020-04-21) + +### Scaffold + +* **feat(abc:st):** 新增 `st` 对应 `widget` 配置方式 ([#1579](https://github.com/ng-alain/ng-alain/pull/1579)) + +### Bug Fixes + +* **cli:** 修复 `ng add` 提示无效扩展 ([#824](https://github.com/ng-alain/delon/issues/824)) ([68b56c4](https://github.com/ng-alain/delon/commit/68b56c4226d6016ece6d0de00696f263af85294e)) +* **form:** fix width is not aligned in fixed label width ([#825](https://github.com/ng-alain/delon/issues/825)) ([c4682fa](https://github.com/ng-alain/delon/commit/c4682faea59c726b5c82b99254b2157f5fec72d6)) +* **form:widget:array** 修复移除最后一项时数据没有清空 ([#829](https://github.com/ng-alain/delon/issues/829)) ([6ff3db5](https://github.com/ng-alain/delon/commit/6ff3db5fdb24fa4da08ff672d5d3c553fd654186)) +* **form:widget:date:** 修复默认值应自动格式一次 ([#833](https://github.com/ng-alain/delon/issues/833)) ([92821b0](https://github.com/ng-alain/delon/commit/92821b047c96cff5a67365a1a32300bad7c76e05)) +* **form:widget:date:** 修复清空后 `end` 没有清空 ([#831](https://github.com/ng-alain/delon/issues/831)) ([04e6983](https://github.com/ng-alain/delon/commit/04e698350d8b190f8578821927e5edd796df7050)) +* **module:all:** 修复 `enableIvy:false` 依然可用 ([#826](https://github.com/ng-alain/delon/issues/826)) ([f0a9443](https://github.com/ng-alain/delon/commit/f0a9443c8191a69b334a7f6ae935ef1092b69326)) + +### Features + +* **abc:st:** 新增 `widget` 自定义小部件类型 ([#827](https://github.com/ng-alain/delon/issues/827)) ([4d5a767](https://github.com/ng-alain/delon/commit/4d5a767d94a248908465e59a6af9eae110205b68)) +* **mock:** 新增 `copy` 属性,防止污染 ([#821](https://github.com/ng-alain/delon/issues/821)) ([16d0146](https://github.com/ng-alain/delon/commit/16d0146234be9031889e70b6d67fa030c7511b03)) + +### Performance Improvements + +* 优化过期属性提示 ([#823](https://github.com/ng-alain/delon/issues/823)) ([4bac6d2](https://github.com/ng-alain/delon/commit/4bac6d2c9914cccaa6937d7d7b62504629207d80)) + + # [9.0.0-rc.2](https://github.com/ng-alain/delon/compare/9.0.0-rc.1...9.0.0-rc.2) (2020-04-19) ### Bug Fixes diff --git a/package.json b/package.json index 95051dcea..6b9f90885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "9.0.0-rc.2", + "version": "9.0.0-rc.3", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", diff --git a/packages/abc/README.md b/packages/abc/README.md index fe99d3127..8c7c8edd9 100644 --- a/packages/abc/README.md +++ b/packages/abc/README.md @@ -6,7 +6,7 @@ Common business components of ng-alain. + [Document](https://ng-alain.com/components) ([Surge Mirror](https://ng-alain-doc.surge.sh/components)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/acl/README.md b/packages/acl/README.md index 42847d1a3..6e7e6b822 100644 --- a/packages/acl/README.md +++ b/packages/acl/README.md @@ -6,7 +6,7 @@ A simple role-based access control. + [Document](https://ng-alain.com/acl) ([Surge Mirror](https://ng-alain-doc.surge.sh/acl)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/auth/README.md b/packages/auth/README.md index f0e34ce81..f0c7d825f 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -6,7 +6,7 @@ Simple user authentication, support Json Web Token & Simple Token. + [Document](https://ng-alain.com/auth) ([Surge Mirror](https://ng-alain-doc.surge.sh/auth)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/cache/README.md b/packages/cache/README.md index 1618a901c..b8de9d534 100644 --- a/packages/cache/README.md +++ b/packages/cache/README.md @@ -6,7 +6,7 @@ Cache the dictionary, city data etc. + [Document](https://ng-alain.com/cache) ([Surge Mirror](https://ng-alain-doc.surge.sh/cache)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/chart/README.md b/packages/chart/README.md index 3f824f430..07489d233 100644 --- a/packages/chart/README.md +++ b/packages/chart/README.md @@ -6,7 +6,7 @@ Cache the dictionary, city data etc. + [Document](https://ng-alain.com/chart) ([Surge Mirror](https://ng-alain-doc.surge.sh/chart)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/form/README.md b/packages/form/README.md index e6a5144de..aee7b3e3d 100644 --- a/packages/form/README.md +++ b/packages/form/README.md @@ -6,7 +6,7 @@ Angular form generation based on JSON-Schema. + [Document](https://ng-alain.com/form) ([Surge Mirror](https://ng-alain-doc.surge.sh/form)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/mock/README.md b/packages/mock/README.md index 43e0c9594..31f9be3c8 100644 --- a/packages/mock/README.md +++ b/packages/mock/README.md @@ -6,7 +6,7 @@ Generate random data, intercept http requests. + [Document](https://ng-alain.com/mock) ([Surge Mirror](https://ng-alain-doc.surge.sh/mock)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/schematics/README.md b/packages/schematics/README.md index 3dbb936f5..4e9fb3917 100644 --- a/packages/schematics/README.md +++ b/packages/schematics/README.md @@ -10,7 +10,7 @@ Angular CLI Schematics of ng-alain. + [Document](https://ng-alain.com) ([Surge Mirror](https://ng-alain-doc.surge.sh)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Troubleshooting diff --git a/packages/theme/README.md b/packages/theme/README.md index 183dda43a..bd7a9af82 100644 --- a/packages/theme/README.md +++ b/packages/theme/README.md @@ -6,7 +6,7 @@ ng-alain theme system library. + [Document](https://ng-alain.com) ([Surge Mirror](https://ng-alain-doc.surge.sh)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture diff --git a/packages/util/README.md b/packages/util/README.md index 921e2ca41..4c5572575 100644 --- a/packages/util/README.md +++ b/packages/util/README.md @@ -6,7 +6,7 @@ Universal toolset of ng-alain. + [Document](https://ng-alain.com/util) ([Surge Mirror](https://ng-alain-doc.surge.sh/util)) + [@delon Source](https://github.com/ng-alain/delon) -+ [DEMO](https://ng-alain.surge.sh) ++ [DEMO](https://ng-alain.surge.sh) ([国内镜像](https://ng-alain.gitee.io/)) ## Architecture