diff --git a/guide/changelog.md b/guide/changelog.md index ab9d35d3..1beb21fa 100644 --- a/guide/changelog.md +++ b/guide/changelog.md @@ -2,6 +2,33 @@ 只记录 feat/fix 以及破坏性更新记录。 +## 4.7.0 + +:::info [基础版](https://github.com/one-step-admin/basic/releases/tag/v4.7.0) +🚨 Breaking Changes + +- 重构登录页面  -  by @hooray [(b1cb9)](https://github.com/one-step-admin/basic/commit/b1cb980) + +🚀 Features + +- 扩充 unocss 自定义 shortcuts  -  by @hooray [(6258e)](https://github.com/one-step-admin/basic/commit/6258eec) +- SvgIcon 组件支持传入本地图片,网络图片增加载入和失败状态  -  by @hooray [(cea64)](https://github.com/one-step-admin/basic/commit/cea6403) +- 引入 postcss-nested  -  by @hooray [(2ce2b)](https://github.com/one-step-admin/basic/commit/2ce2b5f) +::: + +:::tip [专业版](https://github.com/one-step-admin/pro/releases/tag/v4.7.0) +🚨 Breaking Changes + +- 重构登录页面  -  by @hooray [(f77f3)](https://github.com/one-step-admin/pro/commit/f77f341) +- 移除 I18nSelector 组件  -  by @hooray [(83dd8)](https://github.com/one-step-admin/pro/commit/83dd819) + +🚀 Features + +- 扩充 unocss 自定义 shortcuts  -  by @hooray [(15a3f)](https://github.com/one-step-admin/pro/commit/15a3fe2) +- SvgIcon 组件支持传入本地图片,网络图片增加载入和失败状态  -  by @hooray [(a1a81)](https://github.com/one-step-admin/pro/commit/a1a8175) +- 引入 postcss-nested  -  by @hooray [(5f4d6)](https://github.com/one-step-admin/pro/commit/5f4d6f9) +::: + ## 4.6.0 :::info [基础版](https://github.com/one-step-admin/basic/releases/tag/v4.6.0)