diff --git a/example/docs/guide/changelog.en-US.md b/example/docs/guide/changelog.en-US.md index a57a18c..8a48cdb 100644 --- a/example/docs/guide/changelog.en-US.md +++ b/example/docs/guide/changelog.en-US.md @@ -7,6 +7,16 @@ timeline: true `dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 +## 0.2.11 + +`2023-07-19` + +- 🐞 修复 `useLocaleValue` 多语言模式下取值兼容问题[#17](https://github.com/KuangPF/dumi-theme-antd/issues/17)。 +- 🐞 修复 `title` 配置为多语言时,document.title 展示异常。 +- 🛠 配置项 `moreLinks` 支持多语言配置。 +- 💄 优化首页 `features` 大于三项时布局展示。 +- 💄 Footer 删除默认拼接模式,渲染值完全由传入值接管。 + ## 0.2.10 `2023-07-16` diff --git a/example/docs/guide/changelog.zh-CN.md b/example/docs/guide/changelog.zh-CN.md index 3c34166..0505e25 100644 --- a/example/docs/guide/changelog.zh-CN.md +++ b/example/docs/guide/changelog.zh-CN.md @@ -7,6 +7,16 @@ timeline: true `dumi-theme-antd` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 +## 0.2.11 + +`2023-07-19` + +- 🐞 修复 `useLocaleValue` 多语言模式下取值兼容问题[#17](https://github.com/KuangPF/dumi-theme-antd/issues/17)。 +- 🐞 修复 `title` 配置为多语言时,document.title 展示异常。 +- 🛠 配置项 `moreLinks` 支持多语言配置。 +- 💄 优化首页 `features` 大于三项时布局展示。 +- 💄 Footer 删除默认拼接模式,渲染值完全由传入值接管。 + ## 0.2.10 `2023-07-16` diff --git a/package.json b/package.json index 6c391ee..2695180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dumi-theme-antd", - "version": "0.2.10", + "version": "0.2.11", "description": "Ant Design 5.0 官网风格类似的 dumi2 主题插件", "keywords": [ "dumi",