diff --git a/CHANGELOG.md b/CHANGELOG.md index 18abf97be..8dff7c0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index b87b569f2..ffdbc0d1f 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -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 diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index b384be3d9..93975d7ee 100644 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -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 diff --git a/package.json b/package.json index 31afbe18f..e350b9323 100644 --- a/package.json +++ b/package.json @@ -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",