New
v2.0.0
🚨 Breaking Changes
- hooks: refactor useTable and enhance type definitions - by @soybeanjs (8cc51)
- projects: optimize layout mode, split horizontal mix component into two layouts, and rename the component. - by @Azir-11 (b6ac3)
- request: remove cancelRequest method and related logic from request instances - by @soybeanjs (b4e12)
🚀 Features
- components:
- global-tab:
- add support for switching tabs with right mouse button click - by @soybeanjs (b2c91)
- hooks:
- add scrollX computation for total table width in useNaiveTable - by @Lruihao (358e1)
- packages:
- materials support slider-tab. closed #823 - by @CyberShen in https://github.com/soybeanjs/soybean-admin/issues/823 (61fa4)
- projects:
🐞 Bug Fixes
- hooks:
- correct chart rendering logic in useEcharts - by @soybeanjs (8a7cd)
- layout:
- fix getSiderWidth - by @soybeanjs (e471e)
- packages:
- fix the parsing logic for stored data to ensure correct return of boolean values - by @Lruihao (9ea56)
- axios: fix json response. fixed #815 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/815 (fd087)
- axios: fix json response. fixed #815 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/815 (5be86)
- projects:
- Fix i18n-ally not working when setting moduleResolution to bundler. fixed #780 - by @xiaobao0505 in https://github.com/soybeanjs/soybean-admin/issues/780
🛠 Optimizations
- hooks:
- optimize useEcharts - by @soybeanjs (936b8)
- packages:
- remove ofetch package - by @soybeanjs (abaaa)
- projects:
💅 Refactors
- hooks:
- menu:
- optimize the margin on the menu - by @NicholasLD (d7311)
- projects:
- remove unnecessary logic in onRouteSwitchWhenLoggedIn - by @wenyuanw (d6c81)
- request:
📖 Documentation
- projects:
🏡 Chore
- deps:
🎨 Styles
- projects: format code. - by @Azir-11 (100e0)