From 1680d68859e92029d10293c59d6e27f375c92cdf Mon Sep 17 00:00:00 2001
From: wang <1509326266@qq.com>
Date: Sun, 6 Oct 2024 17:39:57 +0800
Subject: [PATCH] chore(projects): release v1.0.0
---
CHANGELOG.md | 98 +++++++++++++++++++++++++++++
package.json | 2 +-
packages/axios/package.json | 2 +-
packages/color/package.json | 2 +-
packages/hooks/package.json | 2 +-
packages/materials/package.json | 2 +-
packages/ofetch/package.json | 2 +-
packages/scripts/package.json | 2 +-
packages/simple-router/package.json | 2 +-
packages/uno-preset/package.json | 2 +-
packages/utils/package.json | 2 +-
11 files changed, 108 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04a7819..2d211c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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** [(e5cdc)](https://github.com/mufeng889/react-soybean-admin/commit/e5cdcc9)
+ - hooks: add use-array & example - by **wang** [(02483)](https://github.com/mufeng889/react-soybean-admin/commit/02483b5)
+- **projects**:
+ - add menu functions - by **wang** [(0b14d)](https://github.com/mufeng889/react-soybean-admin/commit/0b14deb)
+ - support add parent when add route - by **wang** [(084bf)](https://github.com/mufeng889/react-soybean-admin/commit/084bf89)
+ - support dynamic add route & optimize code - by **DESKTOP-31IBRMI\Administrator** [(6f3ad)](https://github.com/mufeng889/react-soybean-admin/commit/6f3adca)
+ - add before guard - by **DESKTOP-31IBRMI\Administrator** [(13b0c)](https://github.com/mufeng889/react-soybean-admin/commit/13b0cab)
+ - @sa/axios: add response to flatRequest when success - by **DESKTOP-31IBRMI\Administrator** [(92e3c)](https://github.com/mufeng889/react-soybean-admin/commit/92e3cec)
+ - does the configuration support automatic updates. - by **DESKTOP-31IBRMI\Administrator** [(fb758)](https://github.com/mufeng889/react-soybean-admin/commit/fb7583a)
+ - add details page to show loader for data router - by **wang** [(7928b)](https://github.com/mufeng889/react-soybean-admin/commit/7928bd6)
+ - the topic configuration replication function was added - by **wang** [(e3d7a)](https://github.com/mufeng889/react-soybean-admin/commit/e3d7a99)
+ - add animation - by **wang** [(ea5d7)](https://github.com/mufeng889/react-soybean-admin/commit/ea5d7c6)
+ - add useMeta - by **wang** [(d0c6a)](https://github.com/mufeng889/react-soybean-admin/commit/d0c6a37)
+ - add keep-alive - by **wang** [(ed7e7)](https://github.com/mufeng889/react-soybean-admin/commit/ed7e793)
+ - login supports accessible operation - by **wang** [(d2dae)](https://github.com/mufeng889/react-soybean-admin/commit/d2dae2d)
+
+### 🐞 Bug Fixes
+
+- **packages**:
+ - eix tab can't click on mobile side - by **wang** [(e0141)](https://github.com/mufeng889/react-soybean-admin/commit/e01410a)
+ - support pass state and fix judgments before jumpe - by **wang** [(34935)](https://github.com/mufeng889/react-soybean-admin/commit/3493583)
+ - fix useRouter type - by **DESKTOP-31IBRMI\Administrator** [(32628)](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 [(cfe46)](https://github.com/mufeng889/react-soybean-admin/commit/cfe46ea)
+- **projects**:
+ - fix top menu abnormal - by **wang** [(5e1f7)](https://github.com/mufeng889/react-soybean-admin/commit/5e1f789)
+ - fixed abnormal display of dynamic switching size menu - by **wang** [(79c1a)](https://github.com/mufeng889/react-soybean-admin/commit/79c1ae1)
+ - fix eslint errors - by **DESKTOP-31IBRMI\Administrator** [(fec80)](https://github.com/mufeng889/react-soybean-admin/commit/fec80a1)
+ - click tab left menu openkeys does not change - by **DESKTOP-31IBRMI\Administrator** [(f3f57)](https://github.com/mufeng889/react-soybean-admin/commit/f3f570b)
+ - fix route type & remove startTransition - by **wang** [(fac36)](https://github.com/mufeng889/react-soybean-admin/commit/fac368b)
+ - Fixed redirection when switching roles & init tab no cache - by **DESKTOP-31IBRMI\Administrator** [(58d1f)](https://github.com/mufeng889/react-soybean-admin/commit/58d1feb)
+ - fix refresh token when meet multi requests - by **DESKTOP-31IBRMI\Administrator** [(fbe7d)](https://github.com/mufeng889/react-soybean-admin/commit/fbe7ddb)
+ - in big screen has scroll bar - by **wang** [(cb942)](https://github.com/mufeng889/react-soybean-admin/commit/cb94245)
+ - fix after menu expansion submenu not open - by **wang** [(c96c9)](https://github.com/mufeng889/react-soybean-admin/commit/c96c964)
+ - fix shrink mess in mixed mode - by **wang** [(0c6fb)](https://github.com/mufeng889/react-soybean-admin/commit/0c6fba6)
+ - fix global-tab click conflict with contextmenu - by **DESKTOP-31IBRMI\Administrator** [(a32f5)](https://github.com/mufeng889/react-soybean-admin/commit/a32f507)
+ - Fixed submenu opening when shrinking - by **DESKTOP-31IBRMI\Administrator** [(77f2b)](https://github.com/mufeng889/react-soybean-admin/commit/77f2b6a)
+ - fixed the sidebar automatically expanding when switching between mobile and pc - by **wang** [(0abdd)](https://github.com/mufeng889/react-soybean-admin/commit/0abdd0c)
+ - failed to switch sidebar language - by **wang** [(75307)](https://github.com/mufeng889/react-soybean-admin/commit/753079f)
+ - the reproduction environment can cache the theme configuration - by **wang** [(50932)](https://github.com/mufeng889/react-soybean-admin/commit/50932b7)
+
+### 🛠 Optimizations
+
+- **packages**:
+ - optimize code - by **wang** [(5f78e)](https://github.com/mufeng889/react-soybean-admin/commit/5f78e52)
+ - optimize code - by **wang** [(26f05)](https://github.com/mufeng889/react-soybean-admin/commit/26f0579)
+ - simple-router: optimize code - by **wang** [(27d5f)](https://github.com/mufeng889/react-soybean-admin/commit/27d5f7e)
+- **projects**:
+ - optimize code - by **DESKTOP-31IBRMI\Administrator** [(85b64)](https://github.com/mufeng889/react-soybean-admin/commit/85b6483)
+ - optimize code - by **DESKTOP-31IBRMI\Administrator** [(21d28)](https://github.com/mufeng889/react-soybean-admin/commit/21d28b0)
+ - optimize code - by **DESKTOP-31IBRMI\Administrator** [(b29bc)](https://github.com/mufeng889/react-soybean-admin/commit/b29bceb)
+ - optimize code - by **wang** [(f6fd4)](https://github.com/mufeng889/react-soybean-admin/commit/f6fd4f8)
+ - optimize code - by **wang** [(43f8b)](https://github.com/mufeng889/react-soybean-admin/commit/43f8b45)
+ - optimize code - by **wang** [(a5cc9)](https://github.com/mufeng889/react-soybean-admin/commit/a5cc93a)
+
+### 💅 Refactors
+
+- **packages**:
+ - update Route - by **DESKTOP-31IBRMI\Administrator** [(8795b)](https://github.com/mufeng889/react-soybean-admin/commit/8795b2f)
+ - @sa/hooks: use-request fir axios - by **DESKTOP-31IBRMI\Administrator** [(3dbe7)](https://github.com/mufeng889/react-soybean-admin/commit/3dbe701)
+ - @sa/simple-router: stable useRoute - by **DESKTOP-31IBRMI\Administrator** [(6cf09)](https://github.com/mufeng889/react-soybean-admin/commit/6cf09f9)
+ - @sa/materials: remove tab close shortcut by mouse - by **DESKTOP-31IBRMI\Administrator** [(edb3e)](https://github.com/mufeng889/react-soybean-admin/commit/edb3e69)
+- **projects**:
+ - add logout route - by **DESKTOP-31IBRMI\Administrator** [(df689)](https://github.com/mufeng889/react-soybean-admin/commit/df689df)
+ - refactor simple-router - by **DESKTOP-31IBRMI\Administrator** [(d7861)](https://github.com/mufeng889/react-soybean-admin/commit/d78613c)
+ - combine theme tokens and theme settings - by **wang** [(8d703)](https://github.com/mufeng889/react-soybean-admin/commit/8d703d9)
+ - remove dark sidebar configuration - by **wang** [(f9582)](https://github.com/mufeng889/react-soybean-admin/commit/f958280)
+ - Modify card's global style search table to use Collapse - by **wang** [(17c2e)](https://github.com/mufeng889/react-soybean-admin/commit/17c2ed9)
+ - change antd's colorBgContainer - by **wang** [(0b65c)](https://github.com/mufeng889/react-soybean-admin/commit/0b65cea)
+ - change sidebar animation - by **wang** [(f9297)](https://github.com/mufeng889/react-soybean-admin/commit/f92972e)
+
+### 📖 Documentation
+
+- **projects**: update CHANGELOG - by **DESKTOP-31IBRMI\Administrator** [(a13a7)](https://github.com/mufeng889/react-soybean-admin/commit/a13a70d)
+
+### 🏡 Chore
+
+- **deps**:
+ - update deps - by **wang** [(1dad4)](https://github.com/mufeng889/react-soybean-admin/commit/1dad4f0)
+ - update deps - by **DESKTOP-31IBRMI\Administrator** [(6ff15)](https://github.com/mufeng889/react-soybean-admin/commit/6ff150b)
+ - remove transition-group-plus - by **wang** [(36996)](https://github.com/mufeng889/react-soybean-admin/commit/3699680)
+ - add framer-motion & remove react-transition-group - by **wang** [(abada)](https://github.com/mufeng889/react-soybean-admin/commit/abada7f)
+- **projects**:
+ - update CHANGELOG - by **wang** [(264f9)](https://github.com/mufeng889/react-soybean-admin/commit/264f9c6)
+ - update scss config - by **DESKTOP-31IBRMI\Administrator** [(480c8)](https://github.com/mufeng889/react-soybean-admin/commit/480c869)
+ - update deps - by **wang** [(0d855)](https://github.com/mufeng889/react-soybean-admin/commit/0d855e7)
+- **types**:
+ - remove type declaration for document.startViewTransition (TypeScript 5.6 inclnudes it) - by **wang** [(cef47)](https://github.com/mufeng889/react-soybean-admin/commit/cef474d)
+
+### ❤️ Contributors
+
+
+[wang](mailto:1509326266@qq.com)
+
## [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
diff --git a/package.json b/package.json
index 98103a4..077316c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "react-soy",
"type": "module",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"private": false,
"packageManager": "pnpm@9.1.0",
"description": "A fresh and elegant admin template, based on React18、Vite5、TypeScript、Ant Design and UnoCSS. 一个基于React18、Vite5、TypeScript、Ant Design and UnoCSS的清新优雅的中后台模版。",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index 1bf0282..7a1cf9f 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index a1d2faf..278f613 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 2cf7f51..8329fd6 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index c04ff9d..09feed6 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index dc332d8..bff4a2a 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index ecb4522..3cb3cb2 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/simple-router/package.json b/packages/simple-router/package.json
index 6b49cfe..3c0af83 100644
--- a/packages/simple-router/package.json
+++ b/packages/simple-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/simple-router",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 473a3c2..c1aefed 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 6c46d9b..f86dd3e 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0",
"exports": {
".": "./src/index.ts"
},