-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
108 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,104 @@ | ||
# Changelog | ||
|
||
|
||
## [v1.0.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.2...v1.0.0) (2024-10-06) | ||
|
||
### 🚀 Features | ||
|
||
- **packages**: | ||
- @sa/hooks add useRequest - by **wang** [<samp>(e5cdc)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/e5cdcc9) | ||
- hooks: add use-array & example - by **wang** [<samp>(02483)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/02483b5) | ||
- **projects**: | ||
- add menu functions - by **wang** [<samp>(0b14d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0b14deb) | ||
- support add parent when add route - by **wang** [<samp>(084bf)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/084bf89) | ||
- support dynamic add route & optimize code - by **DESKTOP-31IBRMI\Administrator** [<samp>(6f3ad)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6f3adca) | ||
- add before guard - by **DESKTOP-31IBRMI\Administrator** [<samp>(13b0c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/13b0cab) | ||
- @sa/axios: add response to flatRequest when success - by **DESKTOP-31IBRMI\Administrator** [<samp>(92e3c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/92e3cec) | ||
- does the configuration support automatic updates. - by **DESKTOP-31IBRMI\Administrator** [<samp>(fb758)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fb7583a) | ||
- add details page to show loader for data router - by **wang** [<samp>(7928b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/7928bd6) | ||
- the topic configuration replication function was added - by **wang** [<samp>(e3d7a)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/e3d7a99) | ||
- add animation - by **wang** [<samp>(ea5d7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/ea5d7c6) | ||
- add useMeta - by **wang** [<samp>(d0c6a)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d0c6a37) | ||
- add keep-alive - by **wang** [<samp>(ed7e7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/ed7e793) | ||
- login supports accessible operation - by **wang** [<samp>(d2dae)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d2dae2d) | ||
|
||
### 🐞 Bug Fixes | ||
|
||
- **packages**: | ||
- eix tab can't click on mobile side - by **wang** [<samp>(e0141)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/e01410a) | ||
- support pass state and fix judgments before jumpe - by **wang** [<samp>(34935)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3493583) | ||
- fix useRouter type - by **DESKTOP-31IBRMI\Administrator** [<samp>(32628)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/32628df) | ||
- failure to return in some fast new cases results in no initialization . close #8 - 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) | ||
- **projects**: | ||
- fix top menu abnormal - by **wang** [<samp>(5e1f7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5e1f789) | ||
- fixed abnormal display of dynamic switching size menu - by **wang** [<samp>(79c1a)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/79c1ae1) | ||
- fix eslint errors - by **DESKTOP-31IBRMI\Administrator** [<samp>(fec80)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fec80a1) | ||
- click tab left menu openkeys does not change - by **DESKTOP-31IBRMI\Administrator** [<samp>(f3f57)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f3f570b) | ||
- fix route type & remove startTransition - by **wang** [<samp>(fac36)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fac368b) | ||
- Fixed redirection when switching roles & init tab no cache - by **DESKTOP-31IBRMI\Administrator** [<samp>(58d1f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/58d1feb) | ||
- fix refresh token when meet multi requests - by **DESKTOP-31IBRMI\Administrator** [<samp>(fbe7d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/fbe7ddb) | ||
- in big screen has scroll bar - by **wang** [<samp>(cb942)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cb94245) | ||
- fix after menu expansion submenu not open - by **wang** [<samp>(c96c9)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c96c964) | ||
- fix shrink mess in mixed mode - by **wang** [<samp>(0c6fb)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0c6fba6) | ||
- fix global-tab click conflict with contextmenu - by **DESKTOP-31IBRMI\Administrator** [<samp>(a32f5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a32f507) | ||
- Fixed submenu opening when shrinking - by **DESKTOP-31IBRMI\Administrator** [<samp>(77f2b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/77f2b6a) | ||
- fixed the sidebar automatically expanding when switching between mobile and pc - by **wang** [<samp>(0abdd)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0abdd0c) | ||
- failed to switch sidebar language - by **wang** [<samp>(75307)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/753079f) | ||
- the reproduction environment can cache the theme configuration - by **wang** [<samp>(50932)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/50932b7) | ||
|
||
### 🛠 Optimizations | ||
|
||
- **packages**: | ||
- optimize code - by **wang** [<samp>(5f78e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/5f78e52) | ||
- optimize code - by **wang** [<samp>(26f05)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/26f0579) | ||
- simple-router: optimize code - by **wang** [<samp>(27d5f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/27d5f7e) | ||
- **projects**: | ||
- optimize code - by **DESKTOP-31IBRMI\Administrator** [<samp>(85b64)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/85b6483) | ||
- optimize code - by **DESKTOP-31IBRMI\Administrator** [<samp>(21d28)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/21d28b0) | ||
- optimize code - by **DESKTOP-31IBRMI\Administrator** [<samp>(b29bc)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b29bceb) | ||
- optimize code - by **wang** [<samp>(f6fd4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f6fd4f8) | ||
- optimize code - by **wang** [<samp>(43f8b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/43f8b45) | ||
- optimize code - by **wang** [<samp>(a5cc9)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a5cc93a) | ||
|
||
### 💅 Refactors | ||
|
||
- **packages**: | ||
- update Route - by **DESKTOP-31IBRMI\Administrator** [<samp>(8795b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/8795b2f) | ||
- @sa/hooks: use-request fir axios - by **DESKTOP-31IBRMI\Administrator** [<samp>(3dbe7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3dbe701) | ||
- @sa/simple-router: stable useRoute - by **DESKTOP-31IBRMI\Administrator** [<samp>(6cf09)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6cf09f9) | ||
- @sa/materials: remove tab close shortcut by mouse - by **DESKTOP-31IBRMI\Administrator** [<samp>(edb3e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/edb3e69) | ||
- **projects**: | ||
- add logout route - by **DESKTOP-31IBRMI\Administrator** [<samp>(df689)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/df689df) | ||
- refactor simple-router - by **DESKTOP-31IBRMI\Administrator** [<samp>(d7861)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d78613c) | ||
- combine theme tokens and theme settings - by **wang** [<samp>(8d703)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/8d703d9) | ||
- remove dark sidebar configuration - by **wang** [<samp>(f9582)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f958280) | ||
- Modify card's global style search table to use Collapse - by **wang** [<samp>(17c2e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/17c2ed9) | ||
- change antd's colorBgContainer - by **wang** [<samp>(0b65c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0b65cea) | ||
- change sidebar animation - by **wang** [<samp>(f9297)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/f92972e) | ||
|
||
### 📖 Documentation | ||
|
||
- **projects**: update CHANGELOG - by **DESKTOP-31IBRMI\Administrator** [<samp>(a13a7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a13a70d) | ||
|
||
### 🏡 Chore | ||
|
||
- **deps**: | ||
- update deps - by **wang** [<samp>(1dad4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/1dad4f0) | ||
- update deps - by **DESKTOP-31IBRMI\Administrator** [<samp>(6ff15)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6ff150b) | ||
- remove transition-group-plus - by **wang** [<samp>(36996)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3699680) | ||
- add framer-motion & remove react-transition-group - by **wang** [<samp>(abada)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/abada7f) | ||
- **projects**: | ||
- update CHANGELOG - by **wang** [<samp>(264f9)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/264f9c6) | ||
- update scss config - by **DESKTOP-31IBRMI\Administrator** [<samp>(480c8)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/480c869) | ||
- update deps - by **wang** [<samp>(0d855)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/0d855e7) | ||
- **types**: | ||
- remove type declaration for document.startViewTransition (TypeScript 5.6 inclnudes it) - by **wang** [<samp>(cef47)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/cef474d) | ||
|
||
### ❤️ Contributors | ||
|
||
|
||
[wang](mailto:[email protected]) | ||
|
||
## [v1.0.0-beta.1](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.2...v1.0.0-beta.1) (2024-09-14) | ||
|
||
### 🚀 Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "react-soy", | ||
"type": "module", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"private": false, | ||
"packageManager": "[email protected]", | ||
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/axios", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/color", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/hooks", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/materials", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/fetch", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/scripts", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"bin": { | ||
"sa": "./bin.ts" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/utils", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|