Skip to content

Commit

Permalink
release(13.3.0): release 13.3.0 (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Mar 11, 2022
1 parent 4b12d0c commit 46c00e6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [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)


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

---

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

---

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

### Bug Fixes

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

### Features

* **form:** 新增 `feedback` 反馈状态相关属性与操作 ([#1452](https://github.com/ng-alain/delon/issues/1452)) ([1305849](https://github.com/ng-alain/delon/commit/1305849545316ac6ea7b117245f58d1caa2ca155))
* **theme:i18n:** 新增 `AlainI18NGuard` 守卫,用于国际化体现在URL上 ([#1451](https://github.com/ng-alain/delon/issues/1451)) ([4340c15](https://github.com/ng-alain/delon/commit/4340c151682d63460b9c8a872194370b72113b13))
* **theme:theme-btn:** 新增 `themeChange` 事件 ([#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
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.2.1",
"version": "13.3.0",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Expand Down

0 comments on commit 46c00e6

Please sign in to comment.