Skip to content

Commit f434775

Browse files
committed
chore(projects): release v2.1.0
1 parent 1f02b4e commit f434775

10 files changed

Lines changed: 65 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# Changelog
22

3+
## [v2.1.0](https://github.com/soybeanjs/soybean-admin/compare/v2.0.2...v2.1.0) (2026-03-09)
4+
5+
###    🚨 Breaking Changes
6+
7+
- **projects**: integrate oxlint and oxfmt &nbsp;-&nbsp; by **soybeanfe** [<samp>(6ff74)</samp>](https://github.com/soybeanjs/soybean-admin/commit/6ff74c0c)
8+
9+
### &nbsp;&nbsp;&nbsp;🚀 Features
10+
11+
- **components**:
12+
- Column settings support fixed columns. &nbsp;-&nbsp; by @m-xlsea [<samp>(70658)</samp>](https://github.com/soybeanjs/soybean-admin/commit/70658643)
13+
- Add “Select All” to TableColumnSetting &nbsp;-&nbsp; by @wenyuanw [<samp>(0081b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/0081b9c0)
14+
- **logo**:
15+
- use new logo &nbsp;-&nbsp; by @soybeanjs [<samp>(5aac5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/5aac540a)
16+
- **projects**:
17+
- add the plugin: vite-plugin-vue-transition-root-validator, to optimize the development experience. &nbsp;-&nbsp; by **Azir-11** [<samp>(30e3c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/30e3cdc7)
18+
- **types**:
19+
- Added type definition `force` to router push options. &nbsp;-&nbsp; by @m-xlsea [<samp>(a3794)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a37949f2)
20+
- **workflows**:
21+
- add opencode workflow for issue and PR comment triggers &nbsp;-&nbsp; by @soybeanjs [<samp>(dacee)</samp>](https://github.com/soybeanjs/soybean-admin/commit/dacee143)
22+
23+
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes
24+
25+
- **projects**:
26+
- fix the long list TableColumnSetting component exceeds the viewport. &nbsp;-&nbsp; by **skyfeiz** [<samp>(cbfb9)</samp>](https://github.com/soybeanjs/soybean-admin/commit/cbfb932f)
27+
- fix NButton props conflicts. &nbsp;-&nbsp; by **skyfeiz** [<samp>(54107)</samp>](https://github.com/soybeanjs/soybean-admin/commit/54107aca)
28+
- ensure HTML lang attribute is updated when setting locale &nbsp;-&nbsp; by @pan0xc [<samp>(f96c3)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f96c3c9e)
29+
- correct HTML lang attribute to standard format &nbsp;-&nbsp; by @pan0xc [<samp>(b520d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/b520db3e)
30+
- **router**:
31+
- simplify route guard logic and remove unnecessary next calls &nbsp;-&nbsp; by **soybeanfe** [<samp>(1f02b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/1f02b4ef)
32+
33+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
34+
35+
- **projects**:
36+
- modify the injection location of the token. &nbsp;-&nbsp; by **Azir-11** [<samp>(9d48c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9d48ca5f)
37+
- optimize unocss config &nbsp;-&nbsp; by **soybeanfe** [<samp>(fe0d8)</samp>](https://github.com/soybeanjs/soybean-admin/commit/fe0d8dda)
38+
39+
### &nbsp;&nbsp;&nbsp;📖 Documentation
40+
41+
- **projects**: V2 has been released. &nbsp;-&nbsp; by **skyfeiz** [<samp>(d7394)</samp>](https://github.com/soybeanjs/soybean-admin/commit/d73947a5)
42+
43+
### &nbsp;&nbsp;&nbsp;🏡 Chore
44+
45+
- **deps**:
46+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(232e1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/232e1ac4)
47+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(2a023)</samp>](https://github.com/soybeanjs/soybean-admin/commit/2a0231da)
48+
- update deps &nbsp;-&nbsp; by **soybeanfe** [<samp>(b867c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/b867c290)
49+
50+
### &nbsp;&nbsp;&nbsp;🎨 Styles
51+
52+
- **projects**: fix lint code and format code &nbsp;-&nbsp; by **soybeanfe** [<samp>(8b2db)</samp>](https://github.com/soybeanjs/soybean-admin/commit/8b2db609)
53+
54+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
55+
56+
[![pan0xc](https://github.com/pan0xc.png?size=48)](https://github.com/pan0xc)&nbsp;&nbsp;[![m-xlsea](https://github.com/m-xlsea.png?size=48)](https://github.com/m-xlsea)&nbsp;&nbsp;[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;[![wenyuanw](https://github.com/wenyuanw.png?size=48)](https://github.com/wenyuanw)&nbsp;&nbsp;
57+
[soybeanfe](mailto:honghuangdc@gmail.com),&nbsp;[Azir-11](mailto:2075125282@qq.com),&nbsp;[skyfeiz](mailto:webzhangfei@163.com),&nbsp;
58+
359
## [v2.0.2](https://github.com/soybeanjs/soybean-admin/compare/v2.0.1...v2.0.2) (2025-12-23)
460

561
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soybean-admin",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "A fresh and elegant admin template, based on Vue3、Vite7、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite7、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
55
"keywords": [
66
"TypeScript",

packages/alova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/alova",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
66
"*": [

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": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
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": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
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": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
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": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
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": "2.0.2",
3+
"version": "2.1.0",
44
"bin": {
55
"sa": "./bin.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": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
66
"*": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa/utils",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"typesVersions": {
55
"*": {
66
"*": [

0 commit comments

Comments
 (0)