v2.0.0-beta.1
🚨 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:
- 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:
- refactor theme drawer with tabbed layout for better UX. - by @Azir-11 (8ba71)
- Add current time display option for watermark - by @wenyuanw in https://github.com/soybeanjs/soybean-admin/issues/772
🐞 Bug Fixes
- hooks:
- correct chart rendering logic in useEcharts - by @soybeanjs (8a7cd)
- packages:
- projects:
- Fix i18n-ally not working when setting moduleResolution to bundler. fixed #780 - by @xiaobao0505 in https://github.com/soybeanjs/soybean-admin/issues/780 (41191)
- styles:
- show light color scrollbar while dark mode is on - by @whyang9701 (dac50)
🛠 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: add github trendshift info. - by @Azir-11 (2a0c9)
🏡 Chore
- deps:
🎨 Styles
- projects: format code. - by @Azir-11 (100e0)