Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ng-alain/delon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.5.2
Choose a base ref
...
head repository: ng-alain/delon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14.0.0
Choose a head ref

Commits on Aug 14, 2022

  1. Copy the full SHA
    3c03e9f View commit details
  2. Copy the full SHA
    8ab8956 View commit details
  3. Copy the full SHA
    46423a9 View commit details
  4. Copy the full SHA
    b682374 View commit details
  5. Copy the full SHA
    f734260 View commit details
  6. Copy the full SHA
    57f340f View commit details
  7. perf(cli): ignore ajv (#1498)

    cipchk authored Aug 14, 2022
    Copy the full SHA
    1a6b107 View commit details
  8. Copy the full SHA
    6204cb8 View commit details
  9. Copy the full SHA
    b15f35f View commit details
  10. Copy the full SHA
    b22f82f View commit details
  11. Copy the full SHA
    5e1edee View commit details
  12. Copy the full SHA
    42b9a1e View commit details
  13. Copy the full SHA
    94f2986 View commit details
  14. Copy the full SHA
    8bebd30 View commit details
  15. Copy the full SHA
    9a0c96e View commit details
  16. Copy the full SHA
    7af1397 View commit details
  17. chore: typo word (#1512)

    cipchk authored Aug 14, 2022
    Copy the full SHA
    f108d97 View commit details
  18. Copy the full SHA
    347745a View commit details
  19. Copy the full SHA
    923d4f4 View commit details

Commits on Aug 25, 2022

  1. Copy the full SHA
    4747bcd View commit details
  2. Copy the full SHA
    facc48c View commit details
  3. Copy the full SHA
    6df7c38 View commit details

Commits on Aug 26, 2022

  1. Copy the full SHA
    4a6755e View commit details
  2. Copy the full SHA
    adffdc8 View commit details
  3. Copy the full SHA
    c01e3de View commit details
  4. Copy the full SHA
    50f35a9 View commit details
  5. feat(util): add omit (#1519)

    cipchk authored Aug 26, 2022
    Copy the full SHA
    15bb062 View commit details

Commits on Aug 27, 2022

  1. chore: fix cli (#1520)

    cipchk authored Aug 27, 2022
    Copy the full SHA
    40e5cb8 View commit details
  2. Copy the full SHA
    4684d9c View commit details
  3. chore: fix cli (#1522)

    cipchk authored Aug 27, 2022
    Copy the full SHA
    8465bbb View commit details
  4. Copy the full SHA
    255e023 View commit details
Showing with 2,334 additions and 1,791 deletions.
  1. +3 −3 .eslintrc.js
  2. +19 −165 CHANGELOG.md
  3. +22 −142 docs/changelog.en-US.md
  4. +22 −141 docs/changelog.zh-CN.md
  5. +69 −70 package.json
  6. +2 −1 packages/abc/auto-focus/auto-focus.directive.spec.ts
  7. +4 −7 packages/abc/date-picker/range.directive.ts
  8. +1 −0 packages/abc/down-file/down-file.spec.ts
  9. +6 −10 packages/abc/error-collect/demo/basic.md
  10. +3 −3 packages/abc/error-collect/error-collect.spec.ts
  11. +6 −9 packages/abc/footer-toolbar/demo/basic.md
  12. +0 −30 packages/abc/image/demo/basic.md
  13. +0 −31 packages/abc/image/demo/error.md
  14. +0 −26 packages/abc/image/demo/http.md
  15. +0 −31 packages/abc/image/demo/preview.md
  16. +0 −156 packages/abc/image/image.directive.ts
  17. +0 −15 packages/abc/image/image.module.ts
  18. +0 −167 packages/abc/image/image.spec.ts
  19. +0 −31 packages/abc/image/index.en-US.md
  20. +0 −1 packages/abc/image/index.ts
  21. +0 −31 packages/abc/image/index.zh-CN.md
  22. +0 −6 packages/abc/image/ng-package.json
  23. +0 −2 packages/abc/image/public_api.ts
  24. +4 −1 packages/abc/loading/loading.service.ts
  25. +2 −2 packages/abc/lodop/lodop.spec.ts
  26. +69 −0 packages/abc/observers/demo/basic.md
  27. +18 −0 packages/abc/observers/index.en-US.md
  28. +1 −0 packages/abc/observers/index.ts
  29. +19 −0 packages/abc/observers/index.zh-CN.md
  30. +6 −0 packages/abc/observers/ng-package.json
  31. +118 −0 packages/abc/observers/observer-size.ts
  32. +1 −0 packages/abc/observers/public-api.ts
  33. +2 −0 packages/abc/onboarding/onboarding.module.ts
  34. +2 −1 packages/abc/onboarding/onboarding.service.ts
  35. +3 −2 packages/abc/page-header/style/index.less
  36. +5 −2 packages/abc/pdf/demo/basic.md
  37. +29 −17 packages/abc/pdf/demo/design.md
  38. +12 −0 packages/abc/pdf/index.en-US.md
  39. +12 −0 packages/abc/pdf/index.zh-CN.md
  40. +51 −40 packages/abc/pdf/pdf.component.ts
  41. +3 −1 packages/abc/pdf/pdf.types.ts
  42. +2 −0 packages/abc/reuse-tab/index.en-US.md
  43. +3 −0 packages/abc/reuse-tab/index.zh-CN.md
  44. +1 −0 packages/abc/reuse-tab/public_api.ts
  45. +23 −1 packages/abc/reuse-tab/reuse-tab.component.spec.ts
  46. +23 −5 packages/abc/reuse-tab/reuse-tab.component.ts
  47. +18 −3 packages/abc/reuse-tab/reuse-tab.interfaces.ts
  48. +11 −0 packages/abc/reuse-tab/reuse-tab.module.ts
  49. +23 −1 packages/abc/reuse-tab/reuse-tab.service.spec.ts
  50. +22 −3 packages/abc/reuse-tab/reuse-tab.service.ts
  51. +45 −0 packages/abc/reuse-tab/reuse-tab.state.spec.ts
  52. +30 −0 packages/abc/reuse-tab/reuse-tab.state.ts
  53. +14 −11 packages/abc/se/demo/reactive.md
  54. +11 −11 packages/abc/se/demo/reset-errors.md
  55. +5 −0 packages/abc/se/se.component.ts
  56. +4 −4 packages/abc/se/se.spec.ts
  57. +2 −1 packages/abc/st/index.en-US.md
  58. +2 −1 packages/abc/st/index.zh-CN.md
  59. +21 −8 packages/abc/st/st-data-source.ts
  60. +4 −2 packages/abc/st/st.component.ts
  61. +1 −0 packages/abc/st/st.config.ts
  62. +9 −1 packages/abc/st/st.interfaces.ts
  63. +20 −0 packages/abc/st/test/st-data-source.spec.ts
  64. +14 −5 packages/abc/zip/demo/read.md
  65. +21 −12 packages/abc/zip/demo/save.md
  66. +27 −24 packages/abc/zip/zip.service.ts
  67. +14 −13 packages/abc/zip/zip.spec.ts
  68. +4 −4 packages/abc/zip/zip.types.ts
  69. +1 −1 packages/acl/src/acl.config.ts
  70. +3 −4 packages/acl/src/acl.service.spec.ts
  71. +2 −3 packages/acl/src/acl.type.ts
  72. +1 −1 packages/auth/docs/getting-started.en-US.md
  73. +1 −1 packages/auth/docs/getting-started.zh-CN.md
  74. +1 −0 packages/auth/index.ts
  75. +1 −1 packages/auth/src/auth.config.ts
  76. +9 −10 packages/auth/src/social/social.service.spec.ts
  77. +3 −4 packages/auth/src/social/social.service.ts
  78. +3 −4 packages/auth/src/store/cookie-storage.service.spec.ts
  79. +2 −3 packages/auth/src/store/local-storage.service.spec.ts
  80. +2 −3 packages/auth/src/store/session-storage.service.spec.ts
  81. +15 −0 packages/auth/src/token.ts
  82. +30 −20 packages/auth/src/token/base.interceptor.spec.ts
  83. +14 −7 packages/auth/src/token/base.interceptor.ts
  84. +2 −3 packages/auth/src/token/helper.ts
  85. +4 −4 packages/auth/src/token/interface.ts
  86. +2 −3 packages/auth/src/token/jwt/jwt.helper.ts
  87. +2 −2 packages/auth/src/token/jwt/jwt.interceptor.ts
  88. +4 −5 packages/auth/src/token/jwt/jwt.model.ts
  89. +6 −6 packages/auth/src/token/simple/simple.interceptor.spec.ts
  90. +3 −3 packages/auth/src/token/simple/simple.interceptor.ts
  91. +2 −3 packages/auth/src/token/simple/simple.model.ts
  92. +4 −4 packages/auth/src/token/token.service.spec.ts
  93. +2 −2 packages/auth/src/token/token.service.ts
  94. +22 −30 packages/cache/src/cache.service.ts
  95. +6 −35 packages/cache/src/cache.spec.ts
  96. +3 −3 packages/cache/src/interface.ts
  97. +2 −1 packages/form/docs/schema.en-US.md
  98. +1 −0 packages/form/docs/schema.zh-CN.md
  99. +52 −0 packages/form/spec/schema.spec.ts
  100. +1 −1 packages/form/src/model/form.property.ts
  101. +7 −0 packages/form/src/schema/index.ts
  102. +20 −5 packages/form/src/schema/ui.ts
  103. +10 −0 packages/form/src/style/_issues.less
  104. +2 −0 packages/form/src/style/index.less
  105. +24 −0 packages/form/src/widgets/array/array.widget.spec.ts
  106. +7 −1 packages/form/src/widgets/array/array.widget.ts
  107. +25 −14 packages/form/src/widgets/select/demo/simple.md
  108. +8 −1 packages/form/src/widgets/select/select.widget.html
  109. +12 −13 packages/mock/src/interface.ts
  110. +1 −1 packages/mock/src/mock.config.ts
  111. +5 −5 packages/mock/src/mock.interceptor.ts
  112. +4 −4 packages/mock/src/mock.service.spec.ts
  113. +7 −7 packages/mock/src/mock.service.ts
  114. +2 −2 packages/mock/src/status.error.ts
  115. +4 −0 packages/theme/docs/global.en-US.md
  116. +4 −0 packages/theme/docs/global.zh-CN.md
  117. +1 −1 packages/theme/layout-default/layout-nav.component.html
  118. +26 −2 packages/theme/layout-default/layout-nav.component.spec.ts
  119. +29 −37 packages/theme/layout-default/layout-nav.component.ts
  120. +1 −2 packages/theme/public_api.ts
  121. +2 −2 packages/theme/src/locale/languages/zh-TW.ts
  122. +1 −1 packages/theme/src/services/http/http.spec.ts
  123. +40 −0 packages/theme/src/services/http/http.token.ts
  124. +32 −0 packages/theme/src/services/http/index.en-US.md
  125. +3 −0 packages/theme/src/services/http/index.ts
  126. +34 −0 packages/theme/src/services/http/index.zh-CN.md
  127. +13 −7 packages/theme/src/services/menu/index.en-US.md
  128. +13 −7 packages/theme/src/services/menu/index.zh-CN.md
  129. +5 −29 packages/theme/src/services/menu/interface.ts
  130. +62 −1 packages/theme/src/services/menu/menu.service.spec.ts
  131. +140 −35 packages/theme/src/services/menu/menu.service.ts
  132. +1 −0 packages/theme/src/services/title/index.en-US.md
  133. +2 −1 packages/theme/src/services/title/index.zh-CN.md
  134. +28 −1 packages/theme/src/services/title/title.service.spec.ts
  135. +93 −51 packages/theme/src/services/title/title.service.ts
  136. +55 −4 packages/theme/system/antd/_drawer.less
  137. +4 −0 packages/theme/system/theme-default.less
  138. +0 −1 packages/tsconfig.spec.json
  139. +1 −1 packages/util/array/array-type.service.ts
  140. +1 −1 packages/util/browser/is-empty.spec.ts
  141. +1 −1 packages/util/browser/scroll.service.spec.ts
  142. +1 −1 packages/util/browser/style.spec.ts
  143. +1 −1 packages/util/config/abc/date-picker.type.ts
  144. +1 −1 packages/util/config/abc/image.type.ts
  145. +18 −7 packages/util/config/abc/st.type.ts
  146. +2 −0 packages/util/config/auth/auth.type.ts
  147. +3 −2 packages/util/config/config.service.ts
  148. +2 −2 packages/util/config/config.spec.ts
  149. +2 −2 packages/util/date-time/picker.spec.ts
  150. +1 −1 packages/util/date-time/picker.ts
  151. +10 −0 packages/util/other/index.en-US.md
  152. +10 −0 packages/util/other/index.zh-CN.md
  153. +10 −6 packages/util/other/lazy.service.spec.ts
  154. +43 −0 packages/util/other/object.spec.ts
  155. +40 −0 packages/util/other/object.ts
  156. +4 −0 schematics/application/index.ts
  157. +5 −0 schematics/migration.json
  158. +2 −3 schematics/ng-add/index.ts
  159. +5 −0 schematics/ng-update/index.ts
  160. +3 −23 schematics/ng-update/upgrade-rules/v12/index.spec.ts
  161. +1 −2 schematics/ng-update/upgrade-rules/v12/index.ts
  162. +1 −2 schematics/ng-update/upgrade-rules/v13/index.ts
  163. +157 −0 schematics/ng-update/upgrade-rules/v14/index.spec.ts
  164. +71 −0 schematics/ng-update/upgrade-rules/v14/index.ts
  165. +2 −1 schematics/sta/index.spec.ts
  166. +1 −1 schematics/sta/index.ts
  167. +1 −1 schematics/test.ts
  168. +1 −2 schematics/utils/log.ts
  169. +2 −5 schematics/utils/versions.ts
  170. +29 −16 schematics/utils/workspace.ts
  171. +2 −1 scripts/ci/utils.sh
  172. +1 −1 scripts/site/plugins/toc.ts
  173. +2 −0 scripts/site/route-paths.txt
  174. +3 −3 scripts/site/utils/generate-demo.ts
  175. +3 −3 scripts/site/utils/parse-md.ts
  176. +1 −1 src/app/layout/header/header.component.ts
  177. +1 −4 src/app/routes/routes.module.ts
  178. +2 −2 src/app/shared/shared-delon.module.ts
  179. +65 −37 src/dev/demo.component.ts
  180. +1 −1 tsconfig.json
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -30,19 +30,19 @@ module.exports = {
}
],
'@angular-eslint/component-class-suffix': [
'error',
'off',
{
suffixes: ['Directive', 'Component', 'Base', 'Widget', 'Property', 'HarnessTest']
}
],
'@angular-eslint/directive-class-suffix': [
'error',
'off',
{
suffixes: ['Directive', 'Component', 'Base', 'Widget']
}
],
'@angular-eslint/directive-selector': [
'error',
'off',
{
type: 'attribute',
prefix: ['nz']
184 changes: 19 additions & 165 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,179 +1,33 @@
## [13.5.2](https://github.com/ng-alain/delon/compare/13.5.1...13.5.2) (2022-07-12)
# [14.0.0](https://github.com/ng-alain/delon/compare/13.5.2...14.0.0) (2022-08-27)


### Bug Fixes

* fix 'null' is not assignable to type 'NzFormControlStatusType' ([#1502](https://github.com/ng-alain/delon/issues/1502)) ([aa6c77b](https://github.com/ng-alain/delon/commit/aa6c77b606b4104dc063f30983a4bc520193fb19))



## [13.5.1](https://github.com/ng-alain/delon/compare/13.5.0...13.5.1) (2022-06-06)


### Bug Fixes

* **abc:qr:** fix can't center ([#1481](https://github.com/ng-alain/delon/issues/1481)) ([12354f1](https://github.com/ng-alain/delon/commit/12354f17b3e203a74c6ebf85a723f9a3ff066e6d))
* **cli:** fix folder name case sensitive ([#1494](https://github.com/ng-alain/delon/issues/1494)) ([c80d102](https://github.com/ng-alain/delon/commit/c80d102bcc4410dca6b57b34c03cb457dbbdadca))
* **util:copy:** fix invalid `copy` in latest chrome ([#1483](https://github.com/ng-alain/delon/issues/1483)) ([b3072ac](https://github.com/ng-alain/delon/commit/b3072ac04c0b343ca9a4bf613c60a9bdf9c39df6))


### Performance Improvements

* 'rxjs/operators' export site has been deprecated ([#1485](https://github.com/ng-alain/delon/issues/1485)) ([d8efc02](https://github.com/ng-alain/delon/commit/d8efc02fdd23906e89c84fbd6f4b6569cea0c8e7))



# [13.5.0](https://github.com/ng-alain/delon/compare/13.4.2...13.5.0) (2022-05-13)


### Bug Fixes

* **abc:st:** fix safe null check of menus ([#1475](https://github.com/ng-alain/delon/issues/1475)) ([6f13f22](https://github.com/ng-alain/delon/commit/6f13f2287a26387e5f0ad5087b56d14d0a48882d))
* **form:** fix modify disabled & loading to cause refresh schema ([#1473](https://github.com/ng-alain/delon/issues/1473)) ([59660f9](https://github.com/ng-alain/delon/commit/59660f915922b786738769d41a91d28e79b9a774))
* **theme:layout-default:** fix RTL will misalignment in medium screen ([#1469](https://github.com/ng-alain/delon/issues/1469)) ([f5950f6](https://github.com/ng-alain/delon/commit/f5950f6a968a0f9a6ccf05e9d5c7d0c5a64635d8))
* **util:cookie:** fix wrong set value of `remove` ([#1479](https://github.com/ng-alain/delon/issues/1479)) ([66a4eb2](https://github.com/ng-alain/delon/commit/66a4eb257b33bab26082172f874ab227768a0ed7))


### Features

* **abc:st:** add `maxMultipleButton` of column ([#1474](https://github.com/ng-alain/delon/issues/1474)) ([f949623](https://github.com/ng-alain/delon/commit/f94962339cc32c2cae57a53cdbee7f7939e2a69b))
* **form:** add `delay` property ([#1471](https://github.com/ng-alain/delon/issues/1471)) ([64bf0a4](https://github.com/ng-alain/delon/commit/64bf0a4f8b8ac7b5f1bac5ce608ff6d2aa4f2f67))
* **form:** export `setErrors` method ([#1476](https://github.com/ng-alain/delon/issues/1476)) ([b501c58](https://github.com/ng-alain/delon/commit/b501c5840eb555d08367d04caec192be74dc14fc))
* **theme:http:** allow PATCH and DELETE to support request body ([#1478](https://github.com/ng-alain/delon/issues/1478)) ([2e250e4](https://github.com/ng-alain/delon/commit/2e250e4c6a50d2c522c26062eef5c7073e01d44d))
* **theme:layout-defualt:** support custom logo area ([#1470](https://github.com/ng-alain/delon/issues/1470)) ([69dc29d](https://github.com/ng-alain/delon/commit/69dc29d20ea11e92e17edf07ae2321674841b114))



## [13.4.2](https://github.com/ng-alain/delon/compare/13.4.1...13.4.2) (2022-04-01)


### Bug Fixes

* **abc:tag-select:** fix style misalignment ([#1467](https://github.com/ng-alain/delon/issues/1467)) ([a16921e](https://github.com/ng-alain/delon/commit/a16921ed3923d29103c2b37f61a9db11fe293acc))



## [13.4.1](https://github.com/ng-alain/delon/compare/13.4.0...13.4.1) (2022-03-26)


### Bug Fixes

* **cli:** fix can't use `ng g ng-alain` command in subdirectories ([#1462](https://github.com/ng-alain/delon/issues/1462)) ([5f449c6](https://github.com/ng-alain/delon/commit/5f449c6b381822c01cddf5ff0b7eaa82ec042f1b))
* **cli:** fix deprecated `--syntax` of lint-staged ([#1463](https://github.com/ng-alain/delon/issues/1463)) ([b42e6ae](https://github.com/ng-alain/delon/commit/b42e6aeed08934d42e4c11e329500c2219d0871a))
* **sf:** fix misalignment ([#1464](https://github.com/ng-alain/delon/issues/1464)) ([4f388f1](https://github.com/ng-alain/delon/commit/4f388f150a0481510dbe41473cc31fdf4ae76469))



# [13.4.0](https://github.com/ng-alain/delon/compare/13.3.0...13.4.0) (2022-03-18)


### Bug Fixes

* **abc:st:** fix misalignment when removing multiple rows ([#1459](https://github.com/ng-alain/delon/issues/1459)) ([82b20f4](https://github.com/ng-alain/delon/commit/82b20f43ffaf797a9a5d714d28dac6fb4989d4d5))
* **chart:card:** fix support html of `total` property ([#1458](https://github.com/ng-alain/delon/issues/1458)) ([e703cee](https://github.com/ng-alain/delon/commit/e703ceea8966816910a76eb74244b62a9122dff2))
* **abc:se:** fix missing error style ([#1517](https://github.com/ng-alain/delon/issues/1517)) ([c01e3de](https://github.com/ng-alain/delon/commit/c01e3de016a3beaf241c2d94b2e034b71b7b60d9))
* **form:** fix width style ([#1504](https://github.com/ng-alain/delon/issues/1504)) ([8ab8956](https://github.com/ng-alain/delon/commit/8ab89562255b561f2582f85ef9aa81b69e754e88))
* **forum:array:** fix invalid `minItems` ([#1511](https://github.com/ng-alain/delon/issues/1511)) ([923d4f4](https://github.com/ng-alain/delon/commit/923d4f40c4ee43a17e159f95e355478aaeb6cf6b))
* **theme:** fix missing xl style in vertical ([#1506](https://github.com/ng-alain/delon/issues/1506)) ([5e1edee](https://github.com/ng-alain/delon/commit/5e1edeef6c8123b6a730006db337501b086cb874))


### Features

* **abc:st:** add `addRow` method ([#1457](https://github.com/ng-alain/delon/issues/1457)) ([d26c8ba](https://github.com/ng-alain/delon/commit/d26c8ba8f31bed9f42b3ec66790600e9e4f67342))



# [13.3.0](https://github.com/ng-alain/delon/compare/13.2.1...13.3.0) (2022-03-11)


### Bug Fixes

* **sf:widget:radio:** fix SafeHtml ([#1454](https://github.com/ng-alain/delon/issues/1454)) ([4b12d0c](https://github.com/ng-alain/delon/commit/4b12d0cb10fabd97cd82f719eb527947ca16b236))


### Features

* **form:** add `feedback` ([#1452](https://github.com/ng-alain/delon/issues/1452)) ([1305849](https://github.com/ng-alain/delon/commit/1305849545316ac6ea7b117245f58d1caa2ca155))
* **theme:i18n:** add `AlainI18NGuard` guard ([#1451](https://github.com/ng-alain/delon/issues/1451)) ([4340c15](https://github.com/ng-alain/delon/commit/4340c151682d63460b9c8a872194370b72113b13))
* **theme:theme-btn:** add `themeChange` event ([#1445](https://github.com/ng-alain/delon/issues/1445)) ([4326e73](https://github.com/ng-alain/delon/commit/4326e73df0c275ad334ba9516142506100bf1223))



## [13.2.1](https://github.com/ng-alain/delon/compare/13.2.0...13.2.1) (2022-03-04)


### Bug Fixes

* **abc:media:** fix cannot redefine property error ([#1447](https://github.com/ng-alain/delon/issues/1447)) ([475e5cb](https://github.com/ng-alain/delon/commit/475e5cb639dee52952eacde9c5c70677167e50e6))
* **abc:pdf:** fix `container` must be absolutely positioned error ([#1448](https://github.com/ng-alain/delon/issues/1448)) ([c2ed8a7](https://github.com/ng-alain/delon/commit/c2ed8a7e8cdbc976561cbd30eb5b54d1fae975be))
* **chart:pie:** fix ECAIHBC error in block ([#1440](https://github.com/ng-alain/delon/issues/1440)) ([43595f2](https://github.com/ng-alain/delon/commit/43595f21c82618f5de284397bd736522f4b928f4))
* **cli:** fix duplcated `-t` ([#1443](https://github.com/ng-alain/delon/issues/1443)) ([e44df08](https://github.com/ng-alain/delon/commit/e44df0855d923e57a5dfef511aac1540663f5d8d))
* **form:tree-select:** fix typo `checkfStrictly` ([#1446](https://github.com/ng-alain/delon/issues/1446)) ([90498f0](https://github.com/ng-alain/delon/commit/90498f06c52e9e8f94f2e61d05b28977889db687))
* **form:** fix buttons misalignment in `inline` layout ([#1442](https://github.com/ng-alain/delon/issues/1442)) ([1e836f8](https://github.com/ng-alain/delon/commit/1e836f8b93dd6925245d018e85f52c0b8da6a659))



# [13.2.0](https://github.com/ng-alain/delon/compare/13.1.0...13.2.0) (2022-02-12)


### Bug Fixes

* **abc:se:** fix animation style ([#1432](https://github.com/ng-alain/delon/issues/1432)) ([3152ad6](https://github.com/ng-alain/delon/commit/3152ad677a358f4688b15d208ec580975855e77c))
* **form:** fix invalid error style ([#1430](https://github.com/ng-alain/delon/issues/1430)) ([929cca9](https://github.com/ng-alain/delon/commit/929cca98b8d48d789928145e65ac19dd657518e0))
* **form:** fix schema polluted in array ([#1431](https://github.com/ng-alain/delon/issues/1431)) ([5d33bc0](https://github.com/ng-alain/delon/commit/5d33bc0b0357c319b91a756f52d9332b82f1bc6a))


### Features

* **abc:qr:** support function of `value` ([#1437](https://github.com/ng-alain/delon/issues/1437)) ([ec21e06](https://github.com/ng-alain/delon/commit/ec21e064e0d02e9f32ce5c8d38fd0929cb531577))
* **cache:** add `emitNotify` property ([#1433](https://github.com/ng-alain/delon/issues/1433)) ([a5c15fe](https://github.com/ng-alain/delon/commit/a5c15fe5389c14fed0c5181fc6126c3be28e05d8))



# [13.1.0](https://github.com/ng-alain/delon/compare/13.0.0...13.1.0) (2022-01-15)


### Bug Fixes

* **abc:se:** fix invalid error style ([#1425](https://github.com/ng-alain/delon/issues/1425)) ([2b74c66](https://github.com/ng-alain/delon/commit/2b74c6662bd8e56f2d185064ccfef8a6fef27f60))
* **cli:module:** fix missing comma ([#1428](https://github.com/ng-alain/delon/issues/1428)) ([c3dba05](https://github.com/ng-alain/delon/commit/c3dba05ca33a16f321098e46b5d88aea5ef3b98d))
* **cli:** fix `lint:style` script ([#1421](https://github.com/ng-alain/delon/issues/1421)) ([37089eb](https://github.com/ng-alain/delon/commit/37089ebef07e0e74593fa78cb3e4bb361ea1a0cc))


### Features

* **chart:*:** add `ready` event ([#1426](https://github.com/ng-alain/delon/issues/1426)) ([4fd46a6](https://github.com/ng-alain/delon/commit/4fd46a65afc410188bdfd35d1207e2734ff17c44))
* **cli:** add generation of service file ([#1427](https://github.com/ng-alain/delon/issues/1427)) ([794c569](https://github.com/ng-alain/delon/commit/794c569ea1dcdeec5eaadca643866bdea2c2b2d8))


### Performance Improvements

* more friendly generic support ([#1422](https://github.com/ng-alain/delon/issues/1422)) ([0ff1988](https://github.com/ng-alain/delon/commit/0ff1988c24e3dfa766b9f3b0d33c185ded6c95e0))
* remove deprecated ([#1424](https://github.com/ng-alain/delon/issues/1424)) ([36031a4](https://github.com/ng-alain/delon/commit/36031a4d133e495276693109fd8e014210bd75f7))



# [13.0.0](https://github.com/ng-alain/delon/compare/12.4.2...13.0.0) (2022-01-03)


### Bug Fixes

* **abc:lodop:** Update lodop.types.ts ([#1400](https://github.com/ng-alain/delon/issues/1400)) ([3fb7b41](https://github.com/ng-alain/delon/commit/3fb7b41859a3eb6a3c987cfa8141b9d5c90ee86e))
* **cli:ng-add:** fix ingore invalid node version ([#1401](https://github.com/ng-alain/delon/issues/1401)) ([1c15596](https://github.com/ng-alain/delon/commit/1c1559606595fdd3630a8e1cb664c7bef7e3263f))
* **form:array:** fix array spanlabelfixed style ([#1407](https://github.com/ng-alain/delon/issues/1407)) ([a7c6450](https://github.com/ng-alain/delon/commit/a7c64508dba9d50efaa77a589e8e8beb75ad8f43))
* **form:autocomplete:** fix can't be set default value ([#1406](https://github.com/ng-alain/delon/issues/1406)) ([d18aa43](https://github.com/ng-alain/delon/commit/d18aa43e85772eb7231bb5970f5c9716abde7c4d))
* **theme:layout-default:** fix can't hide submenu when move to other ([#1411](https://github.com/ng-alain/delon/issues/1411)) ([22cacb4](https://github.com/ng-alain/delon/commit/22cacb4eb3d9cc18e67c3953aff81537193f2cbc))


### Features

* **abc:se:** add `hideLabel` property ([#1402](https://github.com/ng-alain/delon/issues/1402)) ([3ec8d06](https://github.com/ng-alain/delon/commit/3ec8d0675261d04cfbf61f14c51cff99cee1734f))
* **cli:** add `ng update` of verion 13 ([#1418](https://github.com/ng-alain/delon/issues/1418)) ([76d713d](https://github.com/ng-alain/delon/commit/76d713d12bc0796976cf569d287c2200addf1f1b))
* **cli:** please use yarn instead of NPM to install dependencies ([#1415](https://github.com/ng-alain/delon/issues/1415)) ([0bf930c](https://github.com/ng-alain/delon/commit/0bf930ca48a2ee230fb5ed708bd19f9adc72a37c))
* **form:array:** add `required` property ([#1408](https://github.com/ng-alain/delon/issues/1408)) ([8f3510e](https://github.com/ng-alain/delon/commit/8f3510e22331fab8a65ab0d7a0217dcf52d329ff))
* **abc:observers:** add `[observeSize]` directive ([#1501](https://github.com/ng-alain/delon/issues/1501)) ([8bebd30](https://github.com/ng-alain/delon/commit/8bebd30e7d32a8a2c5068a787b993a28330fd3f1))
* **abc:pdf:** add `eventBus` property ([#1492](https://github.com/ng-alain/delon/issues/1492)) ([57f340f](https://github.com/ng-alain/delon/commit/57f340f497451e3548893fe6cf2726a349a46735))
* **abc:reuse-tab:** add `canClose` property ([#1497](https://github.com/ng-alain/delon/issues/1497)) ([347745a](https://github.com/ng-alain/delon/commit/347745ae2f7faa0c6a3780b62a422021fa424b7c))
* **abc:reuse-tab:** support status of the last browser closed ([#1493](https://github.com/ng-alain/delon/issues/1493)) ([94f2986](https://github.com/ng-alain/delon/commit/94f2986413a01ab658c861866d77cc529a4c5e0d))
* **abc:st:** add function of `reName` ([#1500](https://github.com/ng-alain/delon/issues/1500)) ([9a0c96e](https://github.com/ng-alain/delon/commit/9a0c96eed22436a566221943fe01dfa520bbbccf))
* **abc:st:** add whether to ignore `null` or `undefined` value ([#1515](https://github.com/ng-alain/delon/issues/1515)) ([4747bcd](https://github.com/ng-alain/delon/commit/4747bcdc476ee819bc229b52823fed1f5349be67))
* add `ALLOW_ANONYMOUS`, `CUSTOM_ERROR`, `IGNORE_BASE_URL`, `RAW_BODY` ([#1486](https://github.com/ng-alain/delon/issues/1486)) ([4a6755e](https://github.com/ng-alain/delon/commit/4a6755ef078275ee3ae4cd996570cd9259ab5aec))
* **form:** add `hide` property ([#1516](https://github.com/ng-alain/delon/issues/1516)) ([6df7c38](https://github.com/ng-alain/delon/commit/6df7c389b505a71667f71b96d05e818676172537))
* **form:** add `visibleIfLogical` logical type ([#1496](https://github.com/ng-alain/delon/issues/1496)) ([7af1397](https://github.com/ng-alain/delon/commit/7af13975d93a856fcbb5195bd9da3d2cf0fddf68))
* **theme:title:** add `selector` property ([#1487](https://github.com/ng-alain/delon/issues/1487)) ([b15f35f](https://github.com/ng-alain/delon/commit/b15f35f6603402595c59ec1b8b38703c4c4da2aa))
* **theme:** add `RAW_BODY` token ([#1521](https://github.com/ng-alain/delon/issues/1521)) ([4684d9c](https://github.com/ng-alain/delon/commit/4684d9c7ef10da94e311fd3e8b8f719ce21e28e6))
* **util:** add `omit` ([#1519](https://github.com/ng-alain/delon/issues/1519)) ([15bb062](https://github.com/ng-alain/delon/commit/15bb062240d282e7635bea90cdff31d732618d40))


### Performance Improvements

* remove ie support ([#1419](https://github.com/ng-alain/delon/issues/1419)) ([c2279c4](https://github.com/ng-alain/delon/commit/c2279c47449360576609b3da47b47ff2b2449e94))
* tree-shake warnings in production ([#1417](https://github.com/ng-alain/delon/issues/1417)) ([e98cf99](https://github.com/ng-alain/delon/commit/e98cf9939865a4b04b1626d9bfcd76b41e16c8f1))
* **util:copy:** use standard interface `navigator.clipboard` ([#1413](https://github.com/ng-alain/delon/issues/1413)) ([ed7834b](https://github.com/ng-alain/delon/commit/ed7834b9730f350d3fbe6498aea6d54c43d44436))

* **cli:** ignore ajv ([#1498](https://github.com/ng-alain/delon/issues/1498)) ([1a6b107](https://github.com/ng-alain/delon/commit/1a6b10758e42262accd3dfc212354b3af3f26402))
* **cli:** sync rxjs version when ng update ([#1508](https://github.com/ng-alain/delon/issues/1508)) ([b682374](https://github.com/ng-alain/delon/commit/b682374b33502ddf53c83c31eb65fa5d9b131dc4))


Loading