Skip to content

Commit

Permalink
build(release): release a new version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Jul 16, 2023
1 parent c5d5032 commit b196eb1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions example/docs/guide/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ timeline: true

`dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。

## 0.2.10

`2023-07-16`

- 🐞 修复头部导航链接为外部链接时不能正确设置其跳转值。
- 🐞 `sidebarGroupModePath` 配置删除正则匹配选项,原因在于正则类型在 dumi 内部无法被正常序列化。
- 🆕 新增 `InstallDependencies` 内置组件[详情](/guide/builtins-install-dependencies)
- 🆕 新增 `loading` 配置项,用于增强页面交互体验[详情](/config/base#loading)
- 📃 文档更新:将内置组件菜单调整为二级导航菜单。

## 0.2.9

`2023-07-11`
Expand Down
10 changes: 10 additions & 0 deletions example/docs/guide/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ timeline: true

`dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。

## 0.2.10

`2023-07-16`

- 🐞 修复头部导航链接为外部链接时不能正确设置其跳转值。
- 🐞 `sidebarGroupModePath` 配置删除正则匹配选项,原因在于正则类型在 dumi 内部无法被正常序列化。
- 🆕 新增 `InstallDependencies` 内置组件[详情](/guide/builtins-install-dependencies)
- 🆕 新增 `loading` 配置项,用于增强页面交互体验[详情](/config/base#loading)
- 📃 文档更新:将内置组件菜单调整为二级导航菜单。

## 0.2.9

`2023-07-11`
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": "dumi-theme-antd",
"version": "0.2.9",
"version": "0.2.10",
"description": "Ant Design 5.0 官网风格类似的 dumi2 主题插件",
"keywords": [
"dumi",
Expand Down

0 comments on commit b196eb1

Please sign in to comment.