From 49793dcffd628bddc6ded81c87337475853fa1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Sat, 13 Jul 2019 00:13:23 +0800 Subject: [PATCH] release(8.1.0): release 8.1.0 (#650) --- CHANGELOG.md | 18 ++++++++++++++++++ docs/changelog.en-US.md | 19 +++++++++++++++++++ docs/changelog.zh-CN.md | 19 +++++++++++++++++++ package.json | 4 ++-- 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f960696..4c0bb0d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [8.1.0](https://github.com/ng-alain/delon/compare/8.0.0...8.1.0) (2019-07-12) + + +### Bug Fixes + +* **abc:st:** fix losing default page config ([#649](https://github.com/ng-alain/delon/issues/649)) ([8f59ea2](https://github.com/ng-alain/delon/commit/8f59ea2)) +* **form:** fix losing inherit of `ui` property value ([#647](https://github.com/ng-alain/delon/issues/647)) ([f2df673](https://github.com/ng-alain/delon/commit/f2df673)) +* **form:** fix missing style of widget item ([#646](https://github.com/ng-alain/delon/issues/646)) ([fe2f0fe](https://github.com/ng-alain/delon/commit/fe2f0fe)) +* **theme:menu:** fix can be choose one of `text` or `i18n` ([#648](https://github.com/ng-alain/delon/issues/648)) ([3200998](https://github.com/ng-alain/delon/commit/3200998)) + + +### Features + +* **abc:st:** add `index` argument of `format` ([#644](https://github.com/ng-alain/delon/issues/644)) ([498d0b7](https://github.com/ng-alain/delon/commit/498d0b7)) +* **cli:** add proxying to a backend server ([#645](https://github.com/ng-alain/delon/issues/645)) ([10c91d8](https://github.com/ng-alain/delon/commit/10c91d8)) + + + # [8.0.0](https://github.com/ng-alain/delon/compare/8.0.0-rc.1...8.0.0) (2019-07-03) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 3f012c999..7dde93053 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,25 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +# [8.1.0](https://github.com/ng-alain/delon/compare/8.0.0...8.1.0) (2019-07-12) + +### Scaffold + +* feat: add proxying to a backend server ([#1237](https://github.com/ng-alain/ng-alain/pull/1237)) + +### Bug Fixes + +* **abc:st:** fix losing default `page` config ([#649](https://github.com/ng-alain/delon/issues/649)) ([8f59ea2](https://github.com/ng-alain/delon/commit/8f59ea2)) +* **form:** fix losing inherit of `ui` property value ([#647](https://github.com/ng-alain/delon/issues/647)) ([f2df673](https://github.com/ng-alain/delon/commit/f2df673)) +* **form:** fix missing style of widget item ([#646](https://github.com/ng-alain/delon/issues/646)) ([fe2f0fe](https://github.com/ng-alain/delon/commit/fe2f0fe)) +* **theme:menu:** fix can be choose one of `text` or `i18n` ([#648](https://github.com/ng-alain/delon/issues/648)) ([3200998](https://github.com/ng-alain/delon/commit/3200998)) + +### Features + +* **abc:st:** add `index` argument of `format` ([#644](https://github.com/ng-alain/delon/issues/644)) ([498d0b7](https://github.com/ng-alain/delon/commit/498d0b7)) +* **cli:** add proxying to a backend server ([#645](https://github.com/ng-alain/delon/issues/645)) ([10c91d8](https://github.com/ng-alain/delon/commit/10c91d8)) + + # [8.0.0](https://github.com/ng-alain/delon/compare/8.0.0-rc.1...8.0.0) (2019-07-03) **`8.0.0` version has some breaking changes. pls read more [Upgrade Guide](https://ng-alain.com/docs/upgrade-v8/en).** diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 96e2f9dca..a98d7713a 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,25 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +# [8.1.0](https://github.com/ng-alain/delon/compare/8.0.0...8.1.0) (2019-07-12) + +### Scaffold + +* 新增使用 `proxyConfig` 选项来代理后端服务器配置 ([#1237](https://github.com/ng-alain/ng-alain/pull/1237)) + +### Bug Fixes + +* **abc:st:** 修复 `page` 丢失默认配置项 ([#649](https://github.com/ng-alain/delon/issues/649)) ([8f59ea2](https://github.com/ng-alain/delon/commit/8f59ea2)) +* **form:** 修复 `ui` 属性无法继承问题 ([#647](https://github.com/ng-alain/delon/issues/647)) ([f2df673](https://github.com/ng-alain/delon/commit/f2df673)) +* **form:** 修复小部件样式 ([#646](https://github.com/ng-alain/delon/issues/646)) ([fe2f0fe](https://github.com/ng-alain/delon/commit/fe2f0fe)) +* **theme:menu:** 修复 `text` 或 `i18n` 二选一 ([#648](https://github.com/ng-alain/delon/issues/648)) ([3200998](https://github.com/ng-alain/delon/commit/3200998)) + +### Features + +* **abc:st:** 新增 `format` 的 `index` 参数 ([#644](https://github.com/ng-alain/delon/issues/644)) ([498d0b7](https://github.com/ng-alain/delon/commit/498d0b7)) +* **cli:** 新增使用 `proxyConfig` 选项来代理后端服务器配置 ([#645](https://github.com/ng-alain/delon/issues/645)) ([10c91d8](https://github.com/ng-alain/delon/commit/10c91d8)) + + # [8.0.0](https://github.com/ng-alain/delon/compare/8.0.0-rc.1...8.0.0) (2019-07-03) **`8.0.0` 版本有一些破坏性变更,更多请阅读[升级指南](https://ng-alain.com/docs/upgrade-v8/zh)。** diff --git a/package.json b/package.json index 9628a4c88..a59cd7161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "8.0.0", + "version": "8.1.0", "typings": "index.d.ts", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ @@ -60,7 +60,7 @@ "file-saver": "^2.0.1", "marked": "^0.6.2", "ng-github-button": "^2.1.4", - "ng-zorro-antd": "^8.0.1", + "ng-zorro-antd": "^8.0.2", "ng2-ace-editor": "^0.3.9", "ngx-color": "^3.0.3", "ngx-countdown": "^3.2.0",