Releases: soybeanjs/soybean-admin-antd
Releases · soybeanjs/soybean-admin-antd
v1.2.8
🐞 Bug Fixes
- packages:
- @sa/hooks: fix searchParams of useHookTable - by @soybeanjs (cb5bf)
- types:
- Fixed the reference type error - by @soybeanjs (6b868)
- fix data type of useHookTable - by @soybeanjs (3dd78)
💅 Refactors
- projects: replace
cloneDeep
oflodash-es
withklona
- by @soybeanjs (240ab)
🏡 Chore
- deps: update deps - by @soybeanjs (7bc1d)
View changes on GitHub
v1.2.7
🚀 Features
- projects: supports custom menu icon sizes - by @soybeanjs (c8a9e)
🐞 Bug Fixes
- components:
- fix click
MenuToggler
throw error - by @soybeanjs (45588) - fix
TableHeaderOperation
style - by @soybeanjs (251d1)
- fix click
- projects:
- fix manage page edit data. fixed #32 - by @soybeanjs in #32 (740d6)
- fix menu style - by @soybeanjs (4355b)
🏡 Chore
- deps: update deps - by @soybeanjs (5fcf2)
- projects: Fix deprecated configuration config - by @soybeanjs (5275b)
View changes on GitHub
v1.2.6
🐞 Bug Fixes
- projects:
- request modal title use i18n - by @honghuangdc (f97e7)
- add
getDataByPage
foruseTable
- by @honghuangdc (cf265) - fix login redirect to routeHome when routeHome of dynamic route is not same as static route - by @honghuangdc (f6c66)
📖 Documentation
- projects: update README - by @honghuangdc (a769b)
🏡 Chore
🤖 CI
- projects: add and update github issues template - by @honghuangdc (a3619)
View changes on GitHub
v1.2.5
🐞 Bug Fixes
- projects: Fix the issue of abnormal tab caching after logout - by @soybeanjs (e6349)
🛠 Optimizations
- projects: Initializing the static routing function does not require asynchronization - by @soybeanjs (02d66)
- types: Enhance compatibility of global types - by @soybeanjs (dc359)
- utils: Reduce code indentation and improve readability - by @soybeanjs (54ae8)
🏡 Chore
- deps: update deps - by @soybeanjs (423fa)
View changes on GitHub
v1.2.4
🛠 Optimizations
- projects:
- optimize
setupAppVersionNotification
- by @soybeanjs (f061d) - get buildTime with timezone 'Asia/Shanghai' - by @soybeanjs (b256a)
- optimize
🤖 CI
- projects: add github config - by @soybeanjs (fe15a)