Skip to content

Commit e2725ff

Browse files
committed
chore(projects): release v2.1.0
1 parent 5b4df37 commit e2725ff

File tree

12 files changed

+110
-13
lines changed

12 files changed

+110
-13
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,73 @@
11
# Changelog
22

33

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

673
### &nbsp;&nbsp;&nbsp;🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soybean-admin-react",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"private": false,
66
"packageManager": "[email protected]",
77
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/axios",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/hooks",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/materials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/materials",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/ofetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/fetch",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/scripts",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/uno-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/uno-preset",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/utils",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)