From 0423e34c1ac331c73070f63358f8334a0de06d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Sun, 22 Aug 2021 14:55:21 +0800 Subject: [PATCH] release(12.2.0): release 12.2.0 (#1328) --- CHANGELOG.md | 23 +++++++++++++++++++++++ docs/changelog.en-US.md | 26 ++++++++++++++++++++++++++ docs/changelog.zh-CN.md | 26 ++++++++++++++++++++++++++ package.json | 18 +++++++++--------- 4 files changed, 84 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905f6ddf8..121049307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [12.2.0](https://github.com/ng-alain/delon/compare/12.1.1...12.2.0) (2021-08-22) + + +### Bug Fixes + +* **abc:st:** fix render `undefined` when `safeType` is `text` ([#1322](https://github.com/ng-alain/delon/issues/1322)) ([c337d75](https://github.com/ng-alain/delon/commit/c337d75a7f2aa0d374c88db4e97dd51da8b604ce)) +* **form:widget:select:** fix invalid `orgData` of `change` event ([#1312](https://github.com/ng-alain/delon/issues/1312)) ([#1320](https://github.com/ng-alain/delon/issues/1320)) ([8c12822](https://github.com/ng-alain/delon/commit/8c12822a7d65cdcda7c34d9554d13c5a1ef981d9)) +* **sf:** fix unknown keyword: "_description" in strict mode ([#1327](https://github.com/ng-alain/delon/issues/1327)) ([554abd4](https://github.com/ng-alain/delon/commit/554abd469fa588548a1ec79d603201eeeafd1250)) +* **site:gen:** path error for `util-pipes` in the `windows env` ([#1326](https://github.com/ng-alain/delon/issues/1326)) ([29302f5](https://github.com/ng-alain/delon/commit/29302f54bb92602c2c75ca0270e1df64bfca1a98)) +* **util:convert:** fix invalid `defaultValue` parament in `InputBoolean` ([#1323](https://github.com/ng-alain/delon/issues/1323)) ([386690c](https://github.com/ng-alain/delon/commit/386690cb1e194dc50c22450e71d0e0995a8b24bc)) +* **util:other:deep:** fix can't merge function in `deepMergeKey` ([#1321](https://github.com/ng-alain/delon/issues/1321)) ([f2f181b](https://github.com/ng-alain/delon/commit/f2f181b8ba44eade220eececa546a5c84fa6f776)) + + +### Features + +* **abc:se,sv:** add `noColon` property ([#1324](https://github.com/ng-alain/delon/issues/1324)) ([9f2a031](https://github.com/ng-alain/delon/commit/9f2a0313310fbbcd610a26a33c77742734a3fe2e)) +* **form:string:** add `changeDebounceTime`, `changeMap` property ([#1315](https://github.com/ng-alain/delon/issues/1315)) ([3a8a26d](https://github.com/ng-alain/delon/commit/3a8a26d5a36513b2cdb6d51fb474c4eb7eaceb60)) +* **theme:i18n:** add `interpolation` in global config ([#1318](https://github.com/ng-alain/delon/issues/1318)) ([e711865](https://github.com/ng-alain/delon/commit/e7118657fbb24c9f62c422e1b1029bfbe2cee541)) +* **theme:** add `[@nz-table-even-background](https://github.com/nz-table-even-background)` ([#1325](https://github.com/ng-alain/delon/issues/1325)) ([71d3ef6](https://github.com/ng-alain/delon/commit/71d3ef6be7097d083af3967283d27c420c35e0e9)) +* **theme:** add `PreloadOptionalModules` ([#1310](https://github.com/ng-alain/delon/issues/1310)) ([6df8fd0](https://github.com/ng-alain/delon/commit/6df8fd029be8f877292d384e962d4c26161a8011)) + + + ## [12.1.1](https://github.com/ng-alain/delon/compare/12.1.0...12.1.1) (2021-08-13) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 14d27faf7..0b2e64cef 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,32 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +# [12.2.0](https://github.com/ng-alain/delon/compare/12.1.1...12.2.0) (2021-08-22) + +### Scaffold + +* add `PreloadOptionalModules` ([#2055](https://github.com/ng-alain/ng-alain/issues/2055)) +* add `interpolation` in global config ([#2062](https://github.com/ng-alain/ng-alain/issues/2062)) +* fix language key name case sensitivity ([#2069](https://github.com/ng-alain/ng-alain/issues/2069)) +* use `MatchControl` instead of custom equal values ([#2061](https://github.com/ng-alain/ng-alain/issues/2061)) + +### Bug Fixes + +* **abc:st:** fix render `undefined` when `safeType` is `text` ([#1322](https://github.com/ng-alain/delon/issues/1322)) ([c337d75](https://github.com/ng-alain/delon/commit/c337d75a7f2aa0d374c88db4e97dd51da8b604ce)) +* **form:widget:select:** fix invalid `orgData` of `change` event ([#1312](https://github.com/ng-alain/delon/issues/1312)) ([#1320](https://github.com/ng-alain/delon/issues/1320)) ([8c12822](https://github.com/ng-alain/delon/commit/8c12822a7d65cdcda7c34d9554d13c5a1ef981d9)) +* **sf:** fix unknown keyword: "_description" in strict mode ([#1327](https://github.com/ng-alain/delon/issues/1327)) ([554abd4](https://github.com/ng-alain/delon/commit/554abd469fa588548a1ec79d603201eeeafd1250)) +* **util:convert:** fix invalid `defaultValue` parament in `InputBoolean` ([#1323](https://github.com/ng-alain/delon/issues/1323)) ([386690c](https://github.com/ng-alain/delon/commit/386690cb1e194dc50c22450e71d0e0995a8b24bc)) +* **util:other:deep:** fix can't merge function in `deepMergeKey` ([#1321](https://github.com/ng-alain/delon/issues/1321)) ([f2f181b](https://github.com/ng-alain/delon/commit/f2f181b8ba44eade220eececa546a5c84fa6f776)) + +### Features + +* **abc:se,sv:** add `noColon` property ([#1324](https://github.com/ng-alain/delon/issues/1324)) ([9f2a031](https://github.com/ng-alain/delon/commit/9f2a0313310fbbcd610a26a33c77742734a3fe2e)) +* **form:string:** add `changeDebounceTime`, `changeMap` property ([#1315](https://github.com/ng-alain/delon/issues/1315)) ([3a8a26d](https://github.com/ng-alain/delon/commit/3a8a26d5a36513b2cdb6d51fb474c4eb7eaceb60)) +* **theme:i18n:** add `interpolation` in global config ([#1318](https://github.com/ng-alain/delon/issues/1318)) ([e711865](https://github.com/ng-alain/delon/commit/e7118657fbb24c9f62c422e1b1029bfbe2cee541)) +* **theme:** add `@nz-table-even-background` ([#1325](https://github.com/ng-alain/delon/issues/1325)) ([71d3ef6](https://github.com/ng-alain/delon/commit/71d3ef6be7097d083af3967283d27c420c35e0e9)) +* **theme:** add `PreloadOptionalModules` ([#1310](https://github.com/ng-alain/delon/issues/1310)) ([6df8fd0](https://github.com/ng-alain/delon/commit/6df8fd029be8f877292d384e962d4c26161a8011)) + + ## [12.1.1](https://github.com/ng-alain/delon/compare/12.1.0...12.1.1) (2021-08-13) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 6aaef56c4..2edc2da06 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,32 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +# [12.2.0](https://github.com/ng-alain/delon/compare/12.1.1...12.2.0) (2021-08-22) + +### Scaffold + +* 新增 `PreloadOptionalModules` 可选预加载模块 ([#2055](https://github.com/ng-alain/ng-alain/issues/2055)) +* 新增支持国际化插值符号配置 `interpolation` ([#2062](https://github.com/ng-alain/ng-alain/issues/2062)) +* 修复语言键名大小写敏感 ([#2069](https://github.com/ng-alain/ng-alain/issues/2069)) +* 优化使用 `MatchControl` 替代自定义两个控件值的匹配 ([#2061](https://github.com/ng-alain/ng-alain/issues/2061)) + +### Bug Fixes + +* **abc:st:** 修复 `safeType` 为 `text` 值时会渲染出 `undefined` 文本 ([#1322](https://github.com/ng-alain/delon/issues/1322)) ([c337d75](https://github.com/ng-alain/delon/commit/c337d75a7f2aa0d374c88db4e97dd51da8b604ce)) +* **form:widget:select:** 修复分组情况下 `change` 事件的 `orgData` 参数不正确 ([#1312](https://github.com/ng-alain/delon/issues/1312)) ([#1320](https://github.com/ng-alain/delon/issues/1320)) ([8c12822](https://github.com/ng-alain/delon/commit/8c12822a7d65cdcda7c34d9554d13c5a1ef981d9)) +* **sf:** 修复 `strict` 模式下产生:`unknown keyword: "_description"` 错误 ([#1327](https://github.com/ng-alain/delon/issues/1327)) ([554abd4](https://github.com/ng-alain/delon/commit/554abd469fa588548a1ec79d603201eeeafd1250)) +* **util:convert:** 修复 `InputBoolean` 默认值参数无效问题 ([#1323](https://github.com/ng-alain/delon/issues/1323)) ([386690c](https://github.com/ng-alain/delon/commit/386690cb1e194dc50c22450e71d0e0995a8b24bc)) +* **util:other:deep:** 修复无法深度合并函数 ([#1321](https://github.com/ng-alain/delon/issues/1321)) ([f2f181b](https://github.com/ng-alain/delon/commit/f2f181b8ba44eade220eececa546a5c84fa6f776)) + +### Features + +* **abc:se,sv:** 新增 `noColon` 属性 ([#1324](https://github.com/ng-alain/delon/issues/1324)) ([9f2a031](https://github.com/ng-alain/delon/commit/9f2a0313310fbbcd610a26a33c77742734a3fe2e)) +* **form:string:** 新增 `changeDebounceTime`, `changeMap` 属性 ([#1315](https://github.com/ng-alain/delon/issues/1315)) ([3a8a26d](https://github.com/ng-alain/delon/commit/3a8a26d5a36513b2cdb6d51fb474c4eb7eaceb60)) +* **theme:i18n:** 新增可配置国际插值符合 `interpolation` ([#1318](https://github.com/ng-alain/delon/issues/1318)) ([e711865](https://github.com/ng-alain/delon/commit/e7118657fbb24c9f62c422e1b1029bfbe2cee541)) +* **theme:** 新增 `@nz-table-even-background` 表格奇偶背景色 ([#1325](https://github.com/ng-alain/delon/issues/1325)) ([71d3ef6](https://github.com/ng-alain/delon/commit/71d3ef6be7097d083af3967283d27c420c35e0e9)) +* **theme:** 新增可选预加载 `PreloadOptionalModules` 模块 ([#1310](https://github.com/ng-alain/delon/issues/1310)) ([6df8fd0](https://github.com/ng-alain/delon/commit/6df8fd029be8f877292d384e962d4c26161a8011)) + + ## [12.1.1](https://github.com/ng-alain/delon/compare/12.1.0...12.1.1) (2021-08-13) ### Bug Fixes diff --git a/package.json b/package.json index 89c4b0a75..3f7d79f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "12.1.1", + "version": "12.2.0", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon", @@ -67,12 +67,12 @@ "@angular/platform-server": "~12.2.0", "@angular/elements": "~12.2.0", "@antv/data-set": "^0.11.8", - "@antv/g2": "^4.1.23", + "@antv/g2": "^4.1.24", "echarts": "^5.1.2", "@stackblitz/sdk": "^1.5.2", "codesandbox": "^2.2.3", "ajv": "^8.6.2", - "ajv-formats": "^2.1.0", + "ajv-formats": "^2.1.1", "extend": "^3.0.2", "file-saver": "^2.0.5", "ng-github-button": "^12.0.0", @@ -146,7 +146,7 @@ "stylelint-declaration-block-no-ignored-properties": "^2.4.0", "stylelint-order": "^4.1.0", "source-map-explorer": "^2.5.2", - "xlsx": "^0.17.0", + "xlsx": "^0.17.1", "jszip": "^3.7.1", "screenfull": "^5.1.0", "less-bundle-promise": "^1.0.7", @@ -165,14 +165,14 @@ "@angular-eslint/eslint-plugin-template": "~12.3.1", "@angular-eslint/schematics": "~12.3.1", "@angular-eslint/template-parser": "~12.3.1", - "@typescript-eslint/eslint-plugin": "~4.29.0", - "@typescript-eslint/parser": "~4.29.0", + "@typescript-eslint/eslint-plugin": "~4.29.2", + "@typescript-eslint/parser": "~4.29.2", "eslint": "^7.32.0", "eslint-config-prettier": "~8.3.0", - "eslint-plugin-import": "~2.23.4", - "eslint-plugin-jsdoc": "~36.0.6", + "eslint-plugin-import": "~2.24.1", + "eslint-plugin-jsdoc": "~36.0.7", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-prettier": "~3.4.0", + "eslint-plugin-prettier": "~3.4.1", "lint-staged": "^11.1.2", "raw-loader": "^4.0.2" },