Skip to content

Commit

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

## 0.2.7

`2023-07-11`

- 🐞 修复非多语言模式下,`useLocaleValue` 无法获取 actions 值 [#13](https://github.com/KuangPF/dumi-theme-antd/pull/13)
- 🐞 当 actions `url` 为绝对路径时,Button 按钮 key 值适配 [#15](https://github.com/KuangPF/dumi-theme-antd/pull/15)
- 🆕 rtl 导航支持配置,详见 [rtl](/config/base-en#rtl)

`2023-06-08`

- 🆕 增加图片预览 `<ImagePreview />` 内置组件。
Expand All @@ -18,7 +24,7 @@ timeline: true
`2023-06-05`

- 🆕 支持 `LTR` 以及 `RTL` 文字方向切换。
- 🆕 支持 antd 定制主题配置,详见 [theme](/config/base#theme)
- 🆕 支持 antd 定制主题配置,详见 [theme](/config/base-en#theme)
- 🐞 修复传入 `bannerConfig` 配置,头部图片被压缩。[#7](https://github.com/KuangPF/dumi-theme-antd/issues/7)

## 0.2.5
Expand Down
8 changes: 8 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,14 @@ timeline: true

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

## 0.2.8

`2023-07-11`

- 🐞 修复非多语言模式下,`useLocaleValue` 无法获取 actions 值 [#13](https://github.com/KuangPF/dumi-theme-antd/pull/13)
- 🐞 当 actions `url` 为绝对路径时,Button 按钮 key 值适配 [#15](https://github.com/KuangPF/dumi-theme-antd/pull/15)
- 🆕 rtl 导航支持配置,详见 [rtl](/config/base#rtl)

## 0.2.7

`2023-06-08`
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.7",
"version": "0.2.8",
"description": "Ant Design 5.0 官网风格类似的 dumi2 主题插件",
"keywords": [
"dumi",
Expand Down

0 comments on commit d78483b

Please sign in to comment.