|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.3.8](https://github.com/soybeanjs/soybean-admin/compare/v1.3.7...v1.3.8) (2024-10-25) |
| 5 | + |
| 6 | +### 🚨 Breaking Changes |
| 7 | + |
| 8 | +- **projects**: refactor route cache & support reset route cache strategy - by @soybeanjs [<samp>(b667e)</samp>](https://github.com/soybeanjs/soybean-admin/commit/b667eab) |
| 9 | + |
| 10 | +### 🚀 Features |
| 11 | + |
| 12 | +- **packages**: |
| 13 | + - add subpackage `@sa/alova` - by @JOU-amjs in https://github.com/soybeanjs/soybean-admin/issues/640 [<samp>(2072f)</samp>](https://github.com/soybeanjs/soybean-admin/commit/2072f58) |
| 14 | + - optimistic subpackage `@sa/alova` - by @JOU-amjs in https://github.com/soybeanjs/soybean-admin/issues/646 [<samp>(4b3ac)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4b3ac11) |
| 15 | +- **projects**: |
| 16 | + - login supports accessible operation. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/637 [<samp>(cfaab)</samp>](https://github.com/soybeanjs/soybean-admin/commit/cfaab85) |
| 17 | + |
| 18 | +### 🐞 Bug Fixes |
| 19 | + |
| 20 | +- **utils**: fix `isPC`. fixed #644 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/644 [<samp>(47264)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4726498) |
| 21 | + |
| 22 | +### 🏡 Chore |
| 23 | + |
| 24 | +- **deps**: |
| 25 | + - update deps - by @soybeanjs [<samp>(8dcda)</samp>](https://github.com/soybeanjs/soybean-admin/commit/8dcda38) |
| 26 | +- **projects**: |
| 27 | + - update vscode extensions - by @soybeanjs [<samp>(24bb6)</samp>](https://github.com/soybeanjs/soybean-admin/commit/24bb6d9) |
| 28 | + - update deps & fix sass usage - by @soybeanjs [<samp>(71e63)</samp>](https://github.com/soybeanjs/soybean-admin/commit/71e6307) |
| 29 | +- **types**: |
| 30 | + - remove type declaration for document.startViewTransition (TypeScript 5.6 includes it) - by @NHZEX in https://github.com/soybeanjs/soybean-admin/issues/633 [<samp>(83ba7)</samp>](https://github.com/soybeanjs/soybean-admin/commit/83ba798) |
| 31 | + |
| 32 | +### 🎨 Styles |
| 33 | + |
| 34 | +- **projects**: reduce ambiguity in theme configuration instructions. - by @Azir-11 [<samp>(75cbf)</samp>](https://github.com/soybeanjs/soybean-admin/commit/75cbfbb) |
| 35 | + |
| 36 | +### ❤️ Contributors |
| 37 | + |
| 38 | +[](https://github.com/soybeanjs) [](https://github.com/JOU-amjs) [](https://github.com/Azir-11) [](https://github.com/NHZEX) |
| 39 | + |
4 | 40 | ## [v1.3.7](https://github.com/soybeanjs/soybean-admin/compare/v1.3.6...v1.3.7) (2024-09-21) |
5 | 41 |
|
6 | 42 | ### 🚨 Breaking Changes |
|
0 commit comments