|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## [v1.0.6](https://github.com/soybeanjs/soybean-admin/compare/v1.0.5...v1.0.6) (2024-04-25) |
| 5 | + |
| 6 | +### 🚀 Features |
| 7 | + |
| 8 | +- **hooks**: add state hooks: useRef, useState, useSignal - by @honghuangdc [<samp>(09f64)</samp>](https://github.com/soybeanjs/soybean-admin/commit/09f6464) |
| 9 | + |
| 10 | +### 🐞 Bug Fixes |
| 11 | + |
| 12 | +- **projects**: |
| 13 | + - added responseType judgment. #396 - by **alleycharming** in https://github.com/soybeanjs/soybean-admin/issues/396 [<samp>(82eab)</samp>](https://github.com/soybeanjs/soybean-admin/commit/82eabab) |
| 14 | + - supply $t import statement - by @honghuangdc [<samp>(b2660)</samp>](https://github.com/soybeanjs/soybean-admin/commit/b266035) |
| 15 | + - fix mix-menu blank. fixed #389 & cache mixMenuFixed - by @honghuangdc in https://github.com/soybeanjs/soybean-admin/issues/389 [<samp>(93c7f)</samp>](https://github.com/soybeanjs/soybean-admin/commit/93c7ff7) |
| 16 | + |
| 17 | +### 🔥 Performance |
| 18 | + |
| 19 | +- **hooks**: |
| 20 | + - perf useSignal - by @honghuangdc [<samp>(5d45c)</samp>](https://github.com/soybeanjs/soybean-admin/commit/5d45cef) |
| 21 | +- **projects**: |
| 22 | + - remove useless prop `title` of `NDrawer` - by @honghuangdc [<samp>(fdde6)</samp>](https://github.com/soybeanjs/soybean-admin/commit/fdde679) |
| 23 | + - add tsconfig.json for @sa/color-palette - by @honghuangdc [<samp>(d460e)</samp>](https://github.com/soybeanjs/soybean-admin/commit/d460e5c) |
| 24 | + |
| 25 | +### 💅 Refactors |
| 26 | + |
| 27 | +- **hooks**: refactor useSignal, useComputed - by @honghuangdc [<samp>(3b5e4)</samp>](https://github.com/soybeanjs/soybean-admin/commit/3b5e4b3) |
| 28 | +- **projects**: useMixMenuContext replace useMixMenu - by @honghuangdc [<samp>(1e142)</samp>](https://github.com/soybeanjs/soybean-admin/commit/1e14293) |
| 29 | + |
| 30 | +### 🏡 Chore |
| 31 | + |
| 32 | +- **deps**: |
| 33 | + - update deps - by @honghuangdc [<samp>(e57bf)</samp>](https://github.com/soybeanjs/soybean-admin/commit/e57bf0b) |
| 34 | +- **projects**: |
| 35 | + - use `engines` replace `packageManager` - by @honghuangdc [<samp>(dcd51)</samp>](https://github.com/soybeanjs/soybean-admin/commit/dcd51f4) |
| 36 | + - update pnpm version requirement - by @honghuangdc [<samp>(19e65)</samp>](https://github.com/soybeanjs/soybean-admin/commit/19e65c1) |
| 37 | + |
| 38 | +### ❤️ Contributors |
| 39 | + |
| 40 | +[](https://github.com/honghuangdc) |
| 41 | +[alleycharming ](mailto:[email protected]) |
| 42 | + |
4 | 43 | ## [v1.0.5](https://github.com/honghuangdc/soybean-admin/compare/v1.0.4...v1.0.5) (2024-04-24) |
5 | 44 |
|
6 | 45 | ### 📖 Documentation |
|
0 commit comments