diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b0e41b83..978283cbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22) + + +### Bug Fixes + +* **chart:** remove empty theme variable ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498)) +* **chart:echarts:** fix can't percentage of width ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69)) +* **form:** fix should be triggered `reset` every time when can be displayed ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008)) + + + ## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index 600b1d1dda..d3871ab552 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -14,6 +14,15 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh- --- +## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22) + +### Bug Fixes + +* **chart:** remove empty theme variable ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498)) +* **chart:echarts:** fix can't percentage of width ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69)) +* **form:** fix should be triggered `reset` every time when can be displayed ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008)) + + ## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26) ### Bug Fixes diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 5ffa571d6b..0d4d6381ab 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -14,6 +14,15 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) --- +## [11.10.3](https://github.com/ng-alain/delon/compare/11.10.2...11.10.3) (2021-06-22) + +### Bug Fixes + +* **chart:** 移除不必要的空文件 ([#1257](https://github.com/ng-alain/delon/issues/1257)) ([c0a7c01](https://github.com/ng-alain/delon/commit/c0a7c01792bfe5ff47d95febf6893e2008ac2498)) +* **chart:echarts:** 修复无法设置百分比 ([#1261](https://github.com/ng-alain/delon/issues/1261)) ([aeb5d6f](https://github.com/ng-alain/delon/commit/aeb5d6f97996ee3f74ff6ed3a6964a7d5399ff69)) +* **form:** 修复显隐切换时无法触发 `reset` 操作 ([#1260](https://github.com/ng-alain/delon/issues/1260)) ([10431c0](https://github.com/ng-alain/delon/commit/10431c005faea81e8943b9681d6f67fb936f9008)) + + ## [11.10.2](https://github.com/ng-alain/delon/compare/11.10.1...11.10.2) (2021-05-26) ### Bug Fixes diff --git a/package.json b/package.json index c63beb1231..247f8128bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "delon", - "version": "11.10.2", + "version": "11.10.3", "description": "Delon is a set of essential modules for NG-ALAIN.", "keywords": [ "delon",