|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.3.10](https://github.com/honghuangdc/soybean-admin/compare/v1.3.9...v1.3.10) (2024-12-16) |
| 5 | + |
| 6 | +### 🚀 Features |
| 7 | + |
| 8 | +- **projects**: support show tab when not loggedIn - by @soybeanjs [<samp>(ba381)</samp>](https://github.com/honghuangdc/soybean-admin/commit/ba38119) |
| 9 | + |
| 10 | +### 🐞 Bug Fixes |
| 11 | + |
| 12 | +- **deps**: |
| 13 | + - reduced eslint version to 9.14.0 - by @soybeanjs [<samp>(af417)</samp>](https://github.com/honghuangdc/soybean-admin/commit/af4177e) |
| 14 | +- **projects**: |
| 15 | + - fix route guard hook `onRouteSwitchWhenLoggedIn`. fixed #680 - by @soybeanjs in https://github.com/honghuangdc/soybean-admin/issues/680 [<samp>(ab985)</samp>](https://github.com/honghuangdc/soybean-admin/commit/ab9858c) |
| 16 | + - check if init userInfo when initAuthRoute. fixed #680 - by @soybeanjs in https://github.com/honghuangdc/soybean-admin/issues/680 [<samp>(9f4fb)</samp>](https://github.com/honghuangdc/soybean-admin/commit/9f4fb8c) |
| 17 | + |
| 18 | +### 🛠 Optimizations |
| 19 | + |
| 20 | +- **projects**: |
| 21 | + - optimize router guard - by @soybeanjs [<samp>(0dfcf)</samp>](https://github.com/honghuangdc/soybean-admin/commit/0dfcf18) |
| 22 | + - use `defu` to fill added theme config - by @soybeanjs [<samp>(101b6)</samp>](https://github.com/honghuangdc/soybean-admin/commit/101b6f9) |
| 23 | + |
| 24 | +### 📖 Documentation |
| 25 | + |
| 26 | +- **projects**: ✏️ add element-plus version link - by **一寸灰** in https://github.com/honghuangdc/soybean-admin/issues/679 [<samp>(5c6ab)</samp>](https://github.com/honghuangdc/soybean-admin/commit/5c6ab0b) |
| 27 | + |
| 28 | +### 🏡 Chore |
| 29 | + |
| 30 | +- rename env.d.ts to vite-env.d.ts - by @wzc520pyfm in https://github.com/honghuangdc/soybean-admin/issues/675 [<samp>(b93c2)</samp>](https://github.com/honghuangdc/soybean-admin/commit/b93c203) |
| 31 | +- **projects**: update deps & fix vite config - by @soybeanjs [<samp>(3e0eb)</samp>](https://github.com/honghuangdc/soybean-admin/commit/3e0eb72) |
| 32 | + |
| 33 | +### ❤️ Contributors |
| 34 | + |
| 35 | +[](https://github.com/soybeanjs) [](https://github.com/wzc520pyfm) |
| 36 | +[一寸灰 ](mailto:[email protected]), |
| 37 | + |
4 | 38 | ## [v1.3.9](https://github.com/soybeanjs/soybean-admin/compare/v1.3.8...v1.3.9) (2024-11-17) |
5 | 39 |
|
6 | 40 | ### 🚀 Features |
|
0 commit comments