Skip to content

Releases: soybeanjs/soybean-admin

v0.10.2

31 May 18:25
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • components: Fix mix-menu layout when the locale is English (fixed 241)  -  by @soybeanjs (5c085)

   📖 Documentation

   🏡 Chore

    View changes on GitHub

v0.10.1

30 May 18:20
Compare
Choose a tag to compare

   📖 Documentation

   🏡 Chore

    View changes on GitHub

v0.10.0

30 May 17:47
Compare
Choose a tag to compare

   🚀 Features

  • components:
    • Add tree related component instances  -  by small_happy (d203a)
    • Add routing data related to tree components and page display optimization  -  by small_happy (a0f55)
  • projects:

   🐞 Bug Fixes

   🔥 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

   📖 Documentation

   📦 Build

   🏡 Chore

   🎨 Styles

    View changes on GitHub

v0.9.9

13 Mar 15:56
Compare
Choose a tag to compare

   🚀 Features

   🩹 Fixes

   💅 Refactors

   📖 Documentation

   🏡 Chore

   🎨 Styles

    View changes on GitHub

v0.9.8

15 Jan 15:51
Compare
Choose a tag to compare

   🚀 Features

  • setting 页面新增 是否显示footer的开关  -  by @zuihou (d064f)
  • 新增 affix 属性,用于将其固定在tab卡  -  by @zuihou (e772f)
  • projects:
    • add compress script [添加压缩命令]  -  by @soybeanjs (be6d4)
    • add script about generating png logo from [添加根据svg生成png图标的命令]  -  by @soybeanjs (70aee)
    • add generate logo script  -  by @soybeanjs (25daa)
    • add new route plugin @soybeanjs/vite-plugin-vue-page-route [集成新的路由插件]  -  by @soybeanjs (3131e)

   🐞 Bug Fixes

  • remove height limit h-360px  -  by Wang Zheng (b5c57)
  • set password attributes  -  by Wang Zheng (a9a37)
  • components:
    • 修复路由在path中包含重复路单词径菜单时,被激活会错误展开  -  by shabby2333 (264da)
  • projects:
    • fix vite-pwa plugin config  -  by @soybeanjs (94098)
    • add router-page.d.ts to git [将router-page.d.ts添加git提交]  -  by @soybeanjs (7a580)
    • fix router when the dynamic routes api was failed [修复当动态路由接口失败后路由异常问题]  -  by @soybeanjs (f2b58)
    • fix login success message [修复登录成功的消息提示]  -  by @soybeanjs (81039)
    • 修复tabs在static路由模式下可以关闭首页  -  by 燕博文 (7211a)
    • 修复动态路由模式下路由不排序的问题  -  by “青菜白玉汤” (58b27)

   💅 Refactors

  • czg:
    • update cz-git,czg breaking changes  -  by 燕博文 (fcb7a)
  • hooks:
    • 重构hook函数取消监听方式  -  by 燕博文 (fd948)
  • projects:

   📖 Documentation

   📦 Build

   🏡 Chore

v0.9.7

07 Nov 17:34
Compare
Choose a tag to compare

   🚀 Features

  • projects:
    • 增加系统消息组件  -  by 燕博文 (afa01)
    • 系统消息组件代码优化  -  by 燕博文 (95183)
    • 增加返回顶部功能  -  by 燕博文 (894b0)
    • 添加生产的主题配置缓存  -  by @soybeanjs (718c3)
    • 添加provide、inject上下文示例  -  by @soybeanjs (a4447)
    • 添加组件名称,调整vue文件里面的类型声明位置  -  by @soybeanjs (f64bc)
    • 适配移动端,修复Tab关闭图标的bug  -  by @soybeanjs (296b1)
    • 添加系统管理的页面  -  by @soybeanjs (c33b5)
    • useNaiveTable函数:类型部分  -  by @soybeanjs (02992)
    • 添加请求适配adapter层应用的示例页面  -  by @soybeanjs (8d11a)
    • 实现用户管理页面  -  by @soybeanjs (472f9)
    • 全局搜索菜单及消息通知适配移动端  -  by 燕博文 (97e2f)
    • support constant route without login status[支持未登录状态下访问自定义的固定路由]  -  by @soybeanjs (a5391)
    • add pinia setup syntax example: setup-store[添加setup syntax的pinia示例setup-store]  -  by @soybeanjs (82c4b)
    • add constant route page without login status[添加未登录可访问的固定路由示例页面]  -  by @soybeanjs (78efd)
    • refactor icon system, unify icon usage [重构图标系统,统一图标用法]  -  by @soybeanjs (811f8)
    • import i18n [引入i18n]  -  by @soybeanjs (b632b)
    • new router system [新的路由系统]  -  by @soybeanjs (c7b6a)
  • tabs:
    • 多页签增加关闭所有  -  by 燕博文 (8237a)

   🐞 Bug Fixes

   🔥 Performance

  • components:
    • 添加更多主题颜色设置模态窗的层级  -  by xiaotao2018 (ee7eb)
    • 添加更多主题颜色设置模态窗的层级,z-index为int  -  by xiaotao2018 (e2d65)

   💅 Refactors

   📖 Documentation

   📦 Build

Read more

v0.9.6

06 Jun 18:27
Compare
Choose a tag to compare

   🚀 Features

  • projects:
    • 新增Antv G2图表示例  -  by @soybeanjs (2d64a)
    • 上下结构,菜单支持横向滚动  -  by tanminglin (80805)
    • 增加设置当前Tab页签名称功能  -  by 燕博文 (48721)
    • 本地svg动态渲染图标  -  by @soybeanjs (c3c97)

   🐞 Bug Fixes

  • projects:
    • 修复顶部菜单的位置失效问题  -  by Soybean (4ee0d)
    • 设置tab标题导致meta属性丢失  -  by 燕博文 (efcfa)

   💅 Refactors

   📖 Documentation

   📦 Build

   🏡 Chore

v0.9.5

06 Jun 18:00
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

   💅 Refactors

   📖 Documentation

   📦 Build

   🏡 Chore

   🎨 Styles