|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v2.1.0](https://github.com/soybeanjs/soybean-admin-react/compare/v2.0.0...v2.1.0) (2025-08-18) |
| 5 | + |
| 6 | +### 🚀 Features |
| 7 | + |
| 8 | +- 更新描述的版本 - by @SkyRoc1 [<samp>(44b27)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/44b27b2) |
| 9 | +- 更新文档链接 - by @SkyRoc1 [<samp>(d63a2)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/d63a2a4) |
| 10 | +- 支持自定义是否改变地址栏query参数 - by @SkyRoc1 [<samp>(3de47)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/3de47d5) |
| 11 | +- 登录成功的时候用replace消除登录历史堆栈 - by @SkyRoc1 [<samp>(0ae25)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/0ae2592) |
| 12 | +- 修改地址栏参数用replace 以便用户通过历史堆栈能够直接返回到上一个页面 - by @SkyRoc1 [<samp>(8627b)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/8627b0a) |
| 13 | +- 添加全局配置 - by @SkyRoc1 [<samp>(465d8)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/465d838) |
| 14 | +- 添加cursor规则 - by @SkyRoc1 [<samp>(c8559)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/c85594f) |
| 15 | +- 删除cursor规则头部文件注释 - by @SkyRoc1 [<samp>(4bfd3)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/4bfd3cc) |
| 16 | +- **project**: |
| 17 | + - add ui demo - by @SkyRoc1 [<samp>(00538)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/005381c) |
| 18 | + - opimize code - by @SkyRoc1 [<samp>(5b4df)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/5b4df37) |
| 19 | +- **projects**: |
| 20 | + - optimize breadcrumb implementation - by @SkyRoc1 [<samp>(b9c44)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/b9c441b) |
| 21 | + |
| 22 | +### 🐞 Bug Fixes |
| 23 | + |
| 24 | +- 修正角色状态列标题的翻译键 - by **MengChen** [<samp>(19b1c)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/19b1c7a) |
| 25 | +- 修复function无法正常跳转 .close 41 - by @SkyRoc1 [<samp>(72686)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/72686b3) |
| 26 | +- 修复tab栏删除相应页面没有去除缓存 - by @SkyRoc1 in https://github.com/soybeanjs/soybean-admin-react/issues/46 [<samp>(ada16)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ada16c9) |
| 27 | +- 修复使用右键菜单不能消除缓存的页面 - by @SkyRoc1 [<samp>(589f6)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/589f6d0) |
| 28 | +- fixed the issue where loading was not properly closed in some cases. - by @SkyRoc1 [<samp>(ea5e3)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ea5e39d) |
| 29 | +- 修复点击logo一直增加tab - by @SkyRoc1 in https://github.com/soybeanjs/soybean-admin-react/issues/39 [<samp>(cb5cf)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/cb5cf66) |
| 30 | +- 表格搜索同步至url上时, 重置表单 input输入值 无法被重置 - by @SkyRoc1 in https://github.com/soybeanjs/soybean-admin-react/issues/44 [<samp>(47b49)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/47b4952) |
| 31 | +- env.d.ts 中的 VITE_ICON_LOCAL_PREFIX 类型错误 - by **chenziwen** [<samp>(03675)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/036753a) |
| 32 | +- fix the issue where ESLint fails to automatically fix the code. - by @SkyRoc1 [<samp>(d3e04)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/d3e04d6) |
| 33 | +- optimize the verification rules for duplicate calls - by @SkyRoc1 [<samp>(c1cfe)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/c1cfee7) |
| 34 | +- **project**: |
| 35 | + - fix the issue where the theme cannot respond to the reset operation. close #63 - by @SkyRoc1 in https://github.com/soybeanjs/soybean-admin-react/issues/63 [<samp>(ded68)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ded68d3) |
| 36 | +- **projects**: |
| 37 | + - fix menu modal cannot slide all the way to the bottom. - by @SkyRoc1 [<samp>(4c543)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/4c543d3) |
| 38 | + - theme config copy - by @wenyuanw [<samp>(ff0b0)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ff0b08a) |
| 39 | + - in some cases, the tab homepage may be duplicated. - by **Azir-11** [<samp>(21f25)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/21f25f9) |
| 40 | + |
| 41 | +### 🛠 Optimizations |
| 42 | + |
| 43 | +- 优化代码 - by @SkyRoc1 [<samp>(424e8)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/424e8a5) |
| 44 | +- 优化代码 - by @SkyRoc1 [<samp>(67bff)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/67bff43) |
| 45 | +- 优化代码 - by @SkyRoc1 [<samp>(7a1cd)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/7a1cd89) |
| 46 | +- 根据全局配置优化部分代码 - by @SkyRoc1 [<samp>(ddeff)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ddeff82) |
| 47 | +- 接着优化相同的可以作为config的相关代码 - by @SkyRoc1 [<samp>(ad28d)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/ad28df5) |
| 48 | +- 优化代码 - by @SkyRoc1 [<samp>(a8c12)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/a8c12ec) |
| 49 | +- 删除所有头部文件注释的相关规则 - by @SkyRoc1 [<samp>(bfc5e)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/bfc5ef5) |
| 50 | +- 优化 useRequest 演示界面 - by @wenyuanw [<samp>(a3eea)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/a3eeac2) |
| 51 | +- **tabHooks**: optimize tab closing logic. - by **A2ayak** [<samp>(6ba50)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/6ba50d0) |
| 52 | + |
| 53 | +### 💅 Refactors |
| 54 | + |
| 55 | +- 首页的转发路径为动态 - by @SkyRoc1 [<samp>(d31d6)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/d31d6a3) |
| 56 | + |
| 57 | +### 🏡 Chore |
| 58 | + |
| 59 | +- 更新有关链接 - by @SkyRoc1 [<samp>(b75ca)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/b75ca4e) |
| 60 | +- 更新 welcome message 中的文档链接 - by **howie166** [<samp>(4e6fc)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/4e6fc0b) |
| 61 | + |
| 62 | +### 🎨 Styles |
| 63 | + |
| 64 | +- 优化代码格式 - by @SkyRoc1 [<samp>(3f501)</samp>](https://github.com/soybeanjs/soybean-admin-react/commit/3f501b3) |
| 65 | + |
| 66 | +### ❤️ Contributors |
| 67 | + |
| 68 | +[](https://github.com/SkyRoc1) [](https://github.com/wenyuanw) |
| 69 | +[Azir-11 ](mailto:[email protected]), [A2ayak ](mailto:[email protected]), [chenziwen ](mailto:[email protected]), [howie166 ](mailto:[email protected]), [顾家铭 ](mailto:[email protected]), [MengChen ](mailto:[email protected]) |
| 70 | + |
4 | 71 | ## [v2.0.0](https://github.com/soybeanjs/soybean-admin-react/compare/v1.2.0...v2.0.0) (2025-03-20) |
5 | 72 |
|
6 | 73 | ### 🚀 Features |
|
0 commit comments