|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.3.0](https://github.com/soybeanjs/soybean-admin/compare/v1.2.8...v1.3.0) (2024-07-22) |
| 5 | + |
| 6 | +### 🚨 Breaking Changes |
| 7 | + |
| 8 | +- **projects**: refactor global menu & support `reversed-horizontal-mix-menu`. close #365 - by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/365 [<samp>(087e5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/087e532) |
| 9 | + |
| 10 | +### 🚀 Features |
| 11 | + |
| 12 | +- **packages**: |
| 13 | + - `@sa/scripts`: command `gitCommit` support chinese - by @mmdapl in https://github.com/soybeanjs/soybean-admin/issues/548 [<samp>(06971)</samp>](https://github.com/soybeanjs/soybean-admin/commit/06971f3) |
| 14 | + - @sa/axios: replace CancelTokenSource by AbortController. close #530, close #532 - by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/530 and https://github.com/soybeanjs/soybean-admin/issues/532 [<samp>(527fd)</samp>](https://github.com/soybeanjs/soybean-admin/commit/527fd79) |
| 15 | + - @sa/scripts: add ignore pattern list for command `gitCommitVerify`. close #504 - by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/504 [<samp>(958d0)</samp>](https://github.com/soybeanjs/soybean-admin/commit/958d0ba) |
| 16 | +- **projects**: |
| 17 | + - make branch `main` tiny & modify request retry times to 0 - by @Azir-11 [<samp>(793b1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/793b16e) |
| 18 | + |
| 19 | +### 🐞 Bug Fixes |
| 20 | + |
| 21 | +- **hooks**: prevent program freezing when pagesize returns 0 - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/545 [<samp>(f4eeb)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f4eeb2e) |
| 22 | + |
| 23 | +### 💅 Refactors |
| 24 | + |
| 25 | +- **projects**: |
| 26 | + - combine `theme tokens` and `theme settings`. close #379 - by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/379 [<samp>(1d1b1)</samp>](https://github.com/soybeanjs/soybean-admin/commit/1d1b148) |
| 27 | + - change css vars mount to root - by @honghuangdc [<samp>(00f41)</samp>](https://github.com/soybeanjs/soybean-admin/commit/00f41dd) |
| 28 | + |
| 29 | +### 📖 Documentation |
| 30 | + |
| 31 | +- **projects**: update CHANGELOG - by @honghuangdc [<samp>(a0b76)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a0b76da) |
| 32 | + |
| 33 | +### 🏡 Chore |
| 34 | + |
| 35 | +- **deps**: update deps - by @honghuangdc [<samp>(f6bd6)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f6bd6b8) |
| 36 | +- **projects**: add script `czh` - by @honghuangdc [<samp>(02069)</samp>](https://github.com/soybeanjs/soybean-admin/commit/0206969) |
| 37 | + |
| 38 | +### ❤️ Contributors |
| 39 | + |
| 40 | +[](https://github.com/honghuangdc) [](https://github.com/mmdapl) [](https://github.com/Azir-11) |
| 41 | + |
4 | 42 | ## [v1.2.8](https://github.com/soybeanjs/soybean-admin/compare/v1.2.7...v1.2.8) (2024-07-20) |
5 | 43 |
|
6 | 44 | ### 🐞 Bug Fixes |
|
0 commit comments