|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v2.1.1](https://github.com/soybeanjs/soybean-admin/compare/v2.1.0...v2.1.1) (2026-05-13) |
| 4 | + |
| 5 | +### 🐞 Bug Fixes |
| 6 | + |
| 7 | +- **assets**: |
| 8 | + - add ts-expect-error comment for svg icons type error - by @soybeanjs [<samp>(f8f0c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f8f0c6c4) |
| 9 | +- **bin**: |
| 10 | + - update import statement for index file - by @soybeanjs [<samp>(4549d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/4549ddda) |
| 11 | +- **components**: |
| 12 | + - correction of wrong label bar configuration explanation. - by **Azir-11** [<samp>(6887b)</samp>](https://github.com/soybeanjs/soybean-admin/commit/6887b016) |
| 13 | +- **i18n-ally**: |
| 14 | + - add missing TypeScript compiler options. fixed #907 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/907 [<samp>(a5f85)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a5f85810) |
| 15 | +- **projects**: |
| 16 | + - resolve width abnormal issue of NColorPicker. - by **Azir-11** [<samp>(75ccd)</samp>](https://github.com/soybeanjs/soybean-admin/commit/75ccd008) |
| 17 | + - fix wrong new tab opening for external link navigation. - by **Azir-11** [<samp>(af1b5)</samp>](https://github.com/soybeanjs/soybean-admin/commit/af1b5f1d) |
| 18 | + - fix ts and lint error - by @soybeanjs [<samp>(9afa2)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9afa21e4) |
| 19 | +- **tsconfig**: |
| 20 | + - change moduleResolution to 'bundler' across multiple packages - by @soybeanjs [<samp>(c0105)</samp>](https://github.com/soybeanjs/soybean-admin/commit/c0105c55) |
| 21 | +- **vscode**: |
| 22 | + - add oxc.vscode extension and update settings for formatting. fixed #904 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/904 [<samp>(f8bd9)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f8bd921a) |
| 23 | +- **workflows**: |
| 24 | + - update actions/checkout and actions/setup-node to v6 - by @soybeanjs [<samp>(c3158)</samp>](https://github.com/soybeanjs/soybean-admin/commit/c3158bee) |
| 25 | + |
| 26 | +### 🛠 Optimizations |
| 27 | + |
| 28 | +- **mix-menu**: use stable Symbol.for as MixMenu context key. fixed #919 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/919 [<samp>(e1667)</samp>](https://github.com/soybeanjs/soybean-admin/commit/e1667669) |
| 29 | + |
| 30 | +### 💅 Refactors |
| 31 | + |
| 32 | +- **hooks**: simplify useContext implementation and improve type definitions - by @soybeanjs [<samp>(f292d)</samp>](https://github.com/soybeanjs/soybean-admin/commit/f292d32d) |
| 33 | + |
| 34 | +### 📖 Documentation |
| 35 | + |
| 36 | +- **readme**: add SoybeanUI section with description and badges - by @soybeanjs [<samp>(3a7a3)</samp>](https://github.com/soybeanjs/soybean-admin/commit/3a7a36b7) |
| 37 | + |
| 38 | +### 🏡 Chore |
| 39 | + |
| 40 | +- **deps**: |
| 41 | + - update deps - by @soybeanjs [<samp>(a43a7)</samp>](https://github.com/soybeanjs/soybean-admin/commit/a43a7b3b) |
| 42 | + - update deps - by **soybean-js** [<samp>(9afb3)</samp>](https://github.com/soybeanjs/soybean-admin/commit/9afb335e) |
| 43 | + - update deps - by @soybeanjs [<samp>(e8fa9)</samp>](https://github.com/soybeanjs/soybean-admin/commit/e8fa90b4) |
| 44 | + |
| 45 | +### ❤️ Contributors |
| 46 | + |
| 47 | +[](https://github.com/soybeanjs) |
| 48 | +[soybean-js](mailto:soybeanjs@163.com), [Azir-11](mailto:2075125282@qq.com) |
| 49 | + |
3 | 50 | ## [v2.1.0](https://github.com/soybeanjs/soybean-admin/compare/v2.0.2...v2.1.0) (2026-03-09) |
4 | 51 |
|
5 | 52 | ### 🚨 Breaking Changes |
|
0 commit comments