-
Notifications
You must be signed in to change notification settings - Fork 43
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
42 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,38 @@ | ||
# Changelog | ||
|
||
|
||
## [v1.2.0](https://github.com/mufeng889/react-soybean-admin/compare/v1.1.1...v1.2.0) (2024-12-15) | ||
|
||
### 🚀 Features | ||
|
||
- **packages**: | ||
- use-array add findItem & reset - by **COBORGA-8FFVDVM\cob** [<samp>(64e0b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/64e0bb3) | ||
- add event bus hook - by **wang** [<samp>(9f145)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/9f14555) | ||
- **projects**: | ||
- supplement eslint rules - by **wang** [<samp>(1a631)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/1a6314e) | ||
- add event bus hooks demo - by **wang** [<samp>(b7080)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b7080ed) | ||
|
||
### 🐞 Bug Fixes | ||
|
||
- If the url is /login/register, the system is redirected to /login/pwd-login by default .close #22 - by **COBORGA-8FFVDVM\cob** in https://github.com/mufeng889/react-soybean-admin/issues/22 [<samp>(9ddae)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/9ddae85) | ||
- **projects**: fix Reverse the top blending mode. Select Secondary tab. Primary tab is not displayed correctly .close #21 - by **wang** in https://github.com/mufeng889/react-soybean-admin/issues/21 [<samp>(b2f07)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b2f071c) | ||
|
||
### 🛠 Optimizations | ||
|
||
- **projects**: | ||
- optimize code - by **wang** [<samp>(72b38)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/72b3898) | ||
- optimize code - by **COBORGA-8FFVDVM\cob** [<samp>(b9f0e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b9f0ecf) | ||
|
||
### 🏡 Chore | ||
|
||
- **other**: update vscode settings - by **wang** [<samp>(70d5f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/70d5fbb) | ||
- **projects**: update readme - by **wang** [<samp>(82978)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/829780d) | ||
|
||
### ❤️ Contributors | ||
|
||
|
||
[wang](mailto:[email protected]) | ||
|
||
## [v1.1.1](https://github.com/mufeng889/react-soybean-admin/compare/v1.1.0...v1.1.1) (2024-11-24) | ||
|
||
### 🐞 Bug Fixes | ||
|
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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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.1.1", | ||
"version": "1.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sa/simple-router", | ||
"version": "1.1.1", | ||
"version": "1.2.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/uno-preset", | ||
"version": "1.1.1", | ||
"version": "1.2.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/utils", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
|