Skip to content

Commit

Permalink
release(12.2.0): release 12.2.0 (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Aug 22, 2021
1 parent 554abd4 commit 0423e34
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 9 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
26 changes: 26 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 0423e34

Please sign in to comment.