Skip to content

Commit 9c5b4fe

Browse files
committed
chore(projects): release v1.0.0-beta.1
1 parent 6cf09f9 commit 9c5b4fe

File tree

11 files changed

+77
-10
lines changed

11 files changed

+77
-10
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+
## [v1.0.0-beta.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.2...v1.0.0-beta.1) (2024-09-14)
5+
6+
###    🚀 Features
7+
8+
- **packages**:
9+
- @sa/hooks add useRequest &nbsp;-&nbsp; by **wang** [<samp>(e5cdc)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/e5cdcc9)
10+
- **projects**:
11+
- add menu functions &nbsp;-&nbsp; by **wang** [<samp>(0b14d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0b14deb)
12+
- support add parent when add route &nbsp;-&nbsp; by **wang** [<samp>(084bf)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/084bf89)
13+
- support dynamic add route & optimize code &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(6f3ad)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6f3adca)
14+
- add before guard &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(13b0c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/13b0cab)
15+
- @sa/axios: add response to flatRequest when success &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(92e3c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/92e3cec)
16+
- does the configuration support automatic updates. &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(fb758)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fb7583a)
17+
18+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
19+
20+
- **packages**:
21+
- eix tab can't click on mobile side &nbsp;-&nbsp; by **wang** [<samp>(e0141)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/e01410a)
22+
- support pass state and fix judgments before jumpe &nbsp;-&nbsp; by **wang** [<samp>(34935)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3493583)
23+
- fix useRouter type &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(32628)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/32628df)
24+
- failure to return in some fast new cases results in no initialization . close #8 &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** in https://github.com/mufeng889/react-soybean-admin/issues/8 [<samp>(cfe46)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cfe46ea)
25+
- **projects**:
26+
- fix top menu abnormal &nbsp;-&nbsp; by **wang** [<samp>(5e1f7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5e1f789)
27+
- fixed abnormal display of dynamic switching size menu &nbsp;-&nbsp; by **wang** [<samp>(79c1a)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/79c1ae1)
28+
- fix eslint errors &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(fec80)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fec80a1)
29+
- click tab left menu openkeys does not change &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(f3f57)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f3f570b)
30+
- fix route type & remove startTransition &nbsp;-&nbsp; by **wang** [<samp>(fac36)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fac368b)
31+
- Fixed redirection when switching roles & init tab no cache &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(58d1f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/58d1feb)
32+
- fix refresh token when meet multi requests &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(fbe7d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fbe7ddb)
33+
- in big screen has scroll bar &nbsp;-&nbsp; by **wang** [<samp>(cb942)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cb94245)
34+
35+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
36+
37+
- **packages**:
38+
- optimize code &nbsp;-&nbsp; by **wang** [<samp>(5f78e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5f78e52)
39+
- **projects**:
40+
- optimize code &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(85b64)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/85b6483)
41+
- optimize code &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(21d28)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/21d28b0)
42+
- optimize code &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(b29bc)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b29bceb)
43+
44+
### &nbsp;&nbsp;&nbsp;💅 Refactors
45+
46+
- **packages**:
47+
- update Route &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(8795b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/8795b2f)
48+
- @sa/hooks: use-request fir axios &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(3dbe7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3dbe701)
49+
- @sa/simple-router: stable useRoute &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(6cf09)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6cf09f9)
50+
- **projects**:
51+
- add logout route &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(df689)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/df689df)
52+
- refactor simple-router &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(d7861)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d78613c)
53+
- combine theme tokens and theme settings &nbsp;-&nbsp; by **wang** [<samp>(8d703)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/8d703d9)
54+
- remove dark sidebar configuration &nbsp;-&nbsp; by **wang** [<samp>(f9582)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f958280)
55+
56+
### &nbsp;&nbsp;&nbsp;📖 Documentation
57+
58+
- **projects**: update CHANGELOG &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(a13a7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a13a70d)
59+
60+
### &nbsp;&nbsp;&nbsp;🏡 Chore
61+
62+
- **deps**:
63+
- update deps &nbsp;-&nbsp; by **wang** [<samp>(1dad4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/1dad4f0)
64+
- update deps &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(6ff15)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6ff150b)
65+
66+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
67+
68+
69+
[DESKTOP-31IBRMI\Administrator](mailto:[email protected])
70+
471
## [v0.3.2](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.0...v0.3.2) (2024-09-07)
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": "react-soy",
33
"type": "module",
4-
"version": "0.3.2",
4+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
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": "0.3.2",
3+
"version": "1.0.0-beta.1",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/simple-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/simple-router",
3-
"version": "0.3.2",
3+
"version": "1.0.0-beta.1",
44
"exports": {
55
".": "./src/index.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": "0.3.2",
3+
"version": "1.0.0-beta.1",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)