|
1 | 1 | # 更新日志 |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.3.0](https://github.com/soybeanjs/soybean-admin/compare/v1.2.8...v1.3.0) (2024-07-22) |
| 5 | + |
| 6 | +### 🚨 破坏性变更 |
| 7 | + |
| 8 | +- **项目**: 重构全局菜单 & 支持 `reversed-horizontal-mix-menu`。关闭 #365 - 由 @honghuangdc 在 https://github.com/soybeanjs/soybean-admin/issues/365 提出 [<samp>(087e5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/087e532) |
| 9 | + |
| 10 | +### 🚀 功能 |
| 11 | + |
| 12 | +- **包**: |
| 13 | + - `@sa/scripts`: 命令 `gitCommit` 支持中文 - 由 @mmdapl 在 https://github.com/soybeanjs/soybean-admin/issues/548 提出 [<samp>(06971)</samp>](https://github.com/soybeanjs/soybean-admin/commit/06971f3) |
| 14 | + - @sa/axios: 用 AbortController 替换 CancelTokenSource。关闭 #530, 关闭 #532 - 由 @honghuangdc 在 https://github.com/soybeanjs/soybean-admin/issues/530 和 https://github.com/soybeanjs/soybean-admin/issues/532 提出 [<samp>(527fd)</samp>](https://github.com/soybeanjs/soybean-admin/commit/527fd79) |
| 15 | + - @sa/scripts: 为命令 `gitCommitVerify` 添加忽略模式列表。关闭 #504 - 由 @honghuangdc 在 https://github.com/soybeanjs/soybean-admin/issues/504 提出 [<samp>(958d0)</samp>](https://github.com/soybeanjs/soybean-admin/commit/958d0ba) |
| 16 | +- **项目**: |
| 17 | + - 使分支 `main` 更精简 & 修改请求重试次数为 0 - 由 @Azir-11 提出 [<samp>(793b1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/793b16e) |
| 18 | + |
| 19 | +### 🐞 修复 |
| 20 | + |
| 21 | +- **钩子**: 当 pagesize 返回 0 时防止程序冻结 - 由 @Azir-11 在 https://github.com/soybeanjs/soybean-admin/issues/545 提出 [<samp>(f4eeb)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f4eeb2e) |
| 22 | + |
| 23 | +### 💅 重构 |
| 24 | + |
| 25 | +- **项目**: |
| 26 | + - 合并 `theme tokens` 和 `theme settings`。关闭 #379 - 由 @honghuangdc 在 https://github.com/soybeanjs/soybean-admin/issues/379 提出 [<samp>(1d1b1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/1d1b148) |
| 27 | + - 将 css 变量挂载到 root - 由 @honghuangdc 提出 [<samp>(00f41)</samp>](https://github.com/soybeanjs/soybean-admin/commit/00f41dd) |
| 28 | + |
| 29 | +### 📖 文档 |
| 30 | + |
| 31 | +- **项目**: 更新更新日志 - 由 @honghuangdc 提出 [<samp>(a0b76)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a0b76da) |
| 32 | + |
| 33 | +### 🏡 杂务 |
| 34 | + |
| 35 | +- **依赖**: 更新依赖 - 由 @honghuangdc 提出 [<samp>(f6bd6)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f6bd6b8) |
| 36 | +- **项目**: 添加脚本 `czh` - 由 @honghuangdc 提出 [<samp>(02069)</samp>](https://github.com/soybeanjs/soybean-admin/commit/0206969) |
| 37 | + |
| 38 | +### ❤️ 贡献者 |
| 39 | + |
| 40 | +[](https://github.com/honghuangdc) [](https://github.com/mmdapl) [](https://github.com/Azir-11) |
| 41 | + |
| 42 | + |
4 | 43 | ## [v1.2.8](https://github.com/soybeanjs/soybean-admin/compare/v1.2.7...v1.2.8) (2024-07-20) |
5 | 44 |
|
6 | 45 | ### 🐞 修复 |
|
0 commit comments