Releases: soybeanjs/soybean-admin
Releases · soybeanjs/soybean-admin
v1.0.0
🚀 Features
- internationalized menu search - by @Kori000 (9e115)
- components:
- hooks:
- add use-echarts - by @honghuangdc (726ab)
- projects:
- 1.0 beta - by @honghuangdc (e918a)
- support Vite5 - by @honghuangdc (96e4a)
- @sa/axios: createRequest, createFlatRequest, createHookRequest - by @honghuangdc (bac16)
- add app loading - by @honghuangdc (c6545)
- add copyright, unocss shortcut: card-wrapper, update package.json - by @honghuangdc (affcc)
- add page: about - by @honghuangdc (4955f)
- add custom route exception - by @honghuangdc (b43c9)
- filter tabs which are not in routes - by @honghuangdc (f59f3)
- packages/scripts: add command changelog,release - by @honghuangdc (dafb6)
- add script: gen-route - by @honghuangdc (697c1)
- @sa/axios: add qs stringify for params - by @honghuangdc (2400c)
- page home & perf useEcharts - by @honghuangdc (62e4d)
- finish page home - by @honghuangdc (7bd1e)
- add page function_tab - by @honghuangdc (6ff86)
- page manage_role - by @honghuangdc (237c6)
- page manage_user - by @honghuangdc (8a170)
- page manage_menu - by @honghuangdc (87d65)
- page manage_menu operateDrawer - by @honghuangdc (db17c)
- Add type to TabRoute: matched - by @Azir-11 (2d102)
- support directory menu hide all child menus. fixed #325 - by @honghuangdc in #325 (7256a)
- mock manage list data with pagination - by @honghuangdc (1a6be)
- globalSearch add i18n - by @yanbowe (0126d)
- Add route meta parameter:fixedQuery - by @Azir-11 (874aa)
- update - by @honghuangdc (4158a)
- change borderRadius to 6px of naiveUI - by @honghuangdc (49558)
- pef manage role - by @honghuangdc (18709)
- login page: code-login - by @honghuangdc (c91dd)
- login page: register - by @honghuangdc (1ed33)
- add request refresh token & logout - by @honghuangdc (11a6a)
- add request exception example page - by @honghuangdc (41e8b)
- add auth example - by @honghuangdc (c11d5)
- router:
🐞 Bug Fixes
- components:
- hooks:
- projects:
- 修复路由命名为包含关系时导致导航数据出错的问题 - by @Particaly (76636)
- rename zh-ch - by @honghuangdc (a8a77)
- Fix welcome notification not closing - by @Azir-11 (748cf)
- fix i18n vscode settings - by @honghuangdc (fbf4c)
- add duration of login success notification - by @honghuangdc (1335d)
- fix menu indent - by @honghuangdc (87143)
- fix theme mode segment - by @honghuangdc (2372d)
- fix app loading theme color - by @honghuangdc (0ba19)
- fix page about style in mobile - by @honghuangdc (8b6de)
- fix themeDrawer darkMode segement - by @honghuangdc (1b5ca)
- fix themeDrawer copy - by @honghuangdc (b3779)
- remove space in tab content - by @honghuangdc (4aae6)
- fix horizontal menu - by @honghuangdc (d886e)
- perf card style - by @honghuangdc (c1afb)
- fix manage_user title - by @honghuangdc (7770b)
- default proxy prefix - by @smileluck (da246)
- fix request msg - by @honghuangdc (ae6b6)
- Fix the issue of tab error displaying parent localIcon - by @Azir-11 (a9c98)
- The matched value of TabRoute should be optional - by @Azir-11 (e6fed)
- fix build [unocss]: build failed to load icon "close", fixed #319 - by @honghuangdc in #319 (c18d8)
- fix resolve alias - by @honghuangdc (3bdcb)
- Missing default value for tab icon - by @Azir-11 (72a46)
- add route icon: fucntion_hide-child - by @honghuangdc (0a3ef)
- fix table x-scroll. fixed #324 - by @honghuangdc in #324 (c7e2c)
- Fix the logic of root route redirection to home - by @Azir-11 (0123c)
- Fix homepage mount error under dynamic routing - by @Azir-11 (9cf2a)
- fix repeat home tab - by @honghuangdc [<samp...
v1.0.0-beta.3
📖 Documentation
- projects: update README.md - by @honghuangdc (f69e1)
🏡 Chore
- deps: update deps - by @honghuangdc (82b53)
- projects: add .gitattributes - by @honghuangdc (c0009)
View changes on GitHub
v1.0.0-beta.2
🐞 Bug Fixes
- projects: fix pin-toggler toolTip zIndex - by @honghuangdc (f89e6)
🔥 Performance
- projects: perf code - by @honghuangdc (a0bad)
📖 Documentation
- projects:
- add communication - by @honghuangdc (8c7ea)
- update README.md - by @honghuangdc (07d8d)
- update README.md - by @honghuangdc (1a707)
🏡 Chore
- deps: update deps - by @honghuangdc (6b513)
🤖 CI
- projects:
- update release.yml - by @honghuangdc (7b298)
- add issue template - by @honghuangdc (06e20)
View changes on GitHub
v1.0.0-beta.1
🚀 Features
- internationalized menu search - by @Kori000 (9e115)
- components:
- hooks:
- add use-echarts - by @honghuangdc (726ab)
- projects:
- 1.0 beta - by @honghuangdc (e918a)
- support Vite5 - by @honghuangdc (96e4a)
- @sa/axios: createRequest, createFlatRequest, createHookRequest - by @honghuangdc (bac16)
- add app loading - by @honghuangdc (c6545)
- add copyright, unocss shortcut: card-wrapper, update package.json - by @honghuangdc (affcc)
- add page: about - by @honghuangdc (4955f)
- add custom route exception - by @honghuangdc (b43c9)
- filter tabs which are not in routes - by @honghuangdc (f59f3)
- packages/scripts: add command changelog,release - by @honghuangdc (dafb6)
- add script: gen-route - by @honghuangdc (697c1)
- @sa/axios: add qs stringify for params - by @honghuangdc (2400c)
- page home & perf useEcharts - by @honghuangdc (62e4d)
- finish page home - by @honghuangdc (7bd1e)
- add page function_tab - by @honghuangdc (6ff86)
- page manage_role - by @honghuangdc (237c6)
- page manage_user - by @honghuangdc (8a170)
- page manage_menu - by @honghuangdc (87d65)
- page manage_menu operateDrawer - by @honghuangdc (db17c)
- Add type to TabRoute: matched - by @Azir-11 (2d102)
- support directory menu hide all child menus. fixed #325 - by @honghuangdc in #325 (7256a)
- mock manage list data with pagination - by @honghuangdc (1a6be)
- globalSearch add i18n - by @yanbowe (0126d)
- Add route meta parameter:fixedQuery - by @Azir-11 (874aa)
- update - by @honghuangdc (4158a)
- change borderRadius to 6px of naiveUI - by @honghuangdc (49558)
- pef manage role - by @honghuangdc (18709)
- login page: code-login - by @honghuangdc (c91dd)
- login page: register - by @honghuangdc (1ed33)
- add request refresh token & logout - by @honghuangdc (11a6a)
- add request exception example page - by @honghuangdc (41e8b)
- add auth example - by @honghuangdc (c11d5)
- router:
🐞 Bug Fixes
- components:
- hooks:
- projects:
- 修复路由命名为包含关系时导致导航数据出错的问题 - by @Particaly (76636)
- rename zh-ch - by @honghuangdc (a8a77)
- Fix welcome notification not closing - by @Azir-11 (748cf)
- fix i18n vscode settings - by @honghuangdc (fbf4c)
- add duration of login success notification - by @honghuangdc (1335d)
- fix menu indent - by @honghuangdc (87143)
- fix theme mode segment - by @honghuangdc (2372d)
- fix app loading theme color - by @honghuangdc (0ba19)
- fix page about style in mobile - by @honghuangdc (8b6de)
- fix themeDrawer darkMode segement - by @honghuangdc (1b5ca)
- fix themeDrawer copy - by @honghuangdc (b3779)
- remove space in tab content - by @honghuangdc (4aae6)
- fix horizontal menu - by @honghuangdc (d886e)
- perf card style - by @honghuangdc (c1afb)
- fix manage_user title - by @honghuangdc (7770b)
- default proxy prefix - by @smileluck (da246)
- fix request msg - by @honghuangdc (ae6b6)
- Fix the issue of tab error displaying parent localIcon - by @Azir-11 (a9c98)
- The matched value of TabRoute should be optional - by @Azir-11 (e6fed)
- fix build [unocss]: build failed to load icon "close", fixed #319 - by @honghuangdc in #319 (c18d8)
- fix resolve alias - by @honghuangdc (3bdcb)
- Missing default value for tab icon - by @Azir-11 (72a46)
- add route icon: fucntion_hide-child - by @honghuangdc (0a3ef)
- fix table x-scroll. fixed #324 - by @honghuangdc in #324 (c7e2c)
- Fix the logic of root route redirection to home - by @Azir-11 (0123c)
- Fix homepage mount error under dynamic routing - by @Azir-11 (9cf2a)
- fix repeat home tab - by @honghuangdc [<samp...
v0.10.4
🚀 Features
- auth:
- hooks:
- add useHookTable - by @honghuangdc (b3ae7)
- projects:
- add websocket demo - by @honghuangdc (af53e)
- add switch for customize darkmode transition - by @honghuangdc (6e0cc)
- new i18n function $t & login page and setting drawer config i18n - by @honghuangdc (854d0)
- add plugin-web-update-notification - by @honghuangdc (c9164)
🐞 Bug Fixes
- components:
- 修复动态路由主页404 - by @lapislazulisch (3ae19)
- 修复动态路由home页404 - by @lapislazulisch (ad6ac)
- projects:
- fix set tab title (fixed #256) - by @honghuangdc in #256 (13f6c)
- correct the lang file name & add recommend vscode plugin i18n-ally - by @honghuangdc (864ec)
- fix reload button animate - by @honghuangdc (41f23)
- styles:
- 用户管理页面布局自适应屏幕高度 (fixed #253) - by @honghuangdc in #253 (0f7b9)
🔥 Performance
- hooks:
- perf use-table - by @honghuangdc (33180)
- perf useHookTable - by @honghuangdc (809fa)
- projects:
- add type declaration for document startViewTransition - by @honghuangdc (d3ebe)
💅 Refactors
- projects:
- 生产环境缓存主题变更为sessionStorage - by @honghuangdc (c46a5)
- add reCacheRoute method - by @honghuangdc (f92ee)
- update soybean domain - by @honghuangdc (073fd)
📖 Documentation
- projects:
- update README.md logo - by @honghuangdc (19141)
- update Docker deployment method - by @snowords (00da0)
- update git hooks init command - by @snowords (7f35e)
- update README.md - by @eltociear (93ed5)
🏡 Chore
- deps:
- update deps - by @honghuangdc (bba68)
- update deps - by @honghuangdc (0e6d2)
- update deps - by @honghuangdc (135ce)
- update deps - by @honghuangdc (44ba3)
- update deps - by @honghuangdc (9296e)
- update deps - by @honghuangdc (751de)
- update deps - by @honghuangdc (305d9)
- projects:
- update deps and fix swiper - by @honghuangdc (9d105)
- update package.json - by @honghuangdc (d7aea)
- update deps & fix eslint code - by @honghuangdc (08e0c)
- update pnpm-lock.yaml - by @honghuangdc (94644)
- update VSCode setting - by @honghuangdc (56c77)
- correct the word spell - by @honghuangdc (458e3)
- correct word spell & eslint fix code - by @honghuangdc (cffc3)
- When tab is switched, keep the page without refreshing - by @linjiangl (83f25)
🎨 Styles
- projects:
- unify card border radius, 16px to 8px - by @honghuangdc (cbda4)
- update default theme color - by @honghuangdc (43ac2)
- prettier format code - by @honghuangdc (24cf1)
View changes on GitHub
v0.10.3
🐞 Bug Fixes
- projects: Fix userRoleOptions - by @soybeanjs (2ca2b)
- styles: Fix toggle-lang bg - by @soybeanjs (47309)
🔥 Performance
- projects:
- Remove useless code - by @soybeanjs (eb8e4)
- Use transformObjectToOption to generate option of object labels - by @soybeanjs (da611)
📖 Documentation
- projects:
- CHANGELOG.md - by @soybeanjs (ff5bf)
- Generate full CHANGELOG.md - by @soybeanjs (055d4)
- Update README.md - by @soybeanjs (3c7e1)
- Update README.md - by @soybeanjs (1681c)
- Update README.md picture url - by @soybeanjs (4eefc)
- Update README.md - by @soybeanjs (8f24a)
- Update CHANGELOG.md by regenerate changelog - by @soybeanjs (2a9b7)
🏡 Chore
- deps:
- Update deps - by @soybeanjs (f9d47)
- Update deps - by @soybeanjs (47ab0)
- Decrease vite-plugin-page-route - by @soybeanjs (882f2)
- Update deps - by @soybeanjs (e6abf)
- projects:
- Remove bumpp & add release script - by @soybeanjs (a3dfe)
- Update @soybeanjs/cli and generate total changelog - by @soybeanjs (58591)
- Update deps & update unocss deprecated api exclude - by @soybeanjs (0907d)
- Update deps & update package.json - by @soybeanjs (0b2f6)
- Add vite-plugin-vue-devtools - by @soybeanjs (c1bee)
- Release v0.10.3 - by @soybeanjs (de282)
View changes on GitHub
v0.10.2
🐞 Bug Fixes
- components: Fix mix-menu layout when the locale is English (fixed 241) - by @soybeanjs (5c085)
📖 Documentation
- projects:
- CHANGELOG.md - by @soybeanjs (bb2ea)
- Update README.md: update example image url [更新示例图片的链接] - by @soybeanjs (4f512)
- Fix README.md: example image link - by @soybeanjs (56ea8)
🏡 Chore
- Release v0.10.2 - by @soybeanjs (1f6d0)
- projects: Update deps and use soy lint-staged replace lint-staged - by @soybeanjs (9a238)
View changes on GitHub
v0.10.1
📖 Documentation
- projects:
- CHANGELOG.md - by @soybeanjs (a2521)
- Update README.md - by @soybeanjs (b5839)
🏡 Chore
- Release v0.10.1 - by @soybeanjs (44e4c)
- projects: Add switch for pageRoute plugin [添加自动生成路由的插件的开关] - by @soybeanjs (780ac)
View changes on GitHub
v0.10.0
🚀 Features
- components:
- projects:
- 返回顶部功能适配新布局 - by @yanbowe (54e2c)
- 增加i18n支持翻译菜单,tab,title - by cc (3d48a)
- Add menu translate [翻译菜单] - by @soybeanjs (f6828)
- 增加主题切换过渡效果 - by cc (8da88)
- Support mobile layout [支持移动端布局] - by @soybeanjs (f2b51)
🐞 Bug Fixes
- projects:
- Fix router guide [修复路由跳转异常] fixed #216 - by @soybeanjs in #216 (59578)
- Fix better-mock usage [修复better-mock用法] - by @soybeanjs (c5764)
- Tsconfig missing isolatedModules - by @kirklin (ab49a)
- Fix mockjs [修复mockjs] - by @soybeanjs (9b19f)
- Add prod mockjs switch [添加生产模式的mockjs的开关] - by @soybeanjs (9f563)
- 修复面包屑导航下拉菜单语言显示问题 - by cc (ee8fa)
- Hide the drawer when it is initial mobile mode [初始化时为移动端布局则隐藏侧边栏] fixed #238 - by @soybeanjs in #238 (0abde)
🔥 Performance
- projects:
- Complete dynamic route translate [补充动态路由的翻译] - by @soybeanjs (7b746)
- Move changing document title by locale to global event of composables & add appLoading unmount - by @soybeanjs (08e19)
💅 Refactors
- projects:
- Update useTable - by @soybeanjs (211ae)
- Remove page examples: tree [去除tree相关示例页面] - by @soybeanjs (f3090)
- Use better-mock replace mockjs [用better-mock替换mockjs] - by @soybeanjs (9d3c7)
- Upgrade vue3.3, official support defineOptions - by @kirklin (86a37)
📖 Documentation
- projects:
- Add qq to README.md [文档添加QQ群] - by @soybeanjs (f74a6)
- Update README.md [更新README.md] - by @soybeanjs (39709)
- Update README.md [更新README.md] - by @soybeanjs (5a4f8)
- Update README.md [更新README.md] - by @soybeanjs (a765d)
- Update README.md [更新README.md] - by @soybeanjs (a989b)
- 优化README.md - by @greper (6ea75)
- Readme.md 二次开发的项目内容换行 - by @greper (f3a17)
- Update CHANGELOG.md - by @soybeanjs (5f6ca)
📦 Build
- deps:
- Update deps - by @soybeanjs (db629)
- Update deps [升级依赖] - by @soybeanjs (f2e82)
- Update deps and remove vite-plugin-html [升级依赖,去除vite-plugin-html] - by @soybeanjs (eaf36)
- Update deps [升级依赖] - by @soybeanjs (bae17)
- Update deps [升级依赖] - by @soybeanjs (c2642)
- Update deps [升级依赖] - by @soybeanjs (40f85)
- projects:
- Remove old layout,tab package [去除旧的布局和页签依赖] - by @soybeanjs (42e6d)
- Update deps and fix type error [升级依赖并修复类型问题] - by @soybeanjs (34f02)
- Update deps and fix style [升级依赖&修复代码格式] - by @soybeanjs (c1c43)
🏡 Chore
- Release v0.10.0 - by @soybeanjs (270a0)
- deps: Update deps - by @soybeanjs (cebbe)
- projects: Remove useless packages, update lint-staged config, add githublogen - by @soybeanjs (5aaa3)
🎨 Styles
- projects: Per style [完善样式] - by @soybeanjs (209ef)
View changes on GitHub
v0.9.9
🚀 Features
- hooks:
- Add useNaiveTable - by @soybeanjs (cc13f)
- projects:
- Custom unocss colors support opacity - by @soybeanjs (488e6)
- New layout,tab and add update theme settings - by @soybeanjs (912c3)
🩹 Fixes
- components:
- projects:
- Fix eslint svg cause incorrect icon render - by @soybeanjs (0b5af)
- SortRoutes recursively - by @sunhao1256 (91889)
- Not only
/login
claim dynamic path scenario , but also others , eg:/user/1 - by @sunhao1256 (60598) - The length of routes children list should greater than 0 - by @Shadowsight9 (e1afc)
- Fix pwa logo - by @soybeanjs (bf2f6)
- Fix github bug-report - by @soybeanjs (f73e3)
- utils:
💅 Refactors
- projects:
- All file and folder use kebab-case - by @soybeanjs (cea60)
- Update service and proxy config - by @soybeanjs (8debf)
- Remove enum - by @soybeanjs (21d52)
- Rename union key - by @soybeanjs (e2b32)
📖 Documentation
- projects:
- Update README.md - by @soybeanjs (cf8c7)
- Update README.md - by @soybeanjs (1ef1b)
- Update README.md - by @soybeanjs (aaef0)
🏡 Chore
- projects:
- release:
- 0.9.9 - by @soybeanjs (c0066)
🎨 Styles
- projects: Format yaml - by @soybeanjs (fb46d)