From 3fc8d7450a51646bb90b18f2a7c921e17253ac84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Sat, 30 Oct 2021 21:29:04 +0800 Subject: [PATCH] release(12.3.0): release 12.3.0 (#1368) --- CHANGELOG.md | 21 +++++++++++++++++++++ docs/changelog.en-US.md | 18 ++++++++++++++++++ docs/changelog.zh-CN.md | 18 ++++++++++++++++++ package.json | 2 +- 4 files changed, 58 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cf7c546b..9a0a1063af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [12.3.0](https://github.com/ng-alain/delon/compare/12.2.3...12.3.0) (2021-10-30) + + +### Bug Fixes + +* **abc:st:** fix `iif` of group columns ([#1363](https://github.com/ng-alain/delon/issues/1363)) ([14eb035](https://github.com/ng-alain/delon/commit/14eb0351d62ec57d64010a910f8054350e9c9734)) +* **form:number:** fix exclusive range when step be set ([#1366](https://github.com/ng-alain/delon/issues/1366)) ([68b5c5b](https://github.com/ng-alain/delon/commit/68b5c5b726e6cdf7d55bf4ba271d4e5f299d8cbb)) + + +### Features + +* **abc:xlsx:** add support csv file ([#1354](https://github.com/ng-alain/delon/issues/1354)) ([826b93f](https://github.com/ng-alain/delon/commit/826b93f1c41247fd9385ebf4f11b99e10a5449a3)) +* **acl:** support function of guard ([#1365](https://github.com/ng-alain/delon/issues/1365)) ([bf2ff5d](https://github.com/ng-alain/delon/commit/bf2ff5d5be9d0f94ff949a0574b35cba3648aa77)) +* adding Italian locale ([#1357](https://github.com/ng-alain/delon/issues/1357)) ([52b237a](https://github.com/ng-alain/delon/commit/52b237ade8f9c13f95cc0cc84eba17f8cbda51f1)) +* **chart:echarts:** add `on` property ([#1337](https://github.com/ng-alain/delon/issues/1337)) ([442abcc](https://github.com/ng-alain/delon/commit/442abcc89d63aaab9664330ce0ecc6034d6d3888)) +* **form:widget:text:** add `html`property ([#1367](https://github.com/ng-alain/delon/issues/1367)) ([d07bcdd](https://github.com/ng-alain/delon/commit/d07bcdd55f0d749a2d66c8b3fcdde651ad947cf5)) +* **theme:menu:** support `svg` type ([#1364](https://github.com/ng-alain/delon/issues/1364)) ([36c43e2](https://github.com/ng-alain/delon/commit/36c43e2efee9564a6c7f41ff8247858b7d248aca)) +* **util:format:** add token mode in format mask ([#1349](https://github.com/ng-alain/delon/issues/1349)) ([152cc50](https://github.com/ng-alain/delon/commit/152cc504e0dc83d65ae571fdf0919bcfbd6e1cdb)) + + + ## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 515114d3d5..cb463f275b 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,24 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +# [12.3.0](https://github.com/ng-alain/delon/compare/12.2.3...12.3.0) (2021-10-30) + +### Bug Fixes + +* **abc:st:** fix `iif` of group columns ([#1363](https://github.com/ng-alain/delon/issues/1363)) ([14eb035](https://github.com/ng-alain/delon/commit/14eb0351d62ec57d64010a910f8054350e9c9734)) +* **form:number:** fix exclusive range when step be set ([#1366](https://github.com/ng-alain/delon/issues/1366)) ([68b5c5b](https://github.com/ng-alain/delon/commit/68b5c5b726e6cdf7d55bf4ba271d4e5f299d8cbb)) + +### Features + +* **abc:xlsx:** add support `csv` file ([#1354](https://github.com/ng-alain/delon/issues/1354)) ([826b93f](https://github.com/ng-alain/delon/commit/826b93f1c41247fd9385ebf4f11b99e10a5449a3)) +* **acl:** support function of `guard` ([#1365](https://github.com/ng-alain/delon/issues/1365)) ([bf2ff5d](https://github.com/ng-alain/delon/commit/bf2ff5d5be9d0f94ff949a0574b35cba3648aa77)) +* adding Italian locale ([#1357](https://github.com/ng-alain/delon/issues/1357)) ([52b237a](https://github.com/ng-alain/delon/commit/52b237ade8f9c13f95cc0cc84eba17f8cbda51f1)) +* **chart:echarts:** add `on` property ([#1337](https://github.com/ng-alain/delon/issues/1337)) ([442abcc](https://github.com/ng-alain/delon/commit/442abcc89d63aaab9664330ce0ecc6034d6d3888)) +* **form:widget:text:** add `html`property ([#1367](https://github.com/ng-alain/delon/issues/1367)) ([d07bcdd](https://github.com/ng-alain/delon/commit/d07bcdd55f0d749a2d66c8b3fcdde651ad947cf5)) +* **theme:menu:** support `svg` type ([#1364](https://github.com/ng-alain/delon/issues/1364)) ([36c43e2](https://github.com/ng-alain/delon/commit/36c43e2efee9564a6c7f41ff8247858b7d248aca)) +* **util:format:** add token mode in format mask ([#1349](https://github.com/ng-alain/delon/issues/1349)) ([152cc50](https://github.com/ng-alain/delon/commit/152cc504e0dc83d65ae571fdf0919bcfbd6e1cdb)) + + ## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 36f824f584..77a46808e9 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,24 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +# [12.3.0](https://github.com/ng-alain/delon/compare/12.2.3...12.3.0) (2021-10-30) + +### Bug Fixes + +* **abc:st:** 修复表头分组下 `iif` 失效 ([#1363](https://github.com/ng-alain/delon/issues/1363)) ([14eb035](https://github.com/ng-alain/delon/commit/14eb0351d62ec57d64010a910f8054350e9c9734)) +* **form:number:** 修复步骤影响范围包含值 ([#1366](https://github.com/ng-alain/delon/issues/1366)) ([68b5c5b](https://github.com/ng-alain/delon/commit/68b5c5b726e6cdf7d55bf4ba271d4e5f299d8cbb)) + +### Features + +* **abc:xlsx:** 新增支持 `csv` 文件 ([#1354](https://github.com/ng-alain/delon/issues/1354)) ([826b93f](https://github.com/ng-alain/delon/commit/826b93f1c41247fd9385ebf4f11b99e10a5449a3)) +* **acl:** 新增 `guard` 参数支持函数 ([#1365](https://github.com/ng-alain/delon/issues/1365)) ([bf2ff5d](https://github.com/ng-alain/delon/commit/bf2ff5d5be9d0f94ff949a0574b35cba3648aa77)) +* 新增意大利语 ([#1357](https://github.com/ng-alain/delon/issues/1357)) ([52b237a](https://github.com/ng-alain/delon/commit/52b237ade8f9c13f95cc0cc84eba17f8cbda51f1)) +* **chart:echarts:** 新增 `on` 参数 ([#1337](https://github.com/ng-alain/delon/issues/1337)) ([442abcc](https://github.com/ng-alain/delon/commit/442abcc89d63aaab9664330ce0ecc6034d6d3888)) +* **form:widget:text:** 新增 `html` 参数,默认以HTML格式渲染 ([#1367](https://github.com/ng-alain/delon/issues/1367)) ([d07bcdd](https://github.com/ng-alain/delon/commit/d07bcdd55f0d749a2d66c8b3fcdde651ad947cf5)) +* **theme:menu:** 新增Icon图标支持 `svg` 格式 ([#1364](https://github.com/ng-alain/delon/issues/1364)) ([36c43e2](https://github.com/ng-alain/delon/commit/36c43e2efee9564a6c7f41ff8247858b7d248aca)) +* **util:format:** 新增更复杂的掩码格式 ([#1349](https://github.com/ng-alain/delon/issues/1349)) ([152cc50](https://github.com/ng-alain/delon/commit/152cc504e0dc83d65ae571fdf0919bcfbd6e1cdb)) + + ## [12.2.3](https://github.com/ng-alain/delon/compare/12.2.2...12.2.3) (2021-09-24) ### Bug Fixes diff --git a/package.json b/package.json index f1d74d52b2..87c8017ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "12.2.3", + "version": "12.3.0", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",