Skip to content

Commit 653d73c

Browse files
committed
chore(projects): release v1.1.0
1 parent 2ecb099 commit 653d73c

File tree

11 files changed

+71
-10
lines changed

11 files changed

+71
-10
lines changed

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,67 @@
11
# Changelog
22

33

4+
## [v1.1.0](https://github.com/mufeng889/react-soybean-admin/compare/v1.0.0...v1.1.0) (2024-11-09)
5+
6+
###    🚀 Features
7+
8+
- **hooks**:
9+
- add useMobile hook &nbsp;-&nbsp; by **wang** [<samp>(2b2c7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/2b2c763)
10+
- **projects**:
11+
- add tag-map contant &nbsp;-&nbsp; by **wang** [<samp>(605ee)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/605ee30)
12+
- add route config example &nbsp;-&nbsp; by **wang** [<samp>(1587b)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/1587bcd)
13+
- add role-manage &nbsp;-&nbsp; by **wang** [<samp>(c315f)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c315f10)
14+
- add new tag-map & auto-import antd components type &nbsp;-&nbsp; by **wang** [<samp>(57fb4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/57fb4fb)
15+
- add menu-manage &nbsp;-&nbsp; by **wang** [<samp>(b10f5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/b10f577)
16+
- add user-modal & role-modal form rules &nbsp;-&nbsp; by **wang** [<samp>(646a5)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/646a5f0)
17+
- **types**:
18+
- add page types &nbsp;-&nbsp; by **wang** [<samp>(804f3)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/804f34b)
19+
- add new auto import antd components &nbsp;-&nbsp; by **wang** [<samp>(45bbc)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/45bbc96)
20+
- add new auto-import antd components &nbsp;-&nbsp; by **wang** [<samp>(df1e2)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/df1e272)
21+
- add page operateDrawerProps &nbsp;-&nbsp; by **wang** [<samp>(3b822)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/3b822d3)
22+
23+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
24+
25+
- **hooks**:
26+
- after the user manages the edit modification submission, when he clicks Add, the data just edited is displayed .close #18 &nbsp;-&nbsp; by **COBORGA-8FFVDVM\cob** in https://github.com/mufeng889/react-soybean-admin/issues/18 [<samp>(c4f1e)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/c4f1eb3)
27+
- **projects**:
28+
- home: fix the button have same key &nbsp;-&nbsp; by **DESKTOP-31IBRMI\Administrator** [<samp>(d583c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d583cce)
29+
- optimize theme-drawer code to remove waring &nbsp;-&nbsp; by **wang** [<samp>(d489c)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/d489c9c)
30+
- fix table scroll don't auto scroll &nbsp;-&nbsp; by **wang** [<samp>(2277d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/2277d19)
31+
- login after don't go login page .close #14 &nbsp;-&nbsp; by **COBORGA-8FFVDVM\cob** in https://github.com/mufeng889/react-soybean-admin/issues/14 [<samp>(a4b51)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a4b514c)
32+
33+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
34+
35+
- **projects**:
36+
- optimize use-manager code &nbsp;-&nbsp; by **wang** [<samp>(effac)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/effacf9)
37+
- optimize userOperateDrawer code &nbsp;-&nbsp; by **wang** [<samp>(46bc4)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/46bc404)
38+
- optimize code &nbsp;-&nbsp; by **wang** [<samp>(14e87)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/14e8768)
39+
- optimize about page code &nbsp;-&nbsp; by **wang** [<samp>(bb862)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/bb86296)
40+
41+
### &nbsp;&nbsp;&nbsp;💅 Refactors
42+
43+
- **hooks**:
44+
- usetable return data add searchProps &nbsp;-&nbsp; by **wang** [<samp>(6c0d7)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6c0d7ce)
45+
- **projects**:
46+
- simplifies and extends useTableOperate &nbsp;-&nbsp; by **wang** [<samp>(283fd)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/283fdde)
47+
- use-Table handleEdit support income data &nbsp;-&nbsp; by **wang** [<samp>(56b0d)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/56b0d05)
48+
- update keep-alive usage &nbsp;-&nbsp; by **wang** [<samp>(dcebd)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/dcebd86)
49+
50+
### &nbsp;&nbsp;&nbsp;🏡 Chore
51+
52+
- **deps**:
53+
- delete immer &nbsp;-&nbsp; by **wang** [<samp>(8ace3)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/8ace3fc)
54+
- **projects**:
55+
- update CHANGELOG.zh-CN &nbsp;-&nbsp; by **wang** [<samp>(6d986)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/6d98622)
56+
- update README &nbsp;-&nbsp; by **wang** [<samp>(a3115)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/a31159d)
57+
- update deps & sass usage &nbsp;-&nbsp; by **wang** [<samp>(7da52)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/7da5263)
58+
- optimize code & update vscode settings &nbsp;-&nbsp; by **wang** [<samp>(2ecb0)</samp>](https://github.com/mufeng889/react-soybean-admin/commit/2ecb099)
59+
60+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
61+
62+
63+
[wang](mailto:1509326266@qq.com)
64+
465
## [v1.0.0](https://github.com/mufeng889/react-soybean-admin/compare/v0.3.2...v1.0.0) (2024-10-06)
566

667
### &nbsp;&nbsp;&nbsp;🚀 Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-soy",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"private": false,
66
"packageManager": "pnpm@9.12.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/axios",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/color/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/color",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/hooks",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/materials/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/materials",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/ofetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/fetch",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/scripts",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"bin": {
55
"sa": "./bin.ts"
66
},

packages/simple-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/simple-router",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/uno-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/uno-preset",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/utils",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)