|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.3.15](https://github.com/soybeanjs/soybean-admin/compare/v1.3.14...v1.3.15) (2025-06-24) |
| 5 | + |
| 6 | +### 🚀 Features |
| 7 | + |
| 8 | +- **projects**: add configurable user name watermark option - by @wenyuanw [<samp>(7c3da)</samp>](https://github.com/soybeanjs/soybean-admin/commit/7c3dac42) |
| 9 | + |
| 10 | +### 🐞 Bug Fixes |
| 11 | + |
| 12 | +- **app**: replace console.error with window.console.error for consistency - by @soybeanjs [<samp>(7d840)</samp>](https://github.com/soybeanjs/soybean-admin/commit/7d84062e) |
| 13 | +- **projects**: ensure proper text color when themes are inverted - by @wenyuanw [<samp>(afd60)</samp>](https://github.com/soybeanjs/soybean-admin/commit/afd60421) |
| 14 | +- **types**: The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type. - by **chenziwen** [<samp>(da149)</samp>](https://github.com/soybeanjs/soybean-admin/commit/da149e5b) |
| 15 | + |
| 16 | +### 🛠 Optimizations |
| 17 | + |
| 18 | +- **components**: optimize spacing for lang-switch dropdown options - by @wenyuanw [<samp>(fcb89)</samp>](https://github.com/soybeanjs/soybean-admin/commit/fcb89883) |
| 19 | + |
| 20 | +### 💅 Refactors |
| 21 | + |
| 22 | +- **iframe-page**: remove unused lifecycle hooks and clean up script setup - by @soybeanjs [<samp>(276d8)</samp>](https://github.com/soybeanjs/soybean-admin/commit/276d836c) |
| 23 | + |
| 24 | +### 📖 Documentation |
| 25 | + |
| 26 | +- **other**: update docs with video tutorial link. - by **Azir** [<samp>(7b2e5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/7b2e510a) |
| 27 | +- **readme**: add warning about upcoming `V2` version and link to plan list - by @soybeanjs [<samp>(4d42d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4d42dcbe) |
| 28 | + |
| 29 | +### 🏡 Chore |
| 30 | + |
| 31 | +- **deps**: update deps - by @soybeanjs [<samp>(dc674)</samp>](https://github.com/soybeanjs/soybean-admin/commit/dc674ce8) |
| 32 | +- **projects**: update deps & fix `moduleResolution` - by @soybeanjs [<samp>(dbd99)</samp>](https://github.com/soybeanjs/soybean-admin/commit/dbd995c1) |
| 33 | + |
| 34 | +### ❤️ Contributors |
| 35 | + |
| 36 | +[](https://github.com/soybeanjs) [](https://github.com/wenyuanw) |
| 37 | +[Azir ](mailto:[email protected]), [chenziwen ](mailto:[email protected]) |
| 38 | + |
4 | 39 | ## [v1.3.14](https://github.com/soybeanjs/soybean-admin/compare/v1.3.13...v1.3.14) (2025-06-09) |
5 | 40 |
|
6 | 41 | ### 🚀 Features |
|
0 commit comments