Skip to content

Commit

Permalink
release(13.4.0): release 13.4.0 (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Mar 18, 2022
1 parent 855be9e commit 1e80665
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [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))


### 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)


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

---

# [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))

### 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
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

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

### Bug Fixes

* **abc:st:** 修复删除多行时出现错位 ([#1459](https://github.com/ng-alain/delon/issues/1459)) ([82b20f4](https://github.com/ng-alain/delon/commit/82b20f43ffaf797a9a5d714d28dac6fb4989d4d5))
* **chart:card:** 修复 `total` 属性支持HTML ([#1458](https://github.com/ng-alain/delon/issues/1458)) ([e703cee](https://github.com/ng-alain/delon/commit/e703ceea8966816910a76eb74244b62a9122dff2))

### Features

* **abc:st:** 新增 `addRow` 方法 ([#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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delon",
"version": "13.3.0",
"version": "13.4.0",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down

0 comments on commit 1e80665

Please sign in to comment.