Skip to content

Commit

Permalink
release(11.9.0): release 11.9.0 (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Apr 9, 2021
1 parent 7a6c329 commit c04898a
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [11.9.0](https://github.com/ng-alain/delon/compare/11.8.1...11.9.0) (2021-04-09)


### Bug Fixes

* **acl:** keeping pure lib ([#1229](https://github.com/ng-alain/delon/issues/1229)) ([3e79ad2](https://github.com/ng-alain/delon/commit/3e79ad238aa35eb2733a61923594805b7f30ee96))
* **theme:theme-btn:** optimize Keys of storage ([#1224](https://github.com/ng-alain/delon/issues/1224)) ([8a40157](https://github.com/ng-alain/delon/commit/8a401578b12a281b90ceb00b481bcef239825e6a))


### Features

* **abc:pdf:** add `loading` of pdf file loading ([#1228](https://github.com/ng-alain/delon/issues/1228)) ([b4effc5](https://github.com/ng-alain/delon/commit/b4effc5552864d79d7320dab151053b97cc9dbef))
* **util:currency:** add ingoreZeroPrecision property ([#1222](https://github.com/ng-alain/delon/issues/1222)) ([dd10674](https://github.com/ng-alain/delon/commit/dd10674311283a9a4643457ad1e2003be98139bd))
* **util:CurrencyService:** add support angular `currency` pipe render type ([#1230](https://github.com/ng-alain/delon/issues/1230)) ([7a6c329](https://github.com/ng-alain/delon/commit/7a6c32998dcbb62a3b100214eb234032411ab223))



## [11.8.1](https://github.com/ng-alain/delon/compare/11.8.0...11.8.1) (2021-03-17)


Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

# [11.9.0](https://github.com/ng-alain/delon/compare/11.8.1...11.9.0) (2021-04-09)

### Bug Fixes

* **acl:** keeping pure lib ([#1229](https://github.com/ng-alain/delon/issues/1229)) ([3e79ad2](https://github.com/ng-alain/delon/commit/3e79ad238aa35eb2733a61923594805b7f30ee96))
* **theme:theme-btn:** optimize Keys of storage ([#1224](https://github.com/ng-alain/delon/issues/1224)) ([8a40157](https://github.com/ng-alain/delon/commit/8a401578b12a281b90ceb00b481bcef239825e6a))

### Features

* **abc:pdf:** add `loading` of pdf file loading ([#1228](https://github.com/ng-alain/delon/issues/1228)) ([b4effc5](https://github.com/ng-alain/delon/commit/b4effc5552864d79d7320dab151053b97cc9dbef))
* **util:currency:** add `ingoreZeroPrecision` property ([#1222](https://github.com/ng-alain/delon/issues/1222)) ([dd10674](https://github.com/ng-alain/delon/commit/dd10674311283a9a4643457ad1e2003be98139bd))
* **util:CurrencyService:** add support angular `currency` pipe render type ([#1230](https://github.com/ng-alain/delon/issues/1230)) ([7a6c329](https://github.com/ng-alain/delon/commit/7a6c32998dcbb62a3b100214eb234032411ab223))


## [11.8.1](https://github.com/ng-alain/delon/compare/11.8.0...11.8.1) (2021-03-17)

### Bug Fixes
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

# [11.9.0](https://github.com/ng-alain/delon/compare/11.8.1...11.9.0) (2021-04-09)

### Bug Fixes

* **acl:** 修复并减少不必要的依赖 ([#1229](https://github.com/ng-alain/delon/issues/1229)) ([3e79ad2](https://github.com/ng-alain/delon/commit/3e79ad238aa35eb2733a61923594805b7f30ee96))
* **theme:theme-btn:** 修复键名可配置化 ([#1224](https://github.com/ng-alain/delon/issues/1224)) ([8a40157](https://github.com/ng-alain/delon/commit/8a401578b12a281b90ceb00b481bcef239825e6a))

### Features

* **abc:pdf:** 新增 pdf 文件加载过程中显示 `loading` 效果 ([#1228](https://github.com/ng-alain/delon/issues/1228)) ([b4effc5](https://github.com/ng-alain/delon/commit/b4effc5552864d79d7320dab151053b97cc9dbef))
* **util:currency:** 新增 `ingoreZeroPrecision` 属性 ([#1222](https://github.com/ng-alain/delon/issues/1222)) ([dd10674](https://github.com/ng-alain/delon/commit/dd10674311283a9a4643457ad1e2003be98139bd))
* **util:CurrencyService:** 新增支持 angular 原生 `currency` 管道渲染方式 ([#1230](https://github.com/ng-alain/delon/issues/1230)) ([7a6c329](https://github.com/ng-alain/delon/commit/7a6c32998dcbb62a3b100214eb234032411ab223))


## [11.8.1](https://github.com/ng-alain/delon/compare/11.8.0...11.8.1) (2021-03-17)

### Bug Fixes
Expand Down
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delon",
"version": "11.8.1",
"version": "11.9.0",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down Expand Up @@ -46,14 +46,14 @@
"ssr:prerender": "npm run site:build && npm run ng-high-memory run site:prerender"
},
"dependencies": {
"@angular/animations": "~11.2.7",
"@angular/common": "~11.2.7",
"@angular/compiler": "~11.2.7",
"@angular/core": "~11.2.7",
"@angular/forms": "~11.2.7",
"@angular/platform-browser": "~11.2.7",
"@angular/platform-browser-dynamic": "~11.2.7",
"@angular/router": "~11.2.7",
"@angular/animations": "~11.2.9",
"@angular/common": "~11.2.9",
"@angular/compiler": "~11.2.9",
"@angular/core": "~11.2.9",
"@angular/forms": "~11.2.9",
"@angular/platform-browser": "~11.2.9",
"@angular/platform-browser-dynamic": "~11.2.9",
"@angular/router": "~11.2.9",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3",
Expand All @@ -70,26 +70,26 @@
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"ng-github-button": "^11.0.1",
"ng-zorro-antd": "^11.3.0",
"ng-zorro-antd": "^11.4.0",
"ngx-color": "^6.2.0",
"ngx-countdown": "^11.0.1",
"ngx-countdown": "^11.0.3",
"ngx-highlight-js": "^11.1.0",
"ngx-simplemde": "^10.0.0",
"ngx-tinymce": "^11.0.0",
"ngx-ueditor": "^11.0.0",
"ngx-ueditor": "^11.0.1",
"qrious": "^4.0.2",
"@webcomponents/custom-elements": "^1.4.2",
"aos": "^3.0.0-beta.6",
"docsearch.js": "^2.6.3",
"@ng-util/monaco-editor": "^11.1.0",
"@nguniversal/express-engine": "~11.2.0",
"@ng-util/monaco-editor": "^11.2.0",
"@nguniversal/express-engine": "~11.2.1",
"express": "^4.17.1",
"isutf8": "^3.1.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.6",
"@angular/cli": "~11.2.6",
"@angular/compiler-cli": "~11.2.7",
"@angular-devkit/build-angular": "~0.1102.8",
"@angular/cli": "~11.2.8",
"@angular/compiler-cli": "~11.2.9",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
Expand All @@ -111,7 +111,6 @@
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.6",
"@types/aos": "^3.0.3",
"@schematics/schematics": "~0.1102.1",
"@types/file-saver": "^2.0.1",
"@types/deep-extend": "^0.4.31",
"@types/extend": "^3.0.1",
Expand All @@ -135,7 +134,7 @@
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.0.1",
"ng-packagr": "^11.1.2",
"ng-packagr": "^11.2.4",
"tsickle": "^0.39.1",
"parse5": "^6.0.1",
"prettier": "^2.2.1",
Expand All @@ -160,7 +159,7 @@
"@nguniversal/builders": "^11.0.1",
"@types/express": "^4.17.9",
"html-minifier-terser": "^5.1.1",
"terser": "^5.5.1"
"terser": "^5.6.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c04898a

Please sign in to comment.