Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(18.2.0): release 18.2.0 #1840

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
release(18.2.0): release 18.2.0
mo-gong committed Oct 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 050667b42000f8cf1d4fadbf0f64a077f56bc63c
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 18.2.0 (2024-10-04)

* chore: bump angualr to `18.2` (#1831) ([67291ce](https://github.com/ng-alain/delon/commit/67291ce)), closes [#1831](https://github.com/ng-alain/delon/issues/1831)
* chore: bump angular to 18.2 (#1839) ([3b98303](https://github.com/ng-alain/delon/commit/3b98303)), closes [#1839](https://github.com/ng-alain/delon/issues/1839)
* docs: missing 17 doc link (#1829) ([f8d383a](https://github.com/ng-alain/delon/commit/f8d383a)), closes [#1829](https://github.com/ng-alain/delon/issues/1829)
* docs: typo (#1838) ([4519194](https://github.com/ng-alain/delon/commit/4519194)), closes [#1838](https://github.com/ng-alain/delon/issues/1838)
* docs(auth): typo (#1830) ([86f009a](https://github.com/ng-alain/delon/commit/86f009a)), closes [#1830](https://github.com/ng-alain/delon/issues/1830)
* docs(mock): 修复Mock组件文档中MockOptions配置表格中的表头错位. (#1837) ([6477587](https://github.com/ng-alain/delon/commit/6477587)), closes [#1837](https://github.com/ng-alain/delon/issues/1837)
* fix(cli): fix could not find any [routes] variable (#1832) ([380f7ab](https://github.com/ng-alain/delon/commit/380f7ab)), closes [#1832](https://github.com/ng-alain/delon/issues/1832)
* feat(form:tree-select): add `change` of schema (#1827) ([f110664](https://github.com/ng-alain/delon/commit/f110664)), closes [#1827](https://github.com/ng-alain/delon/issues/1827)
* feat(theme:menu): add `last` argument of `find` (#1834) ([c581b94](https://github.com/ng-alain/delon/commit/c581b94)), closes [#1834](https://github.com/ng-alain/delon/issues/1834)
* feat(theme:modal): support build-in and focus button (#1828) ([145de7d](https://github.com/ng-alain/delon/commit/145de7d)), closes [#1828](https://github.com/ng-alain/delon/issues/1828)
* fix(abc:st): fix submenu blank area to be clickable (#1833) ([89278a3](https://github.com/ng-alain/delon/commit/89278a3)), closes [#1833](https://github.com/ng-alain/delon/issues/1833)
* feat(theme): add `.hide-scrollbar` style (#1835) ([c4e07f2](https://github.com/ng-alain/delon/commit/c4e07f2)), closes [#1835](https://github.com/ng-alain/delon/issues/1835)



## 18.1.0 (2024-08-05)

* chore: bump angular to 18.1 (#1825) ([151b63f](https://github.com/ng-alain/delon/commit/151b63f)), closes [#1825](https://github.com/ng-alain/delon/issues/1825)
15 changes: 15 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,21 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

## 18.2.0 (2024-10-04)

### Features

* feat(form:tree-select): add `change` of schema (#1827) ([f110664](https://github.com/ng-alain/delon/commit/f110664)), closes [#1827](https://github.com/ng-alain/delon/issues/1827)
* feat(theme:menu): add `last` argument of `find` (#1834) ([c581b94](https://github.com/ng-alain/delon/commit/c581b94)), closes [#1834](https://github.com/ng-alain/delon/issues/1834)
* feat(theme:modal): support build-in and focus button (#1828) ([145de7d](https://github.com/ng-alain/delon/commit/145de7d)), closes [#1828](https://github.com/ng-alain/delon/issues/1828)
* feat(theme): add `.hide-scrollbar` style (#1835) ([c4e07f2](https://github.com/ng-alain/delon/commit/c4e07f2)), closes [#1835](https://github.com/ng-alain/delon/issues/1835)

### Bug Fixes

* fix(abc:st): fix submenu blank area to be clickable (#1833) ([89278a3](https://github.com/ng-alain/delon/commit/89278a3)), closes [#1833](https://github.com/ng-alain/delon/issues/1833)
* fix(cli): fix could not find any [routes] variable (#1832) ([380f7ab](https://github.com/ng-alain/delon/commit/380f7ab)), closes [#1832](https://github.com/ng-alain/delon/issues/1832)


## 18.1.0 (2024-08-05)

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

---


## 18.2.0 (2024-10-04)

### Features

* feat(form:tree-select): 在 schema 下新增 `change` 接口 (#1827) ([f110664](https://github.com/ng-alain/delon/commit/f110664)), closes [#1827](https://github.com/ng-alain/delon/issues/1827)
* feat(theme:menu): `find` 方法新增 `last` 选项 (#1834) ([c581b94](https://github.com/ng-alain/delon/commit/c581b94)), closes [#1834](https://github.com/ng-alain/delon/issues/1834)
* feat(theme:modal): 新增支持内置方法与焦点按钮 (#1828) ([145de7d](https://github.com/ng-alain/delon/commit/145de7d)), closes [#1828](https://github.com/ng-alain/delon/issues/1828)
* feat(theme): 新增 `.hide-scrollbar` 隐藏滚动条样式 (#1835) ([c4e07f2](https://github.com/ng-alain/delon/commit/c4e07f2)), closes [#1835](https://github.com/ng-alain/delon/issues/1835)

### Bug Fixes

* fix(abc:st): 修复子菜单空白区域不触发点击 (#1833) ([89278a3](https://github.com/ng-alain/delon/commit/89278a3)), closes [#1833](https://github.com/ng-alain/delon/issues/1833)
* fix(cli): 修复未找到 [routes] 变量 (#1832) ([380f7ab](https://github.com/ng-alain/delon/commit/380f7ab)), closes [#1832](https://github.com/ng-alain/delon/issues/1832)


## 18.1.0 (2024-08-05)

### Features
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": "18.1.0",
"version": "18.2.0",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
Loading